*** jbell8 has quit IRC | 00:01 | |
*** garthb has quit IRC | 00:02 | |
*** nlahouti has joined #openstack-horizon | 00:05 | |
*** jmolo has quit IRC | 00:06 | |
*** pamo has joined #openstack-horizon | 00:10 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon: Updated from global requirements https://review.openstack.org/201818 | 00:10 |
---|---|---|
*** rajatvig has quit IRC | 00:15 | |
*** jmolo has joined #openstack-horizon | 00:17 | |
*** jmolo has quit IRC | 00:17 | |
*** david-lyle has quit IRC | 00:25 | |
*** pamo has quit IRC | 00:26 | |
*** ongk has joined #openstack-horizon | 00:29 | |
*** rajatvig has joined #openstack-horizon | 00:31 | |
*** ducttape_ has joined #openstack-horizon | 00:32 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon: Updated from global requirements https://review.openstack.org/201818 | 00:32 |
*** rajatvig_ has joined #openstack-horizon | 00:35 | |
*** SimonChung1 has quit IRC | 00:36 | |
openstackgerrit | Rajat Vig proposed openstack/horizon: JSCS Cleanup - Fix ng-di errors on cloud-services https://review.openstack.org/198840 | 00:36 |
*** rajatvig has quit IRC | 00:37 | |
*** ongk has quit IRC | 00:37 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/tuskar-ui: Updated from global requirements https://review.openstack.org/198460 | 00:37 |
*** jingjing_ren has quit IRC | 00:38 | |
*** kcaj has quit IRC | 00:43 | |
*** jingjing_ren has joined #openstack-horizon | 00:43 | |
*** rajatvig_ has quit IRC | 00:43 | |
*** bitblt has quit IRC | 00:44 | |
*** ybathia has quit IRC | 00:44 | |
*** sqchen has quit IRC | 00:45 | |
*** kcaj has joined #openstack-horizon | 00:45 | |
*** nlahouti has quit IRC | 00:47 | |
*** sqchen has joined #openstack-horizon | 00:48 | |
r1chardj0n3s | tqtran: aboot? | 00:48 |
*** jingjing_ren has quit IRC | 00:49 | |
*** jtriley has joined #openstack-horizon | 00:49 | |
tqtran | yessir | 00:49 |
tqtran | sqchen: question, whats the difference between submit, cancel and close for the wizard? | 00:49 |
r1chardj0n3s | what was it you wanted done in the translating? neillc is AFK | 00:49 |
tqtran | translate filter | 00:50 |
r1chardj0n3s | do you have a specific example of the use? | 00:50 |
tqtran | detection for things like {$ "hello world" | translate $} | 00:50 |
r1chardj0n3s | ok cool | 00:50 |
sqchen | submit will sent a ajax requestion. | 00:51 |
tqtran | and diff between close and cancel is? | 00:51 |
sqchen | ccancel will just dismiss the UI and do nothing. | 00:51 |
sqchen | let me check, already forgot. | 00:52 |
*** jingjing_ren has joined #openstack-horizon | 00:53 | |
tqtran | right, i think submit and close are the same thing | 00:53 |
tqtran | so wasnt sure why you had 2 of them | 00:53 |
*** jtriley has quit IRC | 00:54 | |
sqchen | no, … | 00:54 |
tqtran | yes :) maybe you did something special with your submit | 00:54 |
tqtran | but the ui.bootstrap modal only has dismiss and close | 00:55 |
tqtran | where close has the option of sending data back | 00:55 |
sqchen | close and cancel are wrapper for bootstrap’s close and dismiss | 00:55 |
sqchen | submit has no ui effect directly, but will call close in the `then` part. | 00:57 |
sqchen | function onClickFinishBtn() { | 00:58 |
sqchen | beforeSubmit(); | 00:58 |
sqchen | $scope.submit().then(afterSubmit, showError); | 00:58 |
sqchen | } | 00:58 |
sqchen | function afterSubmit() { | 00:58 |
sqchen | $scope.$broadcast(wizardEvents.AFTER_SUBMIT); | 00:58 |
sqchen | $scope.close(); | 00:58 |
sqchen | } | 00:58 |
sqchen | $scope.close = function () { | 00:59 |
sqchen | $modalInstance.close(); | 00:59 |
sqchen | }; | 00:59 |
tqtran | ok i'll take a look at the wizard code a bit more | 00:59 |
sqchen | Is this answering your question? | 00:59 |
tqtran | not really lol but its alright, i can figure it out | 01:00 |
sqchen | I did bad job explaining. ;( | 01:00 |
*** kzaitsev_mb has quit IRC | 01:00 | |
tqtran | haha its fine, i got the wizard to show up and was able to close, dismiss, etc... | 01:01 |
tqtran | i just wanted a better understanding of how it all relates | 01:01 |
*** mswitch has quit IRC | 01:02 | |
*** jingjing_ren has quit IRC | 01:02 | |
TravT | tqtran: day kind of got away from me like usual | 01:03 |
TravT | so never got to talk about more directives. | 01:04 |
r1chardj0n3s | TravT: we | 01:06 |
r1chardj0n3s | ll have time to have such talks next week, yes? :) | 01:06 |
TravT | i guess we can talk more next week... just looking at it now and have realized that my mental marbles have mostly fallen out for the day. | 01:07 |
r1chardj0n3s | go collect your marbles :) | 01:07 |
tqtran | lol | 01:07 |
tqtran | yeah, gonna head out to do some exercise | 01:07 |
tqtran | but im close on finishing up the actions | 01:07 |
TravT | looking forward to seeing you guys next week | 01:07 |
tqtran | :) see you then! | 01:07 |
TravT | if you happen to have some + votes, drop by the images patches. ;) | 01:08 |
TravT | tqtran: that's great! | 01:08 |
tqtran | will do, i'll take another look tonight | 01:08 |
tqtran | ok im taking off, see ya! | 01:09 |
*** tqtran has quit IRC | 01:09 | |
*** clu_ has quit IRC | 01:09 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: [Launch Instance Fix] Show Admin Password https://review.openstack.org/171450 | 01:10 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: Unit tests for auto file discovery https://review.openstack.org/201418 | 01:10 |
*** lhcheng has quit IRC | 01:10 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: Fix bug where WEBROOT is not respected https://review.openstack.org/181095 | 01:10 |
*** lhcheng has joined #openstack-horizon | 01:12 | |
*** TravT has quit IRC | 01:15 | |
*** bpokorny has quit IRC | 01:16 | |
*** lyanchih has joined #openstack-horizon | 01:21 | |
*** jwy has quit IRC | 01:23 | |
*** sqchen has left #openstack-horizon | 01:24 | |
*** lhcheng_ has joined #openstack-horizon | 01:25 | |
*** bradjones has quit IRC | 01:26 | |
*** ybathia has joined #openstack-horizon | 01:27 | |
*** lhcheng has quit IRC | 01:28 | |
*** kjelly has joined #openstack-horizon | 01:29 | |
*** bradjones has joined #openstack-horizon | 01:30 | |
*** bradjones has quit IRC | 01:30 | |
*** bradjones has joined #openstack-horizon | 01:30 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon: Updated from global requirements https://review.openstack.org/201818 | 01:32 |
*** darrenc is now known as darrenc_afk | 01:36 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/tuskar-ui: Updated from global requirements https://review.openstack.org/198460 | 01:38 |
openstackgerrit | Jumpei Uoshima proposed openstack/horizon: Adds Horizon Doc modification. Fixes bug 1474177. https://review.openstack.org/201884 | 01:42 |
openstack | bug 1474177 in OpenStack Dashboard (Horizon) "Wrong to use "./run_test.sh --karma" to test javascript code sytle check in doc" [Undecided,New] https://launchpad.net/bugs/1474177 - Assigned to Jumpei Uoshima (juoshi) | 01:42 |
*** sayan has quit IRC | 01:48 | |
*** jtriley has joined #openstack-horizon | 01:50 | |
*** geoffarnold has quit IRC | 01:50 | |
*** jwy has joined #openstack-horizon | 01:54 | |
*** geoffarnold has joined #openstack-horizon | 01:54 | |
*** jtriley has quit IRC | 01:55 | |
openstackgerrit | Diana Whitten proposed openstack/horizon: XStatic Libraries should auto discover https://review.openstack.org/195371 | 01:56 |
openstackgerrit | Diana Whitten proposed openstack/horizon: Horizon Themes should support and house easy Template Overrides https://review.openstack.org/188162 | 01:56 |
openstackgerrit | Diana Whitten proposed openstack/horizon: Theming Mechanism now supports 3rd party themes https://review.openstack.org/197821 | 01:56 |
*** kzaitsev_mb has joined #openstack-horizon | 01:56 | |
*** darrenc_afk is now known as darrenc | 01:57 | |
*** kzaitsev_mb has quit IRC | 02:01 | |
*** ongk has joined #openstack-horizon | 02:04 | |
openstackgerrit | Diana Whitten proposed openstack/horizon: Horizon Themes should support and house easy Template Overrides https://review.openstack.org/188162 | 02:05 |
openstackgerrit | Diana Whitten proposed openstack/horizon: XStatic Libraries should auto discover https://review.openstack.org/195371 | 02:06 |
*** Drago has quit IRC | 02:09 | |
*** zhenguo has joined #openstack-horizon | 02:09 | |
*** david-lyle has joined #openstack-horizon | 02:12 | |
*** ChanServ sets mode: +o david-lyle | 02:12 | |
*** yamamoto has joined #openstack-horizon | 02:18 | |
*** SimonChung has joined #openstack-horizon | 02:31 | |
*** SimonChung1 has joined #openstack-horizon | 02:32 | |
*** geoffarnold has quit IRC | 02:34 | |
openstackgerrit | Eric Peterson proposed openstack/horizon: LBAAS VIP floating IP table actions https://review.openstack.org/196740 | 02:34 |
*** david-lyle has quit IRC | 02:35 | |
*** SimonChung has quit IRC | 02:35 | |
*** annashen has joined #openstack-horizon | 02:39 | |
*** SimonChung has joined #openstack-horizon | 02:40 | |
*** SimonChung1 has quit IRC | 02:40 | |
openstackgerrit | Richard Jones proposed openstack/horizon: Add extraction of filter-based translations https://review.openstack.org/201894 | 02:42 |
r1chardj0n3s | neillc ^^ | 02:43 |
*** annashen has quit IRC | 02:48 | |
*** cody-somerville has joined #openstack-horizon | 02:50 | |
*** cody-somerville has quit IRC | 02:50 | |
*** cody-somerville has joined #openstack-horizon | 02:50 | |
*** lhcheng_ has quit IRC | 02:52 | |
*** xnox has quit IRC | 02:54 | |
openstackgerrit | Diana Whitten proposed openstack/horizon: Theming Mechanism now supports 3rd party themes https://review.openstack.org/197821 | 02:57 |
*** annashen has joined #openstack-horizon | 02:58 | |
openstackgerrit | Richard Jones proposed openstack/horizon: Add extraction of filter-based translations https://review.openstack.org/201894 | 02:59 |
*** jwy has quit IRC | 03:08 | |
*** xnox has joined #openstack-horizon | 03:10 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: Dashboard ReOrg - Move tech-debt into app/ https://review.openstack.org/197353 | 03:10 |
*** ducttape_ has quit IRC | 03:14 | |
*** ongk has quit IRC | 03:14 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: Dashboard ReOrg - Move APIs into app/core https://review.openstack.org/197330 | 03:17 |
*** KunalGandhi has quit IRC | 03:17 | |
*** ducttape_ has joined #openstack-horizon | 03:20 | |
*** xnox has quit IRC | 03:23 | |
*** sqchen has joined #openstack-horizon | 03:27 | |
*** xnox has joined #openstack-horizon | 03:33 | |
*** stevemar has joined #openstack-horizon | 03:36 | |
*** david-lyle has joined #openstack-horizon | 03:38 | |
*** ChanServ sets mode: +o david-lyle | 03:38 | |
*** ducttape_ has quit IRC | 03:39 | |
*** ybathia has quit IRC | 03:50 | |
*** pamo has joined #openstack-horizon | 03:52 | |
openstackgerrit | Canh Truong proposed openstack/horizon: Create new project fail when using keystone V3 https://review.openstack.org/200396 | 04:04 |
*** xnox has quit IRC | 04:09 | |
*** linkedinyou has joined #openstack-horizon | 04:18 | |
*** kzaitsev_mb has joined #openstack-horizon | 04:28 | |
*** fifieldt has joined #openstack-horizon | 04:28 | |
*** annashen has quit IRC | 04:29 | |
*** xnox has joined #openstack-horizon | 04:30 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: Dashboard ReOrg - Move APIs into app/core https://review.openstack.org/197330 | 04:30 |
*** sqchen has left #openstack-horizon | 04:32 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: Dashboard ReOrg - Move APIs into app/core https://review.openstack.org/197330 | 04:32 |
*** kzaitsev_mb has quit IRC | 04:33 | |
*** echozdog1 has joined #openstack-horizon | 04:34 | |
*** danieru has quit IRC | 04:35 | |
*** echozdog has quit IRC | 04:35 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: Dashboard ReOrg - Move APIs into app/core https://review.openstack.org/197330 | 04:36 |
*** danieru has joined #openstack-horizon | 04:36 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: Dashboard ReOrg - Move tech-debt into app/ https://review.openstack.org/197353 | 04:37 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: Dashboard ReOrg - Move cloud-services into app/core https://review.openstack.org/197334 | 04:48 |
*** jtriley has joined #openstack-horizon | 04:51 | |
*** stevemar has quit IRC | 04:52 | |
*** jtriley has quit IRC | 04:56 | |
*** kzaitsev_mb has joined #openstack-horizon | 05:06 | |
*** kzaitsev_mb has quit IRC | 05:11 | |
*** tjones1 has joined #openstack-horizon | 05:12 | |
*** masco__ has joined #openstack-horizon | 05:14 | |
*** annashen has joined #openstack-horizon | 05:14 | |
*** KunalGandhi has joined #openstack-horizon | 05:23 | |
*** drupalmonkey has quit IRC | 05:25 | |
*** lyanchih has quit IRC | 05:26 | |
*** jbell8 has joined #openstack-horizon | 05:27 | |
*** Longgeek has joined #openstack-horizon | 05:28 | |
*** KunalGandhi has quit IRC | 05:30 | |
openstackgerrit | Travis Tripp proposed openstack/horizon: Add Angular Basic Page Header Directive https://review.openstack.org/201661 | 05:31 |
*** tjones1 has quit IRC | 05:32 | |
*** Sukhdev has joined #openstack-horizon | 05:38 | |
*** kiran-r has joined #openstack-horizon | 05:39 | |
openstackgerrit | Travis Tripp proposed openstack/horizon: Adding Angular Project Images Table https://review.openstack.org/200385 | 05:47 |
*** annashen has quit IRC | 05:48 | |
*** dboik has joined #openstack-horizon | 05:53 | |
*** KingKhan has joined #openstack-horizon | 05:54 | |
*** oro_ has joined #openstack-horizon | 05:55 | |
*** oro has joined #openstack-horizon | 05:55 | |
*** lyanchih has joined #openstack-horizon | 05:57 | |
*** dboik has quit IRC | 05:57 | |
*** ankit has joined #openstack-horizon | 05:59 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon: Imported Translations from Transifex https://review.openstack.org/200793 | 06:04 |
*** annashen has joined #openstack-horizon | 06:10 | |
*** oro has quit IRC | 06:12 | |
*** oro_ has quit IRC | 06:13 | |
*** oro has joined #openstack-horizon | 06:14 | |
openstackgerrit | Masco Kaliyamoorthy proposed openstack/horizon: Remove current consumer in QoS spec edit https://review.openstack.org/193456 | 06:15 |
*** sayan has joined #openstack-horizon | 06:17 | |
*** belmoreira has joined #openstack-horizon | 06:21 | |
*** mrunge has joined #openstack-horizon | 06:28 | |
*** mrunge has quit IRC | 06:28 | |
*** oro_ has joined #openstack-horizon | 06:30 | |
*** mrunge has joined #openstack-horizon | 06:34 | |
openstackgerrit | Rajat Vig proposed openstack/horizon: JSCS Cleanup - Fix ng-di errors on cloud-services https://review.openstack.org/198840 | 06:36 |
openstackgerrit | Canh Truong proposed openstack/horizon: Create and update project fail when using keystone V3 https://review.openstack.org/200396 | 06:40 |
*** mrunge has quit IRC | 06:40 | |
*** psanchez_ has joined #openstack-horizon | 06:44 | |
*** psanchez_ has quit IRC | 06:45 | |
*** mrunge has joined #openstack-horizon | 06:45 | |
*** annashen has quit IRC | 06:46 | |
*** Miouge has quit IRC | 06:49 | |
*** Miouge has joined #openstack-horizon | 06:50 | |
*** juggler has quit IRC | 06:52 | |
*** jbell8 has quit IRC | 06:58 | |
*** rdopiera has joined #openstack-horizon | 06:58 | |
*** KingKhan_ has joined #openstack-horizon | 06:58 | |
*** KingKhan has quit IRC | 06:59 | |
*** markus_z has joined #openstack-horizon | 06:59 | |
*** mpavlase has joined #openstack-horizon | 07:01 | |
*** yamamoto has quit IRC | 07:03 | |
*** stevemar has joined #openstack-horizon | 07:03 | |
*** josecastroleon has quit IRC | 07:07 | |
*** stevemar has quit IRC | 07:08 | |
*** yamamoto has joined #openstack-horizon | 07:09 | |
*** wim_dc has joined #openstack-horizon | 07:09 | |
*** annashen has joined #openstack-horizon | 07:15 | |
*** markus_z has quit IRC | 07:17 | |
*** Ala has joined #openstack-horizon | 07:18 | |
wim_dc | Hey, are there any specific steps to take after submitting a blueprint to start the review process? | 07:18 |
openstackgerrit | Matthias Runge proposed openstack/horizon: Add reference to AUTH_USER_MODEL for tests https://review.openstack.org/201734 | 07:21 |
*** Longgeek has quit IRC | 07:23 | |
*** zigo has quit IRC | 07:24 | |
*** zigo has joined #openstack-horizon | 07:25 | |
mrunge | wim_dc, to speed up a feedback, you could bring it up in today's meeting | 07:25 |
mrunge | wim_dc, https://wiki.openstack.org/wiki/Meetings/Horizon | 07:25 |
mrunge | it's a wiki, just add it, and a reference to your bp, too | 07:26 |
*** pamo has quit IRC | 07:26 | |
*** annashen has quit IRC | 07:26 | |
*** _stowa has quit IRC | 07:30 | |
*** aix has joined #openstack-horizon | 07:31 | |
*** _stowa_ has joined #openstack-horizon | 07:32 | |
openstackgerrit | Radomir Dopieralski proposed openstack/horizon: Add OPENSTACK_NOVA_EXTENSIONS_BLACKLIST option to settings https://review.openstack.org/201221 | 07:36 |
*** Sukhdev has quit IRC | 07:37 | |
*** e0ne has joined #openstack-horizon | 07:39 | |
*** Miouge has quit IRC | 07:40 | |
*** romainh has joined #openstack-horizon | 07:43 | |
rdopiera | mrunge: do you know what I need to do to make a patch a hotfix? | 07:44 |
mrunge | rdopiera, uhm, somehow | 07:45 |
*** _stowa_ is now known as _stowa | 07:46 | |
*** sayan has quit IRC | 07:50 | |
*** tosky has joined #openstack-horizon | 07:52 | |
*** lyanchih has quit IRC | 07:53 | |
*** ankit_ag has joined #openstack-horizon | 07:55 | |
*** bluex-pl has joined #openstack-horizon | 07:57 | |
*** ankit has quit IRC | 07:58 | |
*** bluex-pl has quit IRC | 07:58 | |
*** bluex-pl has joined #openstack-horizon | 07:58 | |
*** lyanchih has joined #openstack-horizon | 07:59 | |
*** Longgeek has joined #openstack-horizon | 08:00 | |
*** yamamoto has quit IRC | 08:01 | |
*** robcresswell has joined #openstack-horizon | 08:03 | |
*** ZZelle has quit IRC | 08:03 | |
*** kzaitsev_mb has joined #openstack-horizon | 08:06 | |
*** ccard has quit IRC | 08:11 | |
*** kzaitsev_mb has quit IRC | 08:15 | |
*** e0ne is now known as e0ne_ | 08:16 | |
*** sayan has joined #openstack-horizon | 08:17 | |
*** yamamoto has joined #openstack-horizon | 08:20 | |
*** ygbo has joined #openstack-horizon | 08:20 | |
*** e0ne_ is now known as e0ne | 08:22 | |
*** romainh has quit IRC | 08:22 | |
*** romainh has joined #openstack-horizon | 08:29 | |
*** MaxV has joined #openstack-horizon | 08:30 | |
*** liangbo has joined #openstack-horizon | 08:31 | |
kjelly | Hi guys, I found a bug and work on it. Could anyone help me comfirm the bug again. Thank you. https://bugs.launchpad.net/horizon/+bug/1474228 | 08:33 |
openstack | Launchpad bug 1474228 in OpenStack Dashboard (Horizon) "inline edit failed in user table because description doesn't exists" [Undecided,In progress] - Assigned to jelly (coding1314) | 08:33 |
*** sayan has quit IRC | 08:42 | |
robcresswell | kjelly: Is this fixed on master? | 08:42 |
*** lyanchih has quit IRC | 08:45 | |
*** lyanchih has joined #openstack-horizon | 08:46 | |
*** JeanBriceCombebi has joined #openstack-horizon | 08:49 | |
openstackgerrit | Victor Stinner proposed openstack/horizon: Replace filter() with a list-comprehension https://review.openstack.org/201101 | 08:51 |
openstackgerrit | Victor Stinner proposed openstack/horizon: Fix Python 3 issues on dictionaries https://review.openstack.org/201098 | 08:52 |
*** jtriley has joined #openstack-horizon | 08:53 | |
*** DaveJ__ has joined #openstack-horizon | 08:54 | |
kjelly | robcresswell: yes | 08:54 |
openstackgerrit | Victor Stinner proposed openstack/horizon: Use relative imports https://review.openstack.org/201099 | 08:55 |
*** bluex-pl has quit IRC | 08:56 | |
robcresswell | kjelly: Interesting. Propose a fix to master and we'll see about backporting it too. | 08:57 |
openstackgerrit | Victor Stinner proposed openstack/horizon: Replace dict.iteritems() with six.iteritems(dict) https://review.openstack.org/201097 | 08:57 |
mrunge | kjelly, robcresswell if an issue is fixed on master, you should cherry-pick that patch to stable | 08:57 |
openstackgerrit | Radomir Dopieralski proposed openstack/horizon: Add OPENSTACK_NOVA_EXTENSIONS_BLACKLIST option to settings https://review.openstack.org/201221 | 08:58 |
*** jtriley has quit IRC | 08:58 | |
robcresswell | Yup. agreed | 08:58 |
mrunge | I for myself will give -2 on all patches proposed on kilo, where no appropriate fix exists in master | 08:58 |
mrunge | we shouldn't introduce regressions on that way | 08:59 |
robcresswell | mrunge: Yeah, thats why I was asking if the issue exists on master too, was curious if it needs fix + backport, or if fix already exists. | 08:59 |
kjelly | robcresswell: I try to fix the bug. The bug is not fixed now. | 08:59 |
robcresswell | kjelly: Thanks! | 08:59 |
*** markus_z has joined #openstack-horizon | 09:00 | |
openstackgerrit | Victor Stinner proposed openstack/horizon: Get izip from six.moves https://review.openstack.org/201100 | 09:01 |
*** masco__ has quit IRC | 09:02 | |
openstackgerrit | Merged openstack/horizon: Imported Translations from Transifex https://review.openstack.org/200793 | 09:02 |
kjelly | robcresswell: the bug seems that keystone doesn't provide description if description is null in kilo. But I am not sure when the description field have gone in keystone. | 09:06 |
*** masco__ has joined #openstack-horizon | 09:06 | |
*** btully has quit IRC | 09:08 | |
haypo | i splitted my patch series for python 3 into indiviual patches to avoid the re-upload storm each time i have to update a single patch | 09:10 |
robcresswell | haypo: Shouldn't have to do anything unless you're causing conflicts with your own patches | 09:10 |
haypo | robcresswell: i always fear loosing votes | 09:11 |
robcresswell | haypo: I meant that you shouldn't have to touch the other patches, so why would you lose votes? Should only need to update one in the chain, normally. | 09:13 |
*** bluex-pl has joined #openstack-horizon | 09:13 | |
haypo | robcresswell: because if B depends on A, if I update A, B gets a new version | 09:14 |
*** e0ne is now known as e0ne_ | 09:15 | |
robcresswell | haypo: :s it shouldn't do... you can push top level patches without touching anything underneath | 09:16 |
robcresswell | afaik | 09:16 |
*** e0ne_ is now known as e0ne | 09:16 | |
haypo | robcresswell: i don't like seeing 10 versions for a dead simple patch | 09:17 |
haypo | it pollutes the history | 09:17 |
robcresswell | haypo: mm, agreed. but as I said, you don't need to push the whole chain every time. You can push one in the middle without the versions changing on the others. | 09:18 |
*** ZZelle has joined #openstack-horizon | 09:18 | |
haypo | robcresswell: i'm using "git rebase -i" which modifies patch B because its parent (the hash) changed. otherwise, it's shown as "parent [OUTDATED]" in gerrit | 09:20 |
haypo | robcresswell: and then i'm using "git review" which sends the whole patch serie | 09:20 |
robcresswell | haypo: Oh, yeah if you have merge conflicts, but you don't need to rebase on master for every patch set if it is just an update to the patch. | 09:21 |
*** kiran-r has quit IRC | 09:21 | |
haypo | robcresswell: i'm not using "git rebase master". if i modified patch A, its hash changes. so patch B becomes outdated. no? | 09:22 |
*** e0ne has quit IRC | 09:22 | |
haypo | anyway, git rebase --continue changes the hash of patch B, and so git review sends a new version of patch B | 09:22 |
haypo | there is no real dependency between my patches. so i prefer to have separated patches | 09:22 |
haypo | it was a mistake to link them | 09:22 |
*** ccard has joined #openstack-horizon | 09:23 | |
robcresswell | haypo: Oh, maybe I'm mistaken then. I had thought that as long as the chain was clean, it wouldnt matter if they were out of sync. | 09:24 |
haypo | robcresswell: in practive, gerrit is kind enough to "copy" votes if the patch doesn't change (only its hash) ;-) | 09:25 |
robcresswell | haypo: Generally speaking, I avoid patch chains on gerrit because it becomes a pain to manage. I'll look over your patch later today :D | 09:25 |
robcresswell | patches* | 09:25 |
haypo | "because it becomes a pain to manage" you got it :) | 09:25 |
*** kzaitsev_mb has joined #openstack-horizon | 09:27 | |
*** kzaitsev_mb has quit IRC | 09:35 | |
*** JeanBriceCombebi has quit IRC | 09:37 | |
*** JeanBriceCombebi has joined #openstack-horizon | 09:37 | |
*** kzaitsev_mb has joined #openstack-horizon | 09:39 | |
*** JeanBriceCombebi has quit IRC | 09:42 | |
*** JeanBriceCombebi has joined #openstack-horizon | 09:44 | |
*** amotoki has quit IRC | 09:50 | |
openstackgerrit | Yves-Gwenael Bourhis proposed openstack/horizon: Only use ports with non empy list of fixed_ips https://review.openstack.org/198397 | 09:56 |
*** romainh has quit IRC | 10:10 | |
*** e0ne has joined #openstack-horizon | 10:12 | |
*** eandersson has joined #openstack-horizon | 10:13 | |
*** yamamoto has quit IRC | 10:18 | |
openstackgerrit | Merged openstack/horizon: JSCS Cleanup - use $apply instead of $digest in help-panel spec https://review.openstack.org/201689 | 10:21 |
openstackgerrit | Radomir Dopieralski proposed openstack/horizon: Use oslo.config for Horizon and Django configuration https://review.openstack.org/100521 | 10:29 |
*** liangbo has quit IRC | 10:32 | |
*** e0ne is now known as e0ne_ | 10:32 | |
*** cody-somerville has quit IRC | 10:34 | |
*** e0ne_ is now known as e0ne | 10:39 | |
*** kmartin has quit IRC | 10:40 | |
*** jamielennox is now known as jamielennox|away | 10:41 | |
openstackgerrit | Masco Kaliyamoorthy proposed openstack/horizon: fixed the cancel button look in migrate host https://review.openstack.org/202038 | 10:45 |
*** e0ne has quit IRC | 10:46 | |
*** sayan has joined #openstack-horizon | 10:50 | |
*** e0ne has joined #openstack-horizon | 10:50 | |
r1chardj0n3s | robcresswell: are there *two* horizon meetings on the 15th (ie today) as the wiki page implies? | 10:52 |
* robcresswell look at wiki | 10:54 | |
robcresswell | r1chardj0n3s: No, someone has just been silly. 2000 UTC today I believe. | 10:55 |
r1chardj0n3s | that's the usual time, yeah | 10:56 |
r1chardj0n3s | thanks | 10:56 |
*** eandersson_ has joined #openstack-horizon | 10:57 | |
*** eandersson has quit IRC | 10:57 | |
robcresswell | wim_dc: I've moved your agenda item to the correct section. Meeting is at 2000 UTC, not 1200 UTC | 10:58 |
robcresswell | wim_dc: https://wiki.openstack.org/wiki/Meetings/Horizon | 10:58 |
*** e0ne has quit IRC | 11:00 | |
*** tosky has quit IRC | 11:00 | |
wim_dc | Ah, okay I thought there were always 2 meetings a day or something. I can't make it at 10pm my time though. Should it be moved to another week when there is a meeting at 12UTC, or am I not that required? | 11:02 |
*** e0ne has joined #openstack-horizon | 11:04 | |
mrunge | I would expect next weeks meeting to be cancelled | 11:05 |
mrunge | since most horizon devs are at the mid cycle meetup | 11:05 |
*** lyanchih has quit IRC | 11:06 | |
*** kjelly_ has joined #openstack-horizon | 11:11 | |
*** e0ne has quit IRC | 11:13 | |
*** kzaitsev_mb has quit IRC | 11:13 | |
*** eandersson_ is now known as eandersson | 11:18 | |
*** e0ne has joined #openstack-horizon | 11:18 | |
*** btully has joined #openstack-horizon | 11:23 | |
*** kzaitsev_mb has joined #openstack-horizon | 11:24 | |
*** openstack has joined #openstack-horizon | 11:37 | |
*** openstackstatus has joined #openstack-horizon | 11:38 | |
*** ChanServ sets mode: +v openstackstatus | 11:38 | |
*** e0ne_ is now known as e0ne | 11:39 | |
*** _crobertsrh is now known as crobertsrh | 11:52 | |
*** yamamoto has joined #openstack-horizon | 11:58 | |
*** radez_g0n3 is now known as radez | 12:02 | |
*** yamamoto has quit IRC | 12:02 | |
*** romainh has joined #openstack-horizon | 12:05 | |
*** Ala has quit IRC | 12:05 | |
*** Ala has joined #openstack-horizon | 12:06 | |
*** ducttape_ has joined #openstack-horizon | 12:10 | |
*** JeanBriceCombebi has quit IRC | 12:11 | |
*** JeanBriceCombebi has joined #openstack-horizon | 12:14 | |
*** tosky has joined #openstack-horizon | 12:18 | |
*** stevemar has joined #openstack-horizon | 12:18 | |
*** lhcheng has joined #openstack-horizon | 12:20 | |
*** stevemar has quit IRC | 12:23 | |
*** ducttape_ has quit IRC | 12:27 | |
*** JeanBriceCombebi has quit IRC | 12:41 | |
*** JeanBriceCombebi has joined #openstack-horizon | 12:41 | |
*** MaxV has quit IRC | 12:46 | |
*** lhcheng has quit IRC | 12:46 | |
*** MaxV has joined #openstack-horizon | 12:47 | |
*** masco_ has joined #openstack-horizon | 12:48 | |
wim_dc | So meetings are as followed I gather? 22july at 12 *but cancelled*. 29 july at 20, 5august at 12 again etc.. | 12:50 |
mrunge | wim_dc, that seems to be correct | 12:51 |
mrunge | wim_dc, about cancelling next weeks meeting: it's not official yet | 12:51 |
*** masco__ has quit IRC | 12:51 | |
mrunge | that's just a guess | 12:51 |
*** JeanBriceCombebi has quit IRC | 12:51 | |
wim_dc | Ok, i'll keep an eye out for that. | 12:53 |
*** neelashah has joined #openstack-horizon | 12:54 | |
*** yamamoto has joined #openstack-horizon | 12:59 | |
*** julim has joined #openstack-horizon | 13:00 | |
*** yamamoto has quit IRC | 13:03 | |
*** radez is now known as radez_g0n3 | 13:04 | |
*** kiran-r has joined #openstack-horizon | 13:10 | |
*** JeanBriceCombebi has joined #openstack-horizon | 13:14 | |
*** MaxV has quit IRC | 13:15 | |
*** MaxV has joined #openstack-horizon | 13:16 | |
*** kiran-r has quit IRC | 13:18 | |
*** pauloewerton has joined #openstack-horizon | 13:19 | |
*** petertr7_away is now known as petertr7 | 13:20 | |
*** MaxV has quit IRC | 13:20 | |
*** MaxV has joined #openstack-horizon | 13:20 | |
*** peristeri has joined #openstack-horizon | 13:22 | |
*** peristeri has quit IRC | 13:27 | |
*** peristeri has joined #openstack-horizon | 13:28 | |
*** MaxV has quit IRC | 13:29 | |
*** lhcheng has joined #openstack-horizon | 13:29 | |
*** MaxV has joined #openstack-horizon | 13:29 | |
*** jprovazn has joined #openstack-horizon | 13:30 | |
*** ttrifonov is now known as zz_ttrifonov | 13:31 | |
*** lyanchih has joined #openstack-horizon | 13:34 | |
*** lblanchard has joined #openstack-horizon | 13:34 | |
*** oro_ has joined #openstack-horizon | 13:35 | |
*** jtriley has joined #openstack-horizon | 13:38 | |
*** Piet has quit IRC | 13:38 | |
*** jpomero has joined #openstack-horizon | 13:43 | |
*** gyee has joined #openstack-horizon | 13:43 | |
*** btully has joined #openstack-horizon | 13:43 | |
*** jtriley has quit IRC | 13:45 | |
*** rdopiera has quit IRC | 13:51 | |
*** ankit_ag has quit IRC | 13:52 | |
*** stevemar has joined #openstack-horizon | 13:52 | |
*** jtriley has joined #openstack-horizon | 13:55 | |
*** radez_g0n3 is now known as radez | 13:56 | |
*** tvanderwiel has joined #openstack-horizon | 13:58 | |
*** drupalmonkey has joined #openstack-horizon | 13:58 | |
*** tvanderwiel has left #openstack-horizon | 13:58 | |
*** Piet has joined #openstack-horizon | 14:00 | |
*** dboik has joined #openstack-horizon | 14:03 | |
*** lhcheng_ has joined #openstack-horizon | 14:04 | |
*** ducttape_ has joined #openstack-horizon | 14:04 | |
*** lhcheng__ has joined #openstack-horizon | 14:05 | |
*** jtriley has quit IRC | 14:06 | |
*** lhcheng__ has quit IRC | 14:06 | |
*** lhchen___ has joined #openstack-horizon | 14:06 | |
*** lhcheng has quit IRC | 14:06 | |
*** lhchen___ has quit IRC | 14:06 | |
*** lhcheng has joined #openstack-horizon | 14:07 | |
*** jtriley has joined #openstack-horizon | 14:08 | |
*** lhcheng_ has quit IRC | 14:08 | |
*** peristeri has quit IRC | 14:08 | |
*** lhcheng has quit IRC | 14:10 | |
*** lhcheng_ has joined #openstack-horizon | 14:12 | |
openstackgerrit | Travis Tripp proposed openstack/horizon: Add Angular Basic Page Header Directive https://review.openstack.org/201661 | 14:12 |
openstackgerrit | Travis Tripp proposed openstack/horizon: Adding Angular Project Images Table https://review.openstack.org/200385 | 14:12 |
*** lhcheng_ has quit IRC | 14:12 | |
*** lhcheng_ has joined #openstack-horizon | 14:13 | |
pauloewerton | hi there! Can someone take a look at this bug fix https://review.openstack.org/#/c/199717/ ? | 14:20 |
*** jtriley has quit IRC | 14:22 | |
*** peristeri has joined #openstack-horizon | 14:23 | |
*** MaxV has quit IRC | 14:27 | |
*** MaxV has joined #openstack-horizon | 14:27 | |
*** absubram has joined #openstack-horizon | 14:29 | |
*** doug-fish has joined #openstack-horizon | 14:30 | |
*** absubram has quit IRC | 14:31 | |
*** absubram has joined #openstack-horizon | 14:31 | |
*** jtriley has joined #openstack-horizon | 14:31 | |
*** masco_ has quit IRC | 14:34 | |
*** ongk has joined #openstack-horizon | 14:36 | |
*** masco_ has joined #openstack-horizon | 14:36 | |
*** matt-borland has joined #openstack-horizon | 14:36 | |
lhcheng_ | pauloewerton: comment added | 14:37 |
pauloewerton | lhcheng_, ok, thanks! | 14:38 |
*** liangbo has joined #openstack-horizon | 14:44 | |
*** absubram has quit IRC | 14:48 | |
*** jasondotstar has joined #openstack-horizon | 14:49 | |
*** JeanBriceCombebi has quit IRC | 14:50 | |
*** gyee has quit IRC | 14:50 | |
*** Drago has joined #openstack-horizon | 14:53 | |
*** gyee has joined #openstack-horizon | 14:54 | |
Piet | We are starting the Horizon UX review in five minutes. | 14:55 |
Piet | Virtual room for design review - https://cisco.webex.com/meet/rcresswe | 14:55 |
*** JeanBriceCombebi has joined #openstack-horizon | 14:56 | |
*** Drago has quit IRC | 14:56 | |
*** Drago has joined #openstack-horizon | 14:57 | |
ducttape_ | ready then you are Piet ;) | 15:02 |
Piet | Waiting for Rob | 15:02 |
*** notmars has joined #openstack-horizon | 15:02 | |
ducttape_ | k. I have two meetings right now.... might be slow to respond. maybe I will get my own meeting today!!! | 15:02 |
Piet | Heh | 15:04 |
*** rdopiera has joined #openstack-horizon | 15:04 | |
* ducttape_ feels sorry for Piet, if Piet has to listen on to ducttape_ | 15:04 | |
Piet | robcresswell: ready to start? | 15:04 |
ducttape_ | s/on/only | 15:04 |
*** JeanBriceCombebi has quit IRC | 15:05 | |
openstackgerrit | Tyr Johanson proposed openstack/horizon: Dashboard ReOrg - Move tech-debt into app/ https://review.openstack.org/197353 | 15:06 |
Piet | We may need to cancel if Rob doesn't log into the virtual room | 15:07 |
Piet | Canceling for this week | 15:09 |
ducttape_ | :( | 15:09 |
Piet | Yeah, feel like these meetings are jinxed | 15:09 |
hurgleburgler | how many people join? | 15:09 |
hurgleburgler | can we do a hangout instead? | 15:09 |
Piet | I didn't have visibility because we coudln't get into the room until the owner logged in | 15:10 |
ducttape_ | it's anywhere from 0-8 maybe operators? | 15:10 |
Piet | I don't mind doing a hangout, but will cap the group at 8 | 15:10 |
hurgleburgler | We could try it and see if 8 even join? | 15:11 |
Piet | sure | 15:11 |
Piet | Does someone have a URL handy? | 15:11 |
ducttape_ | not sure how many are in irc right now, on available | 15:11 |
ducttape_ | or available | 15:11 |
*** bpokorny has joined #openstack-horizon | 15:12 | |
Piet | https://plus.google.com/hangouts/_/event/c8j8km27k3retmn7jgplp94g61c | 15:12 |
Piet | First come/first serve | 15:12 |
*** lsmola has quit IRC | 15:13 | |
*** markus_z has quit IRC | 15:13 | |
MaxV | quit | 15:16 |
*** MaxV has quit IRC | 15:16 | |
*** MaxV has joined #openstack-horizon | 15:16 | |
robcresswell | Ack, sorry | 15:16 |
*** MaxV has quit IRC | 15:17 | |
*** MaxV has joined #openstack-horizon | 15:17 | |
*** kmartin has joined #openstack-horizon | 15:17 | |
*** MaxV has quit IRC | 15:18 | |
*** MaxV has joined #openstack-horizon | 15:18 | |
*** notmars has quit IRC | 15:18 | |
*** MaxV has quit IRC | 15:19 | |
*** SimonChung has quit IRC | 15:19 | |
*** MaxV has joined #openstack-horizon | 15:19 | |
tyr | UX review moved back to webex meeting --> https://cisco.webex.com/meet/rcresswe | 15:19 |
robcresswell | Anyone welcome | 15:21 |
*** zhenguo has quit IRC | 15:23 | |
*** aix has quit IRC | 15:23 | |
openstackgerrit | Merged openstack/horizon: Adds Horizon Doc modification. Fixes bug 1474177. https://review.openstack.org/201884 | 15:25 |
openstack | bug 1474177 in OpenStack Dashboard (Horizon) "Wrong to use "./run_test.sh --karma" to test javascript code sytle check in doc" [Undecided,In progress] https://launchpad.net/bugs/1474177 - Assigned to Jumpei Uoshima (juoshi) | 15:25 |
*** MaxV has quit IRC | 15:28 | |
*** MaxV has joined #openstack-horizon | 15:28 | |
*** MaxV has quit IRC | 15:29 | |
*** MaxV has joined #openstack-horizon | 15:29 | |
*** MaxV has quit IRC | 15:30 | |
*** MaxV has joined #openstack-horizon | 15:30 | |
*** peristeri has quit IRC | 15:31 | |
*** garthb has joined #openstack-horizon | 15:35 | |
*** e0ne is now known as e0ne_ | 15:36 | |
*** ig0r__ has quit IRC | 15:39 | |
robcresswell | david-lyle: Gonna double check contrib patch and approve. Prepare for breakages...? | 15:40 |
david-lyle | breakages? | 15:40 |
openstackgerrit | Yves-Gwenael Bourhis proposed openstack/horizon: Show external networks https://review.openstack.org/199127 | 15:40 |
*** ig0r_ has joined #openstack-horizon | 15:40 | |
david-lyle | it works the same | 15:40 |
*** JasonPan_ has joined #openstack-horizon | 15:41 | |
*** nlahouti has joined #openstack-horizon | 15:42 | |
robcresswell | david-lyle: Yeah I know, I checked it before. More just a nod to every big patch causing unexpected behaviour. | 15:43 |
david-lyle | understood | 15:43 |
*** e0ne_ is now known as e0ne | 15:45 | |
*** peristeri has joined #openstack-horizon | 15:46 | |
kfox1111 | Is there a way to programatically call heat template-validate from angular? | 15:47 |
*** belmoreira has quit IRC | 15:48 | |
*** sayan has quit IRC | 15:49 | |
lhcheng_ | david-lyle: if you're not in a hurry, I'd like to review the sahara contrib patch | 15:49 |
robcresswell | lhcheng_: I'll just +2 and leave the approval to you then lin | 15:51 |
robcresswell | Assuming it still works, ofc ;) | 15:52 |
lhcheng_ | robcresswell: there another config file with "_103*", it doesn't break anything thouhg | 15:52 |
david-lyle | lhcheng_: did that merge | 15:53 |
david-lyle | :( | 15:53 |
lhcheng_ | david-lyle: https://review.openstack.org/#/c/200324/ | 15:54 |
*** kiran-r has joined #openstack-horizon | 15:54 | |
david-lyle | I told the author about the conflict, FFS | 15:54 |
david-lyle | I'm going to rename the image panel patch | 15:56 |
david-lyle | because why _103? | 15:56 |
*** kiran-r has quit IRC | 15:56 | |
*** petertr7 is now known as petertr7_away | 15:56 | |
robcresswell | *shrug* | 15:57 |
robcresswell | no idea | 15:57 |
*** notmars has joined #openstack-horizon | 15:58 | |
david-lyle | horizon dev makes me tired any more | 15:59 |
*** annashen has joined #openstack-horizon | 16:00 | |
*** logan2 has quit IRC | 16:00 | |
robcresswell | :( | 16:01 |
*** amotoki has joined #openstack-horizon | 16:02 | |
openstackgerrit | Merged openstack/horizon: Fixes modules index generated by Sphinx https://review.openstack.org/200372 | 16:02 |
*** Sukhdev has joined #openstack-horizon | 16:03 | |
lhcheng_ | david-lyle: would have been good question to ask if it didn't got merged 3 minutes after it was submitted | 16:03 |
*** ygbo has quit IRC | 16:04 | |
*** kjelly_ has quit IRC | 16:05 | |
* ducttape_ reading some good scrollback | 16:05 | |
openstackgerrit | Rajat Vig proposed openstack/horizon: JSCS Cleanup - use function syntax for i18n https://review.openstack.org/201688 | 16:06 |
openstackgerrit | David Lyle proposed openstack/horizon: Moving AngularJS panel file to _200 range https://review.openstack.org/202167 | 16:07 |
JasonPan_ | Hi guys, I fix some bugs need to be review https://review.openstack.org/#/c/201057/ | 16:07 |
ducttape_ | lhcheng_ david-lyle - if I have some code changes, can I get a couple of +2 and merges before QA even kicks off? where do I sign up for that list? | 16:08 |
ducttape_ | I must be doing it all wrong | 16:08 |
david-lyle | work in a more exciting space | 16:09 |
david-lyle | obviosuly | 16:09 |
*** kiran-r has joined #openstack-horizon | 16:09 | |
* robcresswell tracks down Petersons patches | 16:15 | |
*** SimonChung has joined #openstack-horizon | 16:16 | |
robcresswell | Oh joy, its the acronym patch | 16:16 |
ducttape_ | https://review.openstack.org/#/c/196740/ robcresswell | 16:16 |
masco_ | guys, i have one doubt, in neutron there is a BP got accepted but implementation is not yet merged can i create a BP for that in horizon or do we have to wait stiil the implementation get merge? | 16:17 |
ducttape_ | it already has had two +2, and a -1 by cores | 16:17 |
robcresswell | masco_: Which bp? | 16:17 |
*** liangbo has quit IRC | 16:17 | |
*** JasonPan_ has quit IRC | 16:18 | |
ducttape_ | I'd say create it masco_, bps are just general communication tools.... it's not a strict contract that a feature is ready | 16:18 |
masco_ | it is regarding SFC | 16:18 |
*** bluex-pl has quit IRC | 16:18 | |
robcresswell | ducttape_, masco_: I'd say reach out to the original author before just duplicating it... | 16:18 |
masco_ | ducttape_, sure, i also thought the same way | 16:18 |
robcresswell | If they aren't working on it, just assign to yourself, or offer to help them out. | 16:19 |
david-lyle | masco_: which bp? | 16:19 |
*** gyee has quit IRC | 16:19 | |
*** tosky has quit IRC | 16:20 | |
*** Anticime1 has quit IRC | 16:20 | |
*** bradjones has quit IRC | 16:20 | |
*** ZZelle has quit IRC | 16:20 | |
*** Anticimex has joined #openstack-horizon | 16:20 | |
masco_ | robcresswell, yes, i have checked with the author, he asked me to implement the horizon part | 16:20 |
*** bradjones has joined #openstack-horizon | 16:20 | |
*** bradjones has quit IRC | 16:20 | |
*** bradjones has joined #openstack-horizon | 16:20 | |
*** tosky has joined #openstack-horizon | 16:20 | |
*** ZZelle has joined #openstack-horizon | 16:20 | |
masco_ | david-lyle, https://review.openstack.org/#/c/169201/6/usecases/service_chaining.rst this the API doc | 16:20 |
masco_ | currently i don't have the BP link ;-( | 16:20 |
masco_ | similarly some more features going on in neutron | 16:21 |
david-lyle | masco_: I guess I'm asking if there is a horizon bp | 16:21 |
david-lyle | if not, feel free | 16:21 |
*** SimonChung has quit IRC | 16:21 | |
*** woodm19791 has joined #openstack-horizon | 16:21 | |
masco_ | david-lyle, in horizon it is not there | 16:22 |
*** stevemar has quit IRC | 16:22 | |
masco_ | that is what i am asking | 16:22 |
david-lyle | then no conflicts exist | 16:22 |
masco_ | thanks | 16:22 |
david-lyle | create a bp in horizon for that part | 16:22 |
masco_ | sure | 16:22 |
*** stevemar has joined #openstack-horizon | 16:23 | |
*** mpavlase has quit IRC | 16:23 | |
masco_ | david-lyle, BTW i have created one BP long back https://blueprints.launchpad.net/horizon/+spec/common-client-filter | 16:25 |
*** ghundal_tw has joined #openstack-horizon | 16:25 | |
*** tosky has quit IRC | 16:25 | |
masco_ | could you please have a look is good to have? | 16:25 |
masco_ | it will reduce lot of code duplication :) | 16:26 |
*** lhcheng_ has quit IRC | 16:26 | |
*** ydixon has joined #openstack-horizon | 16:27 | |
*** stevemar has quit IRC | 16:27 | |
robcresswell | Ohh, I scanned and misread it | 16:27 |
robcresswell | Thought you said the horizon bp was accepted and you wanted to make another | 16:28 |
*** rdopiera has quit IRC | 16:28 | |
robcresswell | Sorry about that | 16:28 |
*** pamo has joined #openstack-horizon | 16:28 | |
masco_ | robcresswell, no problem :) | 16:30 |
*** romainh has left #openstack-horizon | 16:31 | |
david-lyle | masco_: approved | 16:32 |
masco_ | david-lyle, thanks for your time :) | 16:33 |
openstackgerrit | Vlad Okhrimenko proposed openstack/horizon: Drop QUnit JS tests in favor of Jasmine https://review.openstack.org/156572 | 16:34 |
*** Ala has quit IRC | 16:34 | |
masco_ | robcresswell, if you have some free time, can you look into this https://review.openstack.org/#/c/171063/ | 16:34 |
*** clu_ has joined #openstack-horizon | 16:36 | |
*** haypo has left #openstack-horizon | 16:36 | |
*** vijendar has joined #openstack-horizon | 16:37 | |
*** vijendar has quit IRC | 16:37 | |
*** vijendar has joined #openstack-horizon | 16:38 | |
*** kristinebrown has joined #openstack-horizon | 16:38 | |
*** clu_ has quit IRC | 16:39 | |
*** clu_ has joined #openstack-horizon | 16:39 | |
*** pamo has quit IRC | 16:39 | |
*** annashen has quit IRC | 16:42 | |
*** kristinebrown has quit IRC | 16:43 | |
*** kristinebrown has joined #openstack-horizon | 16:44 | |
*** annashen has joined #openstack-horizon | 16:46 | |
*** MaxV has quit IRC | 16:48 | |
*** sayan has joined #openstack-horizon | 16:48 | |
*** tvanderwiel has joined #openstack-horizon | 16:50 | |
*** tvanderwiel has left #openstack-horizon | 16:50 | |
*** amotoki has quit IRC | 16:50 | |
*** petertr7_away is now known as petertr7 | 16:51 | |
*** JeanBriceCombebi has joined #openstack-horizon | 16:51 | |
*** lyanchih has left #openstack-horizon | 16:52 | |
*** lyanchih has joined #openstack-horizon | 16:52 | |
*** kzaitsev_mb has quit IRC | 16:53 | |
*** kzaitsev_mb has joined #openstack-horizon | 16:59 | |
*** rajatvig has joined #openstack-horizon | 16:59 | |
*** petertr7 is now known as petertr7_away | 17:02 | |
*** kiran-r has quit IRC | 17:02 | |
*** notmars has quit IRC | 17:03 | |
*** pamo has joined #openstack-horizon | 17:04 | |
*** oro_ has quit IRC | 17:05 | |
*** oro has quit IRC | 17:05 | |
*** MaxV has joined #openstack-horizon | 17:06 | |
*** kzaitsev_mb has quit IRC | 17:06 | |
*** sbog_ has joined #openstack-horizon | 17:09 | |
*** crobertsrh has quit IRC | 17:10 | |
*** logan2 has joined #openstack-horizon | 17:10 | |
sbog_ | hey guys. Could someone help me with horizon and tls endpoints in keystone? I have a keystone that use TLS for public endpoints. When I login into horizon, it cannot retrieve data from services (e.g. nova service-list or hypervisor list), cause it tries to auth on keystone by ip address, not domain name. But keystone endpoint-list returns domain name for public endpoint and SSL certificate uses it too. Why it's happened? | 17:12 |
sbog_ | If I set openstack_ssl_no_verify=true in dashboard settings - all works, of course. But I would like to have SSL verifying. | 17:13 |
*** deuce has joined #openstack-horizon | 17:13 | |
*** MaxV has quit IRC | 17:16 | |
*** sqchen has joined #openstack-horizon | 17:17 | |
*** SimonChung has joined #openstack-horizon | 17:19 | |
*** stevemar has joined #openstack-horizon | 17:23 | |
*** jingjing_ren has joined #openstack-horizon | 17:25 | |
*** stevemar has quit IRC | 17:28 | |
openstackgerrit | Paulo Ewerton Gomes Fragoso proposed openstack/horizon: Fix eslint errors for hz.dashboard.identity https://review.openstack.org/202204 | 17:32 |
*** mgarza_ has joined #openstack-horizon | 17:32 | |
*** JeanBriceCombebi has quit IRC | 17:34 | |
openstackgerrit | Paulo Ewerton Gomes Fragoso proposed openstack/horizon: Fix eslint errors for hz.dashboard.identity https://review.openstack.org/202204 | 17:34 |
*** lyanchih has quit IRC | 17:36 | |
*** notmars has joined #openstack-horizon | 17:39 | |
david-lyle | sbog_: you will need https://github.com/openstack/horizon/blob/master/doc/source/topics/settings.rst#openstack_ssl_cacert set if you are using a custom cert and also have is installed on your horizon server | 17:41 |
*** sqchen has quit IRC | 17:41 | |
openstackgerrit | Rajat Vig proposed stackforge/xstatic-magic-search: update to 0.2.4 of the magic search widget https://review.openstack.org/202211 | 17:41 |
openstackgerrit | Pamela Ocampo proposed openstack/horizon: Addresses camel-case variables and exceeded max-length violations in Cloud Services, Launch-Instance, and Workflow dashboards https://review.openstack.org/200327 | 17:42 |
sbog_ | david-lyle: I terminate my SSL on HAProxy, so it shouldn't be added to horizon. Certificate on this HAProxy added to system trusted chain, yes. | 17:44 |
*** crobertsrh has joined #openstack-horizon | 17:45 | |
*** KunalGandhi has joined #openstack-horizon | 17:48 | |
openstackgerrit | Pamela Ocampo proposed openstack/horizon: Merges master into JSCS Cleanup - use DI in launch instance model https://review.openstack.org/200760 | 17:51 |
*** gyee has joined #openstack-horizon | 17:57 | |
*** stevemar has joined #openstack-horizon | 17:59 | |
*** lhcheng has joined #openstack-horizon | 18:00 | |
*** nlahouti has quit IRC | 18:00 | |
*** bpokorny_ has joined #openstack-horizon | 18:01 | |
*** nlahouti has joined #openstack-horizon | 18:03 | |
*** nlahouti has quit IRC | 18:03 | |
*** Sukhdev has quit IRC | 18:03 | |
*** bpokorny has quit IRC | 18:04 | |
*** masco_ has quit IRC | 18:05 | |
*** nlahouti has joined #openstack-horizon | 18:06 | |
openstackgerrit | Paulo Ewerton Gomes Fragoso proposed openstack/horizon: Fix eslint errors for hz.dashboard.identity https://review.openstack.org/202204 | 18:06 |
*** jbell8 has joined #openstack-horizon | 18:08 | |
openstackgerrit | David Lyle proposed openstack/django_openstack_auth: Fixing docstring formatting for param https://review.openstack.org/202222 | 18:08 |
pamo | What's the workflow for rebasing and merging patch-sets with master? I don't seem to be doing it correctly. Everything merges automatically locally but when I put it up for review the automatic merge fails. | 18:12 |
pamo | e.g.https://review.openstack.org/#/c/200327/ | 18:12 |
pamo | and https://review.openstack.org/#/c/200760/ | 18:13 |
openstackgerrit | Lin Hua Cheng proposed openstack/django_openstack_auth: Use unscoped token for scoping to project https://review.openstack.org/202224 | 18:13 |
*** sqchen has joined #openstack-horizon | 18:14 | |
*** iamjarvo has joined #openstack-horizon | 18:14 | |
openstackgerrit | Saksham Varma proposed openstack/horizon: N1Kv: Fix failing network and port creates https://review.openstack.org/202225 | 18:15 |
*** tqtran has joined #openstack-horizon | 18:18 | |
openstackgerrit | David Lyle proposed openstack/django_openstack_auth: Add message show for switch project https://review.openstack.org/169577 | 18:21 |
*** tvanderwiel has joined #openstack-horizon | 18:22 | |
*** vishwanathj has joined #openstack-horizon | 18:25 | |
*** petertr7_away is now known as petertr7 | 18:27 | |
*** belmoreira has joined #openstack-horizon | 18:28 | |
*** jprovazn has quit IRC | 18:30 | |
*** tjones1 has joined #openstack-horizon | 18:30 | |
*** annashen has quit IRC | 18:30 | |
Piet | question for the group: Are all of the quota fields required before an admin can create a project? | 18:32 |
ducttape_ | no, none of them are | 18:33 |
Piet | Oh wow....you can create a project w/o quotas? | 18:34 |
ducttape_ | it's really separate api calls to change the quotas | 18:34 |
ducttape_ | absolutely, most of the time thats what we do | 18:34 |
ducttape_ | they were just grouped with the project creation for historical / convenience reasons | 18:34 |
*** kristinebrown has quit IRC | 18:36 | |
*** jwy has joined #openstack-horizon | 18:37 | |
*** juggler has joined #openstack-horizon | 18:37 | |
*** kristinebrown has joined #openstack-horizon | 18:38 | |
pauloewerton | ducttape_, still, all quota fields are marked as required when creating a project in horizon, right? | 18:40 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: Fix bug where WEBROOT is not respected https://review.openstack.org/181095 | 18:40 |
*** petertr7 is now known as petertr7_away | 18:40 | |
*** belmoreira has quit IRC | 18:41 | |
*** notmars has quit IRC | 18:41 | |
*** annashen has joined #openstack-horizon | 18:42 | |
*** notmars has joined #openstack-horizon | 18:42 | |
*** petertr7_away is now known as petertr7 | 18:44 | |
*** radez is now known as radez_g0n3 | 18:44 | |
*** pamo has quit IRC | 18:45 | |
*** vijendar1 has joined #openstack-horizon | 18:46 | |
*** ducttape_ has quit IRC | 18:47 | |
*** vijendar has quit IRC | 18:48 | |
*** robcresswell has quit IRC | 18:49 | |
*** akrivoka has quit IRC | 18:49 | |
openstackgerrit | David Lyle proposed openstack/django_openstack_auth: Update supported keystone versions https://review.openstack.org/202237 | 18:53 |
openstackgerrit | David Lyle proposed openstack/django_openstack_auth: Fix doc reference in README https://review.openstack.org/202239 | 18:56 |
*** flwang has quit IRC | 18:58 | |
*** ZZelle_ has joined #openstack-horizon | 18:58 | |
*** DaveJ__ has quit IRC | 19:01 | |
openstackgerrit | Paulo Ewerton Gomes Fragoso proposed openstack/horizon: Adding Identity Projects Table https://review.openstack.org/199567 | 19:02 |
*** vijendar1 has quit IRC | 19:02 | |
openstackgerrit | Paulo Ewerton Gomes Fragoso proposed openstack/horizon: Adding Identity NGProjects Panel https://review.openstack.org/199139 | 19:02 |
*** ducttape_ has joined #openstack-horizon | 19:02 | |
ducttape_ | pauloewerton - sorry, was away from keyboard... I think any quota fields should NOT be req'd | 19:03 |
*** vijendar has joined #openstack-horizon | 19:03 | |
ducttape_ | creating a project is a keystone call, and keystone knows 0 about quotas | 19:04 |
ducttape_ | all those quotas are spread into each service | 19:04 |
ducttape_ | sometimes it is helpful to set the quotas during project creation, but it should not be required | 19:04 |
*** wmlynch has joined #openstack-horizon | 19:05 | |
*** e0ne has quit IRC | 19:05 | |
pauloewerton | ducttape_, yes, you're right. but in the current horizon workflow, setting quotas is an integral part of creating a project | 19:05 |
*** radez_g0n3 is now known as radez | 19:05 | |
pauloewerton | it cannot be skipped, though default quotas are supplied | 19:05 |
*** annashen has quit IRC | 19:06 | |
ducttape_ | you mean you can click the "next" button and fly right by it, sure | 19:06 |
*** Longgeek has quit IRC | 19:08 | |
*** deuce has quit IRC | 19:08 | |
ducttape_ | pauloewerton - I just skipped it, or created new project without even looking at quota page | 19:08 |
pauloewerton | ducttape_, yeah, that's what I meant ;-) | 19:09 |
*** fifieldt_ has joined #openstack-horizon | 19:10 | |
pauloewerton | you don't even need to look at them, but the fields are there. all marked as required | 19:10 |
*** pamo has joined #openstack-horizon | 19:10 | |
*** deuce has joined #openstack-horizon | 19:10 | |
ducttape_ | thats a strange usage of the "this is a required field" concept ;) | 19:10 |
*** mgarza_ has quit IRC | 19:11 | |
*** KunalGandhi has quit IRC | 19:11 | |
*** jacalcat_ has joined #openstack-horizon | 19:11 | |
*** mgarza has joined #openstack-horizon | 19:11 | |
*** fifieldt has quit IRC | 19:13 | |
*** belmoreira has joined #openstack-horizon | 19:13 | |
*** sbog_ has quit IRC | 19:19 | |
*** nlahouti has quit IRC | 19:20 | |
*** woodm19791 has quit IRC | 19:21 | |
*** nlahouti has joined #openstack-horizon | 19:24 | |
*** gyee has quit IRC | 19:25 | |
openstackgerrit | Tyr Johanson proposed openstack/horizon: Dashboard ReOrg - Relocate Launch Instance module https://review.openstack.org/197234 | 19:26 |
*** ongk has quit IRC | 19:26 | |
openstackgerrit | Tyr Johanson proposed openstack/horizon: Dashboard ReOrg - Relocate Launch Instance module https://review.openstack.org/197234 | 19:27 |
*** tonyd has joined #openstack-horizon | 19:29 | |
*** samueldmq has joined #openstack-horizon | 19:30 | |
*** ongk has joined #openstack-horizon | 19:30 | |
*** drupalmonkey has quit IRC | 19:33 | |
peristeri | anyone familiar with django's signed_cookies session engine? I was looking for where in the horizon table class are the values written? | 19:34 |
*** gyee has joined #openstack-horizon | 19:34 | |
tqtran | david-lyle: so we're moving angular panels to 200 range, any convention of new panels coming online? like 200-210 reserved for projects, 210-220 for admins, etc...? | 19:38 |
tqtran | i kind of prefer the current one we have, where 10 is project dashboard, and 10x is project panel | 19:38 |
tqtran | and you can change the x to determine load order | 19:39 |
*** kzaitsev_mb has joined #openstack-horizon | 19:42 | |
openstackgerrit | Merged openstack/horizon: Revert "Ignore the ng_on_watch error from eslint" https://review.openstack.org/201235 | 19:43 |
*** belmoreira has quit IRC | 19:43 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon: Updated from global requirements https://review.openstack.org/201818 | 19:45 |
david-lyle | tqtran: I think mixing them in with the existing panels is going to exhaust the range too quickly | 19:46 |
david-lyle | If we were wise we should maybe use 2100 for project | 19:47 |
david-lyle | and 2200 for identity | 19:47 |
david-lyle | and 2300 for admin | 19:47 |
david-lyle | etc | 19:47 |
openstackgerrit | Aaron Sahlin proposed openstack/horizon: JSCS cleanup - style guide cleanup for table and basic-table https://review.openstack.org/190354 | 19:47 |
tqtran | we can still do that | 19:47 |
tqtran | im fine with your proposal | 19:48 |
*** tjones1 has quit IRC | 19:48 | |
tqtran | https://review.openstack.org/#/c/202167/ this needs an update though :P | 19:48 |
david-lyle | let's talk about is next week in person | 19:49 |
*** robcresswell has joined #openstack-horizon | 19:49 | |
*** kristinebrown has quit IRC | 19:49 | |
david-lyle | let the _103 -> -_203 go, and line up the details | 19:49 |
david-lyle | in the face to face | 19:49 |
david-lyle | then document it | 19:49 |
*** mgarza has quit IRC | 19:50 | |
*** deuce has quit IRC | 19:50 | |
david-lyle | because we need to decide if we want to leave dashboard as they are | 19:50 |
*** mgarza has joined #openstack-horizon | 19:50 | |
david-lyle | and what if any are the implication of moving them if we do | 19:51 |
*** kristinebrown has joined #openstack-horizon | 19:51 | |
*** drupalmonkey has joined #openstack-horizon | 19:51 | |
*** liangbo has joined #openstack-horizon | 19:52 | |
tqtran | sure, we wait for in-person discussion | 19:53 |
david-lyle | the loading is just alphabetical after all | 19:54 |
david-lyle | so starting to inject content at _2000 will effect things in the _20 range | 19:54 |
*** bpokorny has joined #openstack-horizon | 19:56 | |
*** liangbo has quit IRC | 19:56 | |
*** vijendar1 has joined #openstack-horizon | 19:57 | |
tqtran | right | 19:57 |
tqtran | quick question, the numerics is loaded alphabetical, does this also affect the render order of the navigation? | 19:58 |
tqtran | i think thats something we will likely want to control right? | 19:58 |
*** vijendar has quit IRC | 19:59 | |
openstackgerrit | Paulo Ewerton Gomes Fragoso proposed openstack/horizon: Fix 'paginate' and 'admin' GET parameters in Keystone Projects REST API https://review.openstack.org/199717 | 20:00 |
*** bpokorny_ has quit IRC | 20:00 | |
*** tonyd has quit IRC | 20:01 | |
*** mgarza has quit IRC | 20:01 | |
*** mgarza has joined #openstack-horizon | 20:02 | |
david-lyle | tqtran: yes | 20:02 |
tqtran | meeting started btw | 20:02 |
david-lyle | totally forgot (facepalm) | 20:03 |
*** tonyd has joined #openstack-horizon | 20:04 | |
*** sayan has quit IRC | 20:05 | |
*** tjones1 has joined #openstack-horizon | 20:05 | |
*** Longgeek has joined #openstack-horizon | 20:08 | |
*** mgarza has quit IRC | 20:10 | |
*** mgarza has joined #openstack-horizon | 20:10 | |
*** Longgeek has quit IRC | 20:13 | |
*** tonyd has quit IRC | 20:15 | |
*** ybathia has joined #openstack-horizon | 20:15 | |
openstackgerrit | Merged openstack/horizon: Dashboard ReOrg - Move cloud-services into app/core https://review.openstack.org/197334 | 20:17 |
robcresswell | Forgot to mention, Horizon meeting currently on in #openstack-meeting-3, everyone is welcome. | 20:18 |
*** tonyd has joined #openstack-horizon | 20:24 | |
openstackgerrit | Cindy Lu proposed openstack/horizon: WIP Magic Search in Angular Users table https://review.openstack.org/202265 | 20:24 |
*** rajatvig has quit IRC | 20:24 | |
*** rajatvig has joined #openstack-horizon | 20:25 | |
*** iamjarvo has quit IRC | 20:26 | |
krotscheck | clu_: We have a functioning version of eslint-config-openstack now available on npm (v1.2.0). Any objections to me applying that to horizon? | 20:26 |
krotscheck | (It's basically all the horizon rules, except in a shareable package) | 20:26 |
clu_ | krotscheck: nope :) | 20:27 |
krotscheck | clu_: Cool. I'll also apply it to merlin. Can you think of any other non-horizon JS projects that might want it? | 20:27 |
*** cody-somerville has joined #openstack-horizon | 20:27 | |
*** cody-somerville has quit IRC | 20:27 | |
*** cody-somerville has joined #openstack-horizon | 20:27 | |
*** SimonChung1 has joined #openstack-horizon | 20:30 | |
*** SimonChung has quit IRC | 20:30 | |
*** tjones1 has left #openstack-horizon | 20:30 | |
*** htruta_ has quit IRC | 20:32 | |
*** htruta has joined #openstack-horizon | 20:32 | |
*** jwy has quit IRC | 20:34 | |
*** deuce has joined #openstack-horizon | 20:36 | |
*** vijendar has joined #openstack-horizon | 20:36 | |
openstackgerrit | Cindy Lu proposed openstack/horizon: WIP Magic Search in Angular Users table https://review.openstack.org/202265 | 20:36 |
*** jasondotstar has quit IRC | 20:37 | |
openstackgerrit | Michael Krotscheck proposed openstack/horizon: Use eslint-config-openstack https://review.openstack.org/202273 | 20:37 |
*** jacalcat_ has quit IRC | 20:38 | |
*** jwy has joined #openstack-horizon | 20:40 | |
*** vijendar1 has quit IRC | 20:40 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon: Updated from global requirements https://review.openstack.org/201818 | 20:41 |
stevemar | clu_: references to merlin and magic ? | 20:41 |
clu_ | stevemar: lol | 20:42 |
stevemar | pretty sure that the horizon folks are just larping and not coding | 20:42 |
*** jasondotstar has joined #openstack-horizon | 20:46 | |
*** dboik has quit IRC | 20:47 | |
*** mgarza has quit IRC | 20:48 | |
*** mgarza has joined #openstack-horizon | 20:49 | |
*** rajatvig has quit IRC | 20:50 | |
*** kristinebrown has quit IRC | 20:51 | |
*** rajatvig has joined #openstack-horizon | 20:52 | |
*** dboik has joined #openstack-horizon | 20:53 | |
*** kristinebrown has joined #openstack-horizon | 20:54 | |
*** tvanderwiel has quit IRC | 20:56 | |
*** ghundal_tw has quit IRC | 20:59 | |
*** mgarza has quit IRC | 21:01 | |
*** mgarza has joined #openstack-horizon | 21:02 | |
ducttape_ | david-lyle - can we rent these for our midcycle? http://www.hutchinsonhire.co.uk/bigger_inflatables/sumo_suits.jpg | 21:03 |
ducttape_ | tell me intel just has those suits sitting around somewhere | 21:03 |
hurgleburgler | Yes! | 21:03 |
*** tonyd has quit IRC | 21:04 | |
*** Piet has quit IRC | 21:04 | |
tqtran | whoa,.... nice or one of those human bubble in a pool | 21:04 |
esp | ducttape_: I’ve tried those, they are not very hygenic | 21:04 |
ducttape_ | esp - if the hand to hand combat won't kill you, the infection will ;) | 21:05 |
mrunge | I will miss the fun at mid-cycle | 21:06 |
mrunge | :( | 21:06 |
robcresswell | :( | 21:06 |
esp | lol | 21:06 |
ducttape_ | we can send you guys petri dishes of the bacteria within those suits. it will smell just like being there | 21:07 |
*** lhcheng has quit IRC | 21:07 | |
openstackgerrit | Merged openstack/horizon: Fix CSS GET None when mouse over the table cell https://review.openstack.org/199923 | 21:07 |
openstackgerrit | Merged openstack/horizon: Add keystone version to REST API https://review.openstack.org/200261 | 21:07 |
openstackgerrit | Merged openstack/horizon: Add keystone version to REST API https://review.openstack.org/200261 | 21:07 |
*** lblanchard has quit IRC | 21:07 | |
openstackgerrit | Merged openstack/horizon: Fix redirect during jasmine tests https://review.openstack.org/201802 | 21:07 |
*** vijendar has quit IRC | 21:08 | |
*** jasondotstar has quit IRC | 21:09 | |
*** rajatvig has quit IRC | 21:09 | |
*** gyee has quit IRC | 21:09 | |
neillc | tqtran: can you have a look at https://review.openstack.org/#/c/201700/ please? | 21:09 |
tqtran | ah, cool, i was going to ask you about it | 21:09 |
tqtran | yeah, i have it starred, will take a look | 21:10 |
*** crobertsrh is now known as _crobertsrh | 21:10 | |
*** stevemar has quit IRC | 21:10 | |
sqchen | hi robcresswell: can you take a look at this test patch? https://review.openstack.org/#/ | 21:10 |
*** julim has quit IRC | 21:10 | |
sqchen | sorry here: https://review.openstack.org/#/c/201418/ | 21:11 |
neillc | tqtran: happy to answer any questions, and I'm in a similar timezone now | 21:11 |
*** petertr7 is now known as petertr7_away | 21:11 | |
*** jbell8 has quit IRC | 21:11 | |
tqtran | neillc: haha so i heard, are you staying unti the midcycle? | 21:12 |
tqtran | btw did richard talk to you about the translate filter? | 21:12 |
neillc | tqtran: yep | 21:13 |
*** mgarza has quit IRC | 21:13 | |
*** mgarza_ has joined #openstack-horizon | 21:13 | |
*** matt-borland has quit IRC | 21:13 | |
tqtran | i think at some point, you may also want to move the i18n tests out of util | 21:13 |
neillc | tqtran: yes, he's got a follow on patch to the above that adds the translate filter. You could have a look at that one too if you like :) | 21:13 |
tqtran | its getting to the point where it might warrant its won file | 21:13 |
tqtran | *own | 21:13 |
openstackgerrit | Merged openstack/django_openstack_auth: Fixing docstring formatting for param https://review.openstack.org/202222 | 21:14 |
neillc | tqtran: I'm hoping to split the extractor into a separate library with its own tests. | 21:14 |
tqtran | right, the ultimate goal. thats fine once its all working, we can import it as a package | 21:14 |
neillc | I have a github repo and PyPI entry, just want to stabilise before trying to convince infra to add something to global reqs | 21:15 |
*** rajatvig has joined #openstack-horizon | 21:15 | |
tqtran | right | 21:15 |
neillc | tqtran: but yes, perhaps it is time to move the tests into a separate file | 21:15 |
openstackgerrit | David Lyle proposed openstack/django_openstack_auth: Update supported keystone versions https://review.openstack.org/202237 | 21:15 |
ongk | clu_, asahlin: magic search github patch was merged. Who’s doing the xstatic update? | 21:15 |
asahlin | ongk: I can look at doing that tomorrow. | 21:17 |
tqtran | anyone should be able to do it, its on stackforge | 21:17 |
ongk | thanks asahlin | 21:17 |
asahlin | ok I nominate anyone: | 21:17 |
mwhagedorn | asahlin: and his brother somebody…. somebody should do that.... | 21:18 |
mwhagedorn | etc | 21:18 |
mrunge | ... and nobody. as nobody did it | 21:19 |
tqtran | lol i vote his brother | 21:19 |
asahlin | me too.. let me ping him | 21:19 |
pauloewerton | r1chardj0n3s, hi! can you take another look at https://review.openstack.org/#/c/199717/ when you have some time? | 21:20 |
mwhagedorn | I dont see him on stackalytics | 21:20 |
*** stevemar has joined #openstack-horizon | 21:20 | |
r1chardj0n3s | pauloewerton: it's on my TODO for today, yep (it's 7:20am here) | 21:20 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/django_openstack_auth: Updated from global requirements https://review.openstack.org/201867 | 21:21 |
pauloewerton | r1chardj0n3s, ok, thanks | 21:21 |
*** pamo has quit IRC | 21:21 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon: Updated from global requirements https://review.openstack.org/201818 | 21:21 |
*** peristeri has quit IRC | 21:23 | |
*** stevemar_ has joined #openstack-horizon | 21:25 | |
*** stevemar has quit IRC | 21:25 | |
*** rajatvig has quit IRC | 21:25 | |
*** pamo has joined #openstack-horizon | 21:25 | |
*** dboik_ has joined #openstack-horizon | 21:26 | |
*** mrunge has quit IRC | 21:26 | |
openstackgerrit | Paulo Ewerton Gomes Fragoso proposed openstack/horizon: Adding Identity NGProjects Panel https://review.openstack.org/199139 | 21:29 |
*** stevemar_ has quit IRC | 21:29 | |
robcresswell | I'm off folks, have a good day :) | 21:29 |
*** jtriley has quit IRC | 21:30 | |
*** dboik has quit IRC | 21:30 | |
*** rajatvig has joined #openstack-horizon | 21:30 | |
*** Sukhdev has joined #openstack-horizon | 21:30 | |
*** kristinebrown has quit IRC | 21:31 | |
*** dboik_ has quit IRC | 21:31 | |
*** kristinebrown has joined #openstack-horizon | 21:33 | |
*** Piet has joined #openstack-horizon | 21:33 | |
openstackgerrit | Pamela Ocampo proposed openstack/horizon: Addresses camel-case variables and exceeded max-length violations in Cloud Services, Launch-Instance, and Workflow dashboards https://review.openstack.org/200327 | 21:35 |
*** SimonChung has joined #openstack-horizon | 21:40 | |
*** SimonChung1 has quit IRC | 21:40 | |
*** rajatvig has quit IRC | 21:40 | |
*** rajatvig has joined #openstack-horizon | 21:41 | |
*** dsneddon is now known as dsneddon_afk | 21:41 | |
*** rajatvig has quit IRC | 21:41 | |
openstackgerrit | Pamela Ocampo proposed openstack/horizon: Merges master into JSCS Cleanup - use DI in launch instance model https://review.openstack.org/200760 | 21:42 |
*** neelashah has quit IRC | 21:43 | |
*** radez is now known as radez_g0n3 | 21:43 | |
*** mgarza_ has quit IRC | 21:43 | |
*** mgarza has joined #openstack-horizon | 21:44 | |
openstackgerrit | Pamela Ocampo proposed openstack/horizon: Addresses camel-case variables and exceeded max-length violations in Cloud Services, Launch-Instance, and Workflow dashboards https://review.openstack.org/200327 | 21:45 |
*** rajatvig has joined #openstack-horizon | 21:45 | |
*** jamielennox|away is now known as jamielennox | 21:49 | |
openstackgerrit | Aaron Sahlin proposed openstack/horizon: Adding Angular Project Images Table https://review.openstack.org/200385 | 21:50 |
openstackgerrit | Aaron Sahlin proposed openstack/horizon: Add Angular Basic Page Header Directive https://review.openstack.org/201661 | 21:50 |
openstackgerrit | Aaron Sahlin proposed openstack/horizon: Adding Angular Project Instances Panel https://review.openstack.org/197344 | 21:50 |
*** kristinebrown has quit IRC | 21:50 | |
*** kristinebrown has joined #openstack-horizon | 21:52 | |
*** robcresswell has quit IRC | 21:52 | |
*** notmars has quit IRC | 21:52 | |
openstackgerrit | Paulo Ewerton Gomes Fragoso proposed openstack/horizon: Adding Identity Projects Table https://review.openstack.org/199567 | 21:56 |
openstackgerrit | Paulo Ewerton Gomes Fragoso proposed openstack/horizon: Adding Identity NGProjects Panel https://review.openstack.org/199139 | 21:56 |
tqtran | ongk, clu_, sqchen : is there a linting patch for the wizard? | 21:57 |
*** cody-somerville has quit IRC | 21:57 | |
clu_ | tqtran: https://review.openstack.org/#/c/189983/ | 21:57 |
*** Longgeek has joined #openstack-horizon | 21:57 | |
tqtran | im trying to add a new service to wizard, but cant do it atm because everything is in the wizard.js and module isn't declared independently, so load order is out of whack | 21:57 |
Piet | We're getting ready to run an unmoderated usability study of the beta Launch Instance to validate the design. If you have a moment, please red through the scenario and tasks and provide feedback. https://wiki.openstack.org/wiki/Study_tasks | 21:58 |
*** pauloewerton has quit IRC | 21:58 | |
clu_ | tqtran: yes | 21:59 |
tqtran | cool, it looks good, just needs a rebase | 21:59 |
Piet | tqtran: You could always work on the Launch Instance and move the Instance Details to it's own step | 22:01 |
tqtran | Piet: i think we're talking about two different things :P | 22:02 |
openstackgerrit | Thai Tran proposed openstack/horizon: WIP Adding CREATE action to identity users panel https://review.openstack.org/202315 | 22:09 |
Piet | tqtran: I figured, but worth a shot | 22:10 |
tqtran | :D btw, im almost there Piet, adding the user create workflow | 22:11 |
tqtran | just a few more patches | 22:11 |
kfox1111 | david-lyle: is there a different blueprint I shoudl be following for heat password box stuff? | 22:11 |
Piet | tqtran: sweet! | 22:11 |
kfox1111 | tqtran: Do you know if there's a way to call the heat template-validate api call from angular? | 22:11 |
*** mgarza has quit IRC | 22:11 | |
*** mgarza has joined #openstack-horizon | 22:12 | |
tqtran | can you link where this heat template-validate api is atm? | 22:12 |
david-lyle | kfox1111: that bp hadn't been touched in 2 years and had no details and no one working on it, so I culled it. I don't know of a replacement | 22:12 |
kfox1111 | david-lyle: someone pointed me at a patch the other day. let me see if I can dig it up. | 22:13 |
david-lyle | ok, wasn't attached to the bp, so that would be nice | 22:13 |
kfox1111 | tqtran: http://developer.openstack.org/api-ref-orchestration-v1.html | 22:13 |
kfox1111 | tqtran: /v1/{tenant_id}/validate | 22:13 |
tqtran | ok so its call stack in horizon, is that correct? | 22:14 |
tqtran | https://github.com/openstack/horizon/blob/1791ae066e1f769f385648282793407cc7749702/openstack_dashboard/api/heat.py | 22:15 |
david-lyle | kfox1111: not from angular, but there is a validate stack in api/heat.py | 22:15 |
kfox1111 | a stack is an instance of a template. | 22:15 |
tqtran | looks like this is where heat api is atm | 22:15 |
david-lyle | current UI will allow validating a template | 22:15 |
david-lyle | trial run type of thing | 22:15 |
david-lyle | merged in Kilo | 22:15 |
kfox1111 | I'm thinking it would be awesome if from the app-catalog angular ui, if when you show the details on a heat template, | 22:15 |
*** oro_ has joined #openstack-horizon | 22:15 | |
*** oro has joined #openstack-horizon | 22:16 | |
kfox1111 | it could call out to the heat template validate api, to tel if the template will work on the specific cloud. | 22:16 |
kfox1111 | if not, I can gray it out. | 22:16 |
*** Longgeek has quit IRC | 22:16 | |
tqtran | you'd probably need access to the heat api through rest first | 22:16 |
tqtran | https://github.com/openstack/horizon/tree/1791ae066e1f769f385648282793407cc7749702/openstack_dashboard/api/rest | 22:16 |
kfox1111 | ah. yeah. | 22:16 |
david-lyle | and if from Angular with CORS configured for the Heat server | 22:16 |
tqtran | then it should be possible to do what you want | 22:17 |
*** tjones1 has joined #openstack-horizon | 22:17 | |
tqtran | so yeah, if you absolutely want to use angular, then i'd start with the heat rest api | 22:17 |
tqtran | *correction, horizon's heat rest api lol | 22:17 |
*** zul has quit IRC | 22:17 | |
kfox1111 | so the quickst thing would be to probably copy the glance.py rest stuff to a heat one, and tweak it for just the validate? | 22:17 |
tqtran | yes | 22:17 |
kfox1111 | right. :) | 22:18 |
kfox1111 | ok. thanks. :) | 22:18 |
kfox1111 | david-lyle: found it. https://review.openstack.org/#/c/148997/ | 22:21 |
david-lyle | looks like the bug superseded the bp | 22:21 |
kfox1111 | heh. probably. its been a problem for a very long time. :/ | 22:22 |
david-lyle | obsolete/supersede, same difference | 22:22 |
david-lyle | the problem with old blueprints is everyone assumes someone is working on it | 22:22 |
*** EmilienM is now known as EmilienM|off | 22:22 | |
david-lyle | but without an owner, it just sits | 22:22 |
kfox1111 | yeah. | 22:22 |
*** pamo has quit IRC | 22:23 | |
david-lyle | so I'd rather have someone with a new interest come along and start a new one | 22:23 |
kfox1111 | should probably just link the review to the blueprint too? | 22:23 |
david-lyle | yeah I can do that | 22:23 |
kfox1111 | cool. thx. | 22:23 |
kfox1111 | so.. starting to play with cors... | 22:24 |
david-lyle | kfox1111: do you have the bp handy :) | 22:25 |
kfox1111 | for some reason, its trying to check on the x-requested-with header. | 22:25 |
kfox1111 | https://blueprints.launchpad.net/horizon/+spec/heat-kill-password-box | 22:25 |
david-lyle | thanks | 22:25 |
kfox1111 | np | 22:25 |
kfox1111 | readint the cors spec, it seems like it wouldn't try to send x-requested-with... I'm a little confused. | 22:25 |
kfox1111 | Should I just bite the bullet and add Access-Control-Allow-Headers: x-requested-with on the server side? | 22:27 |
david-lyle | krotscheck meet kfox1111, kfox1111 meet krotscheck, talk CORS | 22:28 |
kfox1111 | david-lyle: thanks. :) | 22:29 |
kfox1111 | krotscheck: hi. :) | 22:29 |
*** doug-fish has left #openstack-horizon | 22:30 | |
krotscheck | kfox1111: hi there! | 22:30 |
kfox1111 | short story, trying to get to json versions of the app catalog entries from an angular horizon plugin. | 22:30 |
kfox1111 | we tweaked the server like: https://review.openstack.org/#/c/194875 | 22:31 |
kfox1111 | the load still fails with the following in the browser logs: | 22:31 |
kfox1111 | Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://apps.openstack.org/static/heat_templates.json. (Reason: missing token 'x-requested-with' in CORS header 'Access-Control-Allow-Headers' from CORS preflight channel). | 22:31 |
krotscheck | Checking | 22:31 |
krotscheck | Sec | 22:31 |
kfox1111 | it looks like its doing an OPTIONS call first, with | 22:32 |
krotscheck | kfox1111: Yep, that's the preflight request | 22:32 |
kfox1111 | Access-Control-Request-Method: GET | 22:32 |
kfox1111 | Access-Control-Request-Headers: x-requested-with | 22:32 |
krotscheck | kfox1111: That's a cacheable check to see whether the browser's allowed to make that call. It looks like the JS that you're using is also adding the X-Requested-With header to the API call. | 22:33 |
openstackgerrit | Rajat Vig proposed openstack/horizon: [Launch Instance Fix] Magic Search in new Launch Instance https://review.openstack.org/202319 | 22:33 |
kfox1111 | is horizon's $ jquery? | 22:33 |
krotscheck | kfox1111: So you can either have the JS not include that, or add it to the mod_headers response | 22:33 |
*** annashen has joined #openstack-horizon | 22:34 | |
kfox1111 | cause I'm just doing: | 22:34 |
*** SimonChung has quit IRC | 22:34 | |
kfox1111 | function appCatalogCompleteCtrl($scope, $http) { | 22:34 |
kfox1111 | $http.get('http://apps.openstack.org/static/heat_templates.json') | 22:34 |
kfox1111 | the docs for jquery made it look like it wouldn't try the x-requested-with if it was a cors request. which it shoudl autodetect because of the different host. | 22:34 |
krotscheck | david-lyle: Do you know whether there's a default header injector somewhere in the angular code somewhere? | 22:35 |
*** annashen has quit IRC | 22:35 | |
david-lyle | yes there is | 22:35 |
david-lyle | let me find it | 22:35 |
david-lyle | again | 22:35 |
kfox1111 | ah. | 22:35 |
david-lyle | things move | 22:35 |
krotscheck | kfox1111: There ya go. Looks like the horizon app code adds that header, so it has to be included. | 22:35 |
krotscheck | Sorry | 22:35 |
krotscheck | Has to be included in the mod_headers | 22:35 |
kfox1111 | can it be pulled back out for the request? | 22:36 |
kfox1111 | if not, I'll submit a new request to add it to the server. | 22:36 |
kfox1111 | its just much quicker if I can pull it out in the javascript. :) | 22:36 |
david-lyle | https://github.com/openstack/horizon/blob/master/horizon/static/framework/framework.module.js#L26 | 22:36 |
*** EmilienM|off is now known as EmilienM | 22:37 | |
kfox1111 | ah. | 22:37 |
*** ghundal_tw has joined #openstack-horizon | 22:37 | |
*** annashen has joined #openstack-horizon | 22:38 | |
krotscheck | kfox1111: I believe you can pull it out of the request. Let me see if I can find it. | 22:38 |
krotscheck | It is, after all, a default header. | 22:38 |
krotscheck | kfox1111: The docs here have an example: https://docs.angularjs.org/api/ng/service/$http | 22:39 |
kfox1111 | awesome. thanks. :) | 22:40 |
*** SimonChung has joined #openstack-horizon | 22:41 | |
*** sqchen has quit IRC | 22:41 | |
krotscheck | I'm a bit curious as to why that header's necessary though. david-lyle, is that a django thing? | 22:42 |
david-lyle | krotscheck: trying to recall | 22:43 |
david-lyle | I believe so, but I'd have to dig into it again to recall why | 22:44 |
*** oro has quit IRC | 22:45 | |
*** oro_ has quit IRC | 22:45 | |
r1chardj0n3s | krotscheck: yes x-requested-with is a django thing | 22:45 |
krotscheck | r1chardj0n3s: Goooootta love django! | 22:46 |
*** SimonChung has quit IRC | 22:46 | |
*** SimonChung has joined #openstack-horizon | 22:46 | |
openstackgerrit | Brian Tully proposed openstack/horizon: Multidomain false and project admin support https://review.openstack.org/199251 | 22:47 |
openstackgerrit | Brian Tully proposed openstack/horizon: Retrieve domain scoped token https://review.openstack.org/148082 | 22:47 |
openstackgerrit | Brian Tully proposed openstack/horizon: WIP - Project Admin support for Domains https://review.openstack.org/201277 | 22:47 |
openstackgerrit | Brian Tully proposed openstack/horizon: Makes policy.check aware of domain scoped token https://review.openstack.org/196068 | 22:47 |
kfox1111 | Yay! that did the trick. :) | 22:48 |
kfox1111 | Thanks. :) | 22:48 |
tqtran | kfox1111: https://github.com/openstack/horizon/blob/1fcb939bbc11f96ae421b16d7393a370dc596882/horizon/static/framework/framework.module.js#L28 | 22:48 |
r1chardj0n3s | krotscheck: it's not a django-specific header, but it is needed *for* django | 22:48 |
tqtran | can replace it with your own there | 22:48 |
tqtran | its needed because of the way we're writing code on the django side | 22:49 |
tqtran | we're basically checking for ajax vs pure requests | 22:49 |
kfox1111 | yup. headers: {'X-Requested-With': undefined} did the trick. | 22:49 |
*** dsneddon_afk is now known as dsneddon | 22:49 | |
krotscheck | kfox1111: Sweet | 22:49 |
kfox1111 | it eliminates the options round trip to apps.openstack.org too, which is a bonus. | 22:50 |
r1chardj0n3s | krotscheck, kfox1111: dealing with x-requested-with and CORS is not a new thing https://remysharp.com/2011/04/21/getting-cors-working | 22:51 |
krotscheck | r1chardj0n3s: Seems like something the content-type header is better used for, no? Unless your ajax request is returning text/html | 22:53 |
openstackgerrit | Thai Tran proposed openstack/horizon: Modal service is incorrectly named https://review.openstack.org/202328 | 22:55 |
r1chardj0n3s | krotscheck: I don't have time to defend x-requested-with, sorry, since I'd mostly be handing you pages found in google | 22:55 |
krotscheck | r1chardj0n3s: It's not your place to defend it. | 22:57 |
krotscheck | i.e. you don't have to | 22:57 |
krotscheck | It was a necessary thing in eariler web days | 22:58 |
krotscheck | Now, the need is less obvious. | 22:58 |
* kfox1111 nods | 23:01 | |
tqtran | i can speak for it in horizon's context. we still need it because of the reasons stated above. legacy horizon have ajax requests and full page request and need a way to distinguish it. for example, some tables in horizon allow for polling and lazy tab loading, these features use ajax. this category also include the new REST api for angular. | 23:01 |
tqtran | but for most other actions, its triggers a full page request. | 23:02 |
*** sqchen has joined #openstack-horizon | 23:02 | |
tqtran | so yes, we could remove that, but it would break horizon. the easier route would be to include the header, or if you're lazy just wrap that up in a service | 23:03 |
*** EmilienM is now known as EmilienM|off | 23:03 | |
*** mgarza has quit IRC | 23:04 | |
kfox1111 | no worries. The work around works. it may be something to throw in a document though so others don't keep tripping over it too much. | 23:04 |
*** jasondotstar has joined #openstack-horizon | 23:07 | |
openstackgerrit | Thai Tran proposed openstack/horizon: WIP Adding wizard modal service https://review.openstack.org/202328 | 23:07 |
*** tjones1 has quit IRC | 23:07 | |
*** devlaps has joined #openstack-horizon | 23:08 | |
*** devlaps has quit IRC | 23:08 | |
*** jasondotstar has quit IRC | 23:10 | |
vishwanathj | Hi...Is it OK to allow resources to have the same name? Example: trying to create instances with same name or creating networks with same name. Curious as to what the rationale would be not to check for duplicate names for resources? | 23:14 |
kfox1111 | depends on the service. but in general, yes. | 23:15 |
kfox1111 | heat's the only one I know that doesn't allow duplicates. Its safe, just tells you you cant. | 23:16 |
openstackgerrit | Thai Tran proposed openstack/horizon: WIP Add wizard modal service https://review.openstack.org/202330 | 23:16 |
openstackgerrit | Thai Tran proposed openstack/horizon: WIP Add wizard modal service https://review.openstack.org/202330 | 23:16 |
vishwanathj | kfox1111, thanks for your response. Are you saying its safe to not allow duplicates? | 23:18 |
kfox1111 | duplicates should be safe. | 23:18 |
kfox1111 | are you asking because your implementing a service and asking if you should disallow duplicates? | 23:19 |
openstackgerrit | Thai Tran proposed openstack/horizon: WIP Add wizard modal service https://review.openstack.org/202330 | 23:19 |
openstackgerrit | Thai Tran proposed openstack/horizon: WIP Adding wizard modal service https://review.openstack.org/202328 | 23:19 |
vishwanathj | kfox1111, yes | 23:20 |
kfox1111 | the defacto standard is to allow users to name things and use uuid or name if name is unique, or just uuid if it isn't unique. that way, the user can deside if they want ease of use of unique names, | 23:20 |
kfox1111 | or if they would rather deal with duplicate names and have to use uuids. | 23:20 |
vishwanathj | kfox1111, thanks...is this documented somewhere for reference | 23:21 |
openstackgerrit | Thai Tran proposed openstack/horizon: Modal service is incorrectly named https://review.openstack.org/202328 | 23:21 |
kfox1111 | not that I know of. This is mostly just experience having used most of the other openstack services. | 23:21 |
openstackgerrit | Thai Tran proposed openstack/horizon: Modal service is incorrectly named https://review.openstack.org/202328 | 23:22 |
kfox1111 | there's an api channel that you can ask these questions on too. they usually can answer these sorts of questions. | 23:22 |
vishwanathj | I see....new users will probably find this confusing...are you aware why heat does not allow duplicates....for me personally, heat behavior is more intituit | 23:23 |
vishwanathj | intuitive. | 23:23 |
openstackgerrit | Thai Tran proposed openstack/horizon: WIP Add wizard modal service https://review.openstack.org/202330 | 23:23 |
vishwanathj | kfox1111, thanks for making me aware of the api channel....what is the exact IRC name of the api channel? Thanks | 23:24 |
kfox1111 | most users can use the ui, and the ui would just show 2 entries. the difference usually is the ip shown next to it or whatever else. | 23:24 |
*** ZZelle_ has quit IRC | 23:24 | |
kfox1111 | #openstack-api | 23:24 |
kfox1111 | Not sure why the heat folks bucked the trend. Since I do most of the stuff I do with heat templates, I bump into it all the time. its anoying... | 23:25 |
kfox1111 | the main problem I hit is, | 23:25 |
kfox1111 | create stack named foo, | 23:25 |
kfox1111 | it doesnt quite work. | 23:25 |
kfox1111 | hit delete on foo | 23:25 |
kfox1111 | create stack named foo | 23:25 |
kfox1111 | it wont let me, because foo already exists, because it sometimes takes a while to delete the stack. | 23:25 |
kfox1111 | anoying. :) | 23:26 |
vishwanathj | ok, so the delete is completed and hence the error | 23:26 |
*** zhenguo has joined #openstack-horizon | 23:27 | |
kfox1111 | yeah, if you wait long enough ,the delete completes, and dohing the same thing over again just works. | 23:27 |
kfox1111 | so not allowing duplicate names introduces a timing issue. | 23:27 |
vishwanathj | kfox1111, but a normal user in production would not run into the scenario you mentioned, right? | 23:28 |
* kfox1111 shrugs | 23:29 | |
kfox1111 | depends on what you consider "production" :) | 23:29 |
kfox1111 | iaas is in production but user may be developing their stuff on it. | 23:30 |
ekarlso | so what's hot and new in horizon ? :p | 23:30 |
*** Sukhdev has quit IRC | 23:30 | |
*** ducttape_ has quit IRC | 23:30 | |
kfox1111 | I'd say, yeah, with my op hat on, I delete and relaunch heat templates al the time, for production vm's. | 23:30 |
*** kzaitsev_mb has quit IRC | 23:32 | |
vishwanathj | kfox1111, appreciate your time regarding this discussion, got to take my son out for his swim lessons..bye | 23:35 |
kfox1111 | any time. thanks. :) | 23:35 |
*** vishwanathj has left #openstack-horizon | 23:35 | |
*** SimonChung has quit IRC | 23:45 | |
*** SimonChung1 has joined #openstack-horizon | 23:45 | |
*** SimonChung1 has quit IRC | 23:45 | |
*** SimonChung has joined #openstack-horizon | 23:45 | |
*** SimonChung1 has joined #openstack-horizon | 23:47 | |
*** SimonChung has quit IRC | 23:47 | |
*** kzaitsev_mb has joined #openstack-horizon | 23:47 | |
openstackgerrit | Rajat Vig proposed openstack/horizon: JSCS Cleanup - Use explict __globalTestHelpers__ in service-api specs https://review.openstack.org/199333 | 23:56 |
*** bpokorny has quit IRC | 23:58 | |
*** annashen has quit IRC | 23:58 | |
*** bpokorny has joined #openstack-horizon | 23:58 | |
*** Sukhdev has joined #openstack-horizon | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!