Wednesday, 2015-07-29

tqtransqchen, tyr: ok testing the auto collect on panel now00:00
*** jmolo has joined #openstack-horizon00:00
tqtranseems like it worked :)00:00
tqtranalthough scss have to be added manually00:00
kfox1111_cool. I'll have a look. thanks. :)00:01
kfox1111_if you copy my_panel to mypanel2 and remove the static subdir, can you still use mycontroller?00:02
*** alexvictorchan has quit IRC00:03
*** tjones has quit IRC00:03
*** tjones has joined #openstack-horizon00:04
*** lucas__ has joined #openstack-horizon00:04
*** nlahouti1 has joined #openstack-horizon00:07
sqchentqtran, yes, we should create a approach to add scss automatically.00:08
*** rajatvig has quit IRC00:08
*** lucas__ has quit IRC00:08
sqchenthis enabled another level of scss plugin/customization00:08
openstackgerritDan Siwiec proposed openstack/horizon: WIP - Image Detail Redesign (Angular/UX)  https://review.openstack.org/17388500:10
*** nlahouti has quit IRC00:10
*** jasondotstar has quit IRC00:11
tqtrankfox1111_: yes00:11
tqtranassuming that you enabled my_panel00:12
kfox1111_k.00:12
kfox1111_trying to merge in the code...00:12
tqtranbut you shouldnt do that, each panel really should have its own controller00:12
tqtranthere can be common services they share, but controller is not one of them00:12
openstackgerritShaoquan Chen proposed openstack/horizon: JSCS Cleanup - Metadata widgets cleanup  https://review.openstack.org/20379500:13
kfox1111_the code is going to end up being exactly the same, just 2 different ways of filtering the data.00:13
kfox1111_one panel showing the entries that are "launchable". the other showing all entries.00:14
kfox1111_so sharing the javascript makes sense.00:15
kfox1111_for example, still having the issue where encodeURIComponentFilter isn't in scope.00:15
kfox1111_its generic enough to use from both panels...00:15
kfox1111_ah... I see. something like: ng-controller="admin.my-panel.controller as ctrl"00:16
*** jasondotstar has joined #openstack-horizon00:17
kfox1111_hmm... but the controller name is also named admin.my-panel.controller... so is it just global then?00:19
*** Piet has quit IRC00:21
kfox1111_hmmm... I do see the javascript inside the compiled .js file.00:23
kfox1111_so it is including it now.00:23
kfox1111_just for some reason its out of scope of templates/my_panel/index.html00:23
*** david-lyle has quit IRC00:24
*** lhcheng_ has joined #openstack-horizon00:24
*** lhcheng_ has left #openstack-horizon00:24
*** jmolo has quit IRC00:25
*** dansiwie_ has quit IRC00:25
*** dansiwiec has joined #openstack-horizon00:25
kfox1111_Ahh.. there we go. miss spelled ADD_ANGULAR_MODULES00:26
openstackgerritShaoquan Chen proposed openstack/horizon: JSCS Cleanup - Metadata widgets cleanup  https://review.openstack.org/20379500:26
kfox1111_ok. now into the horizon changes themselves... seeing Unknown provider: heatAPIProvider <- heatAPI <- appCatalogTableCtrl...00:27
*** dansiwiec has quit IRC00:30
*** dansiwiec has joined #openstack-horizon00:31
*** dansiwiec has quit IRC00:33
openstackgerritThai Tran proposed openstack/horizon: Add HTTP Async Batch call  https://review.openstack.org/20677200:33
openstackgerritThai Tran proposed openstack/horizon: Add HTTP Async Batch call  https://review.openstack.org/20677200:33
*** garthb has quit IRC00:35
openstackgerritShaoquan Chen proposed openstack/horizon: Angular metadata update modal  https://review.openstack.org/18427400:36
tqtrankfox1111_: if you provide me a link to your repo, i can help debug it00:37
openstackgerritShaoquan Chen proposed openstack/horizon: Angular metadata update modal  https://review.openstack.org/18427400:38
*** albertom has quit IRC00:39
kfox1111_tqtran: sec... this part of the code's actually part of horizon... to be contributed. let me get a review going.00:39
*** Guest4324 has quit IRC00:39
openstackgerritDiana Whitten proposed openstack/horizon: Create a Bootstrap Theme Preview Page with HTML Hints  https://review.openstack.org/18781800:41
*** albertom has joined #openstack-horizon00:43
openstackgerritKevin Fox proposed openstack/horizon: A few tweaks to make the App Catalog plugin work.  https://review.openstack.org/20677300:43
kfox1111_tqtran: ^---- that one. :)00:43
kfox1111_Trying to make use of heatAPI in the plugin and its not registered quite right.00:43
kfox1111_bbiab.00:44
tqtranin your horizon folder, do you have the patch enabled?00:44
tqtranyou might be on master, thats why its not seeing it?00:44
kfox1111_I'm taking master, adding that patch, and then installing my plugin on top of it.00:44
kfox1111_the plugin tries to use heatAPI as provided by the review.00:45
kfox1111_since ideally horizon would provide that long term.00:45
kfox1111_I'll get the plugin into a git repo maybe tomorrow. we're creating a stackforge repo for it.00:45
kfox1111_I'm on the right branch. kfox2@mantis:~/svn/horizon-app-catalog4$ git branch00:46
kfox1111_* app-catalog-deps00:46
kfox1111_bbiab.00:46
*** bpokorny has quit IRC00:50
*** yingjun has joined #openstack-horizon00:50
*** bpokorny has joined #openstack-horizon00:51
*** sqchen has quit IRC00:54
*** tyr has quit IRC00:56
*** bpokorny has quit IRC00:56
*** zhenguo has joined #openstack-horizon00:57
*** ybathia has quit IRC01:00
*** garthb has joined #openstack-horizon01:00
*** garthb_ has joined #openstack-horizon01:00
*** garthb_ has quit IRC01:00
*** lucas____ has joined #openstack-horizon01:05
openstackgerritLin Hua Cheng proposed openstack/horizon: Moving Trove to contrib  https://review.openstack.org/20678001:05
*** tjones has quit IRC01:06
*** drupalmonkey has quit IRC01:09
*** lucas____ has quit IRC01:10
kfox1111_back.01:10
*** xiangxinyong has joined #openstack-horizon01:10
*** jasondotstar has quit IRC01:12
kfox1111_hmm... ok. so the other panel uses glanceAPI which should be fine in horizon and that one's failing too. so it may be the plugin after all. I'll post the code as soon as I can. thanks.01:15
*** shivrao has quit IRC01:16
*** xiangxinyong1 has joined #openstack-horizon01:16
openstackgerritLin Hua Cheng proposed openstack/horizon: Configurable token hashing  https://review.openstack.org/20676501:17
*** jasondotstar has joined #openstack-horizon01:17
*** xiangxinyong has quit IRC01:19
openstackgerritziyu032 proposed openstack/horizon: Display the project name in user detail page  https://review.openstack.org/20598301:19
*** jasondotstar has quit IRC01:22
*** annashen has joined #openstack-horizon01:26
openstackgerritThai Tran proposed openstack/horizon: Add HTTP Async Batch call  https://review.openstack.org/20677201:28
tqtrankfox1111_: sure thing, im gonna take off for now, but i can help debug once you have the code up01:28
kfox1111_k. thanks for the help.01:29
*** tqtran has quit IRC01:29
*** nlahouti1 has quit IRC01:30
*** annashen has quit IRC01:31
*** jbell8 has joined #openstack-horizon01:32
openstackgerritLIU Yulong proposed openstack/horizon: Add floating IP panel to admin dashboard  https://review.openstack.org/14362801:33
*** lucas____ has joined #openstack-horizon01:33
openstackgerritThai Tran proposed openstack/horizon: Add HTTP Async Batch call  https://review.openstack.org/20677201:35
*** lhcheng has joined #openstack-horizon01:36
*** lhcheng has left #openstack-horizon01:36
*** lucas____ has quit IRC01:37
openstackgerritThai Tran proposed openstack/horizon: Add HTTP Async Batch call  https://review.openstack.org/20677201:41
*** lexholden has quit IRC01:43
*** linkedinyou has joined #openstack-horizon01:47
*** yamamoto has joined #openstack-horizon01:51
*** annashen has joined #openstack-horizon01:55
*** annashen has quit IRC02:00
*** skylerberg has quit IRC02:02
openstackgerritKevin Fox proposed openstack/horizon: A few tweaks to make the App Catalog plugin work.  https://review.openstack.org/20677302:03
kfox1111_Plugin's fully working external with ^--- applied. :)02:04
*** garthb has quit IRC02:10
*** annashen has joined #openstack-horizon02:10
*** annashen has quit IRC02:12
*** Drago has quit IRC02:16
*** dboik has joined #openstack-horizon02:18
*** david-lyle has joined #openstack-horizon02:19
*** ChanServ sets mode: +o david-lyle02:19
*** david-lyle has quit IRC02:23
*** yingjun has quit IRC02:25
*** Piet has joined #openstack-horizon02:26
*** annashen has joined #openstack-horizon02:27
*** dboik has quit IRC02:27
*** dboik has joined #openstack-horizon02:27
*** bpokorny has joined #openstack-horizon02:28
*** yingjun has joined #openstack-horizon02:31
*** annashen has quit IRC02:32
*** lucas__ has joined #openstack-horizon02:34
*** jacalcat_ has joined #openstack-horizon02:35
*** lucas__ has quit IRC02:39
*** saksham has quit IRC02:46
*** sqchen has joined #openstack-horizon02:50
*** KunalGandhi has quit IRC02:50
*** sqchen has quit IRC02:52
*** jacalcat_ has quit IRC03:02
*** dansiwiec has joined #openstack-horizon03:03
*** tjones has joined #openstack-horizon03:04
*** jbell8 has quit IRC03:06
*** jbell8 has joined #openstack-horizon03:07
*** dboik has quit IRC03:08
*** dboik has joined #openstack-horizon03:09
*** annashen has joined #openstack-horizon03:10
*** dansiwiec has quit IRC03:12
*** dboik has quit IRC03:14
*** drupalmonkey has joined #openstack-horizon03:20
openstackgerritLi Yingjun proposed openstack/horizon: Disable lagency launch when LAUNCH_INSTANCE_LEGACY_ENABLED is False  https://review.openstack.org/20680203:28
*** drupalmonkey has quit IRC03:30
*** annashen_ has joined #openstack-horizon03:32
*** tjones has quit IRC03:33
*** david-lyle has joined #openstack-horizon03:34
*** ChanServ sets mode: +o david-lyle03:34
*** annashen has quit IRC03:35
*** radez is now known as radez_g0n303:39
*** ducttape_ has joined #openstack-horizon03:44
*** fedexo has joined #openstack-horizon03:46
*** bpokorny has quit IRC03:47
*** jingjing_ren has joined #openstack-horizon03:48
*** yingjun has quit IRC03:51
*** jingjing_ren has quit IRC03:51
*** amotoki has joined #openstack-horizon03:56
*** annashen has joined #openstack-horizon03:58
*** ducttape_ has quit IRC04:00
*** sayan has joined #openstack-horizon04:01
*** jhesketh has quit IRC04:01
*** jhesketh has joined #openstack-horizon04:02
*** annashen has quit IRC04:03
*** sqchen has joined #openstack-horizon04:04
*** annashen_ has quit IRC04:07
*** dboik has joined #openstack-horizon04:09
*** vishwanathj has joined #openstack-horizon04:10
*** sqchen has quit IRC04:13
*** dboik has quit IRC04:14
*** fedexo has quit IRC04:21
*** sqchen has joined #openstack-horizon04:32
*** xiangxinyong1 has quit IRC04:36
*** lucas__ has joined #openstack-horizon04:38
*** lucas__ has quit IRC04:42
*** sqchen has quit IRC04:42
*** ducttape_ has joined #openstack-horizon04:44
*** fedexo has joined #openstack-horizon04:48
*** ducttape_ has quit IRC04:48
*** annashen has joined #openstack-horizon04:49
*** masco has joined #openstack-horizon04:50
*** stevemar has joined #openstack-horizon04:56
*** annashen_ has joined #openstack-horizon04:59
*** annashen_ has quit IRC05:03
*** sqchen has joined #openstack-horizon05:05
*** KunalGandhi has joined #openstack-horizon05:06
*** KunalGan_ has joined #openstack-horizon05:09
*** annashen has quit IRC05:10
*** KunalGandhi has quit IRC05:11
*** annashen has joined #openstack-horizon05:16
*** stevemar has quit IRC05:19
*** stevemar has joined #openstack-horizon05:20
*** stevemar has quit IRC05:24
*** nlahouti has joined #openstack-horizon05:34
*** sayan has quit IRC05:38
*** lucas__ has joined #openstack-horizon05:40
*** lucas__ has quit IRC05:44
*** fedexo has quit IRC05:45
*** fedexo has joined #openstack-horizon05:46
*** yamamoto has quit IRC05:50
*** nlahouti has quit IRC05:51
*** nlahouti has joined #openstack-horizon05:51
*** yingjun has joined #openstack-horizon05:55
openstackgerritShaoquan Chen proposed openstack/horizon: JSCS Cleanup - Metadata widgets cleanup  https://review.openstack.org/20379505:56
*** fedexo has quit IRC05:57
*** nlahouti has quit IRC05:59
*** annashen_ has joined #openstack-horizon06:00
*** annashen has quit IRC06:00
*** annashen_ has quit IRC06:04
*** kiran-r has joined #openstack-horizon06:05
*** xiangxinyong1 has joined #openstack-horizon06:15
*** MaxV has joined #openstack-horizon06:15
openstackgerritMerged openstack/horizon: Adding PUT to REST api service  https://review.openstack.org/20663906:18
*** sqchen has quit IRC06:21
*** sqchen has joined #openstack-horizon06:22
*** josecastroleon has joined #openstack-horizon06:22
*** yamamoto has joined #openstack-horizon06:22
openstackgerritOpenStack Proposal Bot proposed openstack/horizon: Imported Translations from Transifex  https://review.openstack.org/20688106:23
*** jbell8 has quit IRC06:27
openstackgerritRajat Vig proposed openstack/horizon: JSCS Cleanup - Use mock module to avoid using window  https://review.openstack.org/19933306:29
*** rajatvig has joined #openstack-horizon06:30
openstackgerritRajat Vig proposed openstack/horizon: JSCS Cleanup - horizon/ tech-debt  https://review.openstack.org/19934506:31
openstackgerritOpenStack Proposal Bot proposed openstack/django_openstack_auth: Imported Translations from Transifex  https://review.openstack.org/20689106:32
*** rahulshivsharan has joined #openstack-horizon06:32
*** zhenguo has quit IRC06:32
openstackgerritRajat Vig proposed openstack/horizon: Fix ISO tests  https://review.openstack.org/19968606:34
*** zhenguo has joined #openstack-horizon06:40
*** lucas__ has joined #openstack-horizon06:42
*** MaxV has quit IRC06:44
*** lucas__ has quit IRC06:46
*** kfox1111_ has quit IRC06:47
*** MaxV has joined #openstack-horizon06:52
*** markus_z has joined #openstack-horizon06:58
*** sqchen has quit IRC06:59
*** annashen has joined #openstack-horizon07:01
*** MaxV has quit IRC07:01
*** annashen has quit IRC07:05
*** sqchen has joined #openstack-horizon07:14
*** sqchen has quit IRC07:14
*** mpavlase has joined #openstack-horizon07:15
*** rajatvig has quit IRC07:15
*** KunalGan_ has quit IRC07:25
*** kmARC has joined #openstack-horizon07:28
openstackgerritlyanchih proposed openstack/horizon: Couldn't provision instance from volume snapshot  https://review.openstack.org/19945707:30
*** rdopiera has joined #openstack-horizon07:34
*** markus_z has quit IRC07:34
*** rdopiera_ has joined #openstack-horizon07:35
*** romainh has joined #openstack-horizon07:36
*** rdopiera_ has quit IRC07:36
*** rdopiera has quit IRC07:36
*** rdopiera has joined #openstack-horizon07:36
*** JeanBriceCombebi has joined #openstack-horizon07:38
*** lucas__ has joined #openstack-horizon07:43
*** lucas__ has quit IRC07:48
*** markus_z has joined #openstack-horizon07:51
*** sayan has joined #openstack-horizon07:51
*** bfic has joined #openstack-horizon07:51
*** bluex-pl has joined #openstack-horizon07:51
*** bluex-pl has quit IRC07:51
*** annashen has joined #openstack-horizon08:01
*** xiangxinyong2 has joined #openstack-horizon08:01
*** annashen_ has joined #openstack-horizon08:02
*** xiangxinyong1 has quit IRC08:04
*** rahulshivsharan has quit IRC08:05
*** annashen has quit IRC08:05
*** annashen_ has quit IRC08:06
*** lucas__ has joined #openstack-horizon08:08
*** lucas__ has quit IRC08:12
*** ygbo has joined #openstack-horizon08:14
*** yingjun has quit IRC08:15
*** KingKhan has joined #openstack-horizon08:20
*** robcresswell has joined #openstack-horizon08:22
*** KunalGandhi has joined #openstack-horizon08:23
*** ^Gal^ has quit IRC08:23
*** ^Gal^ has joined #openstack-horizon08:23
*** yingjun has joined #openstack-horizon08:24
*** jasondotstar has joined #openstack-horizon08:25
*** KunalGandhi has quit IRC08:27
*** MaxV has joined #openstack-horizon08:28
openstackgerritziyu032 proposed openstack/horizon: Confirm Dialog for Delete operation in Network Topology  https://review.openstack.org/12887308:30
*** MaxV has quit IRC08:34
*** e0ne has joined #openstack-horizon08:40
*** markus_z has quit IRC08:43
*** e0ne has quit IRC08:43
*** markus_z has joined #openstack-horizon08:43
*** yingjun has quit IRC08:44
*** Ala has joined #openstack-horizon08:49
*** MaxV has joined #openstack-horizon08:50
*** ZZelle has quit IRC08:53
*** ZZelle has joined #openstack-horizon08:53
*** JeanBriceCombebi has quit IRC08:58
*** kzaitsev_mb has joined #openstack-horizon08:58
*** markus_z has quit IRC09:02
*** annashen has joined #openstack-horizon09:02
*** jtomasek has quit IRC09:05
*** amotoki has quit IRC09:05
*** jtomasek has joined #openstack-horizon09:06
*** annashen has quit IRC09:07
openstackgerritVlad Okhrimenko proposed openstack/horizon: Drop QUnit JS tests in favor of Jasmine  https://review.openstack.org/15657209:13
*** lexholden has joined #openstack-horizon09:17
*** markus_z has joined #openstack-horizon09:19
*** alexpilotti has joined #openstack-horizon09:24
openstackgerritVlad Okhrimenko proposed openstack/horizon: Drop QUnit JS tests in favor of Jasmine  https://review.openstack.org/15657209:24
*** yamamoto has quit IRC09:26
-openstackstatus- NOTICE: Currently our CI system is broken, jobs are not getting processed at all.09:28
*** ChanServ changes topic to "Currently our CI system is broken, jobs are not getting processed at all."09:28
*** yamamoto has joined #openstack-horizon09:35
*** yingjun has joined #openstack-horizon09:35
*** yingjun has quit IRC09:35
*** bluex-pl has joined #openstack-horizon09:37
*** romainh has left #openstack-horizon09:37
*** bluex-pl has quit IRC09:37
*** bluex-pl has joined #openstack-horizon09:37
*** romainh has joined #openstack-horizon09:39
*** sayan_ has joined #openstack-horizon09:40
*** sayan has quit IRC09:40
*** kzaitsev_mb has quit IRC09:40
*** kzaitsev_mb has joined #openstack-horizon09:40
*** kzaitsev_mb has quit IRC09:45
*** markus_z has quit IRC09:46
*** sayan_ has quit IRC09:47
*** sayan has joined #openstack-horizon09:49
*** e0ne has joined #openstack-horizon09:57
*** jasondotstar has quit IRC09:57
*** ygbo has quit IRC10:00
*** mitz has quit IRC10:00
*** dguerri` has quit IRC10:00
*** mitz has joined #openstack-horizon10:00
*** xiangxinyong1 has joined #openstack-horizon10:00
*** dguerri` has joined #openstack-horizon10:01
*** dguerri` is now known as dguerri10:01
*** dguerri has joined #openstack-horizon10:01
*** kmARC has quit IRC10:01
*** annashen has joined #openstack-horizon10:02
*** e0ne_ has joined #openstack-horizon10:02
*** kiran-r has quit IRC10:03
*** ygbo has joined #openstack-horizon10:03
*** annashen_ has joined #openstack-horizon10:04
*** nullvariable has quit IRC10:05
*** Ala has quit IRC10:05
*** linkedinyou has quit IRC10:05
*** zacdev has quit IRC10:05
*** e0ne has quit IRC10:05
*** xiangxinyong2 has quit IRC10:05
*** Piet has quit IRC10:05
*** e0ne_ is now known as e0ne10:06
*** annashen has quit IRC10:06
*** nullvariable has joined #openstack-horizon10:08
*** annashen_ has quit IRC10:08
*** jasondotstar has joined #openstack-horizon10:09
*** linkedinyou has joined #openstack-horizon10:12
*** kiran-r has joined #openstack-horizon10:12
*** zhenguo has quit IRC10:13
*** josecastroleon has quit IRC10:15
*** kmARC has joined #openstack-horizon10:16
*** Ala has joined #openstack-horizon10:18
*** ^Gal^ has quit IRC10:19
openstackgerritziyu032 proposed openstack/horizon: Pseudo-folder name string should not contanins slash character  https://review.openstack.org/20697310:19
*** ^Gal^ has joined #openstack-horizon10:19
*** romainh has quit IRC10:20
*** KingKhan has quit IRC10:28
*** xiangxinyong1 has quit IRC10:29
*** aix has quit IRC10:38
*** jpomeroy has quit IRC10:46
*** lexholden has quit IRC10:46
*** jpomeroy has joined #openstack-horizon10:46
*** kzaitsev_mb has joined #openstack-horizon10:48
*** robcresswell has quit IRC10:51
*** markus_z has joined #openstack-horizon10:53
*** yamamoto has quit IRC10:57
*** yamamoto has joined #openstack-horizon10:59
*** jsheeren has joined #openstack-horizon11:04
*** annashen has joined #openstack-horizon11:04
*** annashen has quit IRC11:09
*** jprovazn has joined #openstack-horizon11:11
*** romainh has joined #openstack-horizon11:14
*** sayan has quit IRC11:20
*** jasondot_ has joined #openstack-horizon11:23
*** sayan has joined #openstack-horizon11:24
*** e0ne has quit IRC11:25
*** jasondotstar has quit IRC11:25
*** juggler has quit IRC11:30
*** belmoreira has joined #openstack-horizon11:31
*** juggler has joined #openstack-horizon11:33
*** e0ne has joined #openstack-horizon11:35
*** jsheeren has quit IRC11:49
*** josecastroleon has joined #openstack-horizon11:55
*** e0ne has quit IRC11:59
openstackgerritRomain Hardouin proposed openstack/horizon: Show datastores and versions for Trove  https://review.openstack.org/16319612:00
*** annashen has joined #openstack-horizon12:02
*** yamamoto has quit IRC12:02
*** annashen_ has joined #openstack-horizon12:05
*** aix has joined #openstack-horizon12:07
*** annashen has quit IRC12:07
*** annashen_ has quit IRC12:10
*** ducttape_ has joined #openstack-horizon12:10
*** kiran-r has quit IRC12:18
openstackgerritPaul Karikh proposed openstack/horizon: Logout user if he has no valid tokens  https://review.openstack.org/14248112:22
*** ducttape_ has quit IRC12:25
*** KunalGandhi has joined #openstack-horizon12:25
*** e0ne has joined #openstack-horizon12:25
*** jacalcat has joined #openstack-horizon12:29
*** KunalGandhi has quit IRC12:30
*** bluex-pl has quit IRC12:30
*** pauloewerton has joined #openstack-horizon12:31
*** JeanBriceCombebi has joined #openstack-horizon12:32
*** yingjun has joined #openstack-horizon12:33
openstackgerritsvasheka proposed openstack/horizon: Add _save_screenshot functionality to helpers.  https://review.openstack.org/19464612:33
*** caspinol has quit IRC12:35
*** _crobertsrh is now known as crobertsrh12:42
svashekampavlase, ^12:42
*** yingjun has quit IRC12:48
openstackgerritsvasheka proposed openstack/horizon: Add _save_screenshot functionality to helpers.  https://review.openstack.org/19464612:48
*** caspinol has joined #openstack-horizon12:49
*** ChanServ changes topic to "OpenStack Horizon"12:49
-openstackstatus- NOTICE: zuul's disks were at capacity. Space has been freed up and jobs are being re-queued.12:49
*** yamamoto has joined #openstack-horizon12:49
mpavlasesvasheka: you was faster than my comments :-)12:53
*** kfox1111 has joined #openstack-horizon12:54
svashekampavlase, :)12:56
mpavlasesvasheka: FYI, please find my comment in the latest patchset (#13)12:57
*** mpavlase has quit IRC13:01
*** mpavlase has joined #openstack-horizon13:03
*** matt-borland has joined #openstack-horizon13:03
*** jpomeroy has quit IRC13:03
*** mwhagedorn has joined #openstack-horizon13:03
*** annashen has joined #openstack-horizon13:06
*** hurgleburgler has quit IRC13:06
*** annashen has quit IRC13:10
*** dboik has joined #openstack-horizon13:12
openstackgerritsvasheka proposed openstack/horizon: Add _save_screenshot functionality to helpers.  https://review.openstack.org/19464613:13
svashekampavlase, agree13:13
*** jtriley has joined #openstack-horizon13:14
openstackgerritVlad Okhrimenko proposed openstack/horizon: Drop QUnit JS tests in favor of Jasmine  https://review.openstack.org/15657213:15
*** rahulshivsharan has joined #openstack-horizon13:16
rahulshivsharanrom keystoneclient.v3 import client13:17
rahulshivsharankeystone = client.Client(username=username, password=password,tenant_id=tenant_id, auth_url=auth_url)13:17
rahulshivsharancan I get Token from the keyston object13:18
rahulshivsharanlike keystone.getToken()13:18
rahulshivsharanor keyston.get["X-Auth-Token"] or keyston.get["X-Subject-Token"]13:18
*** lucas__ has joined #openstack-horizon13:19
*** JeanBriceCombebi has quit IRC13:21
*** JeanBriceCombebi has joined #openstack-horizon13:22
*** jpomeroy has joined #openstack-horizon13:23
*** neelashah has joined #openstack-horizon13:24
-openstackstatus- NOTICE: zuul jobs after about 07:00 UTC may need a 'recheck' to enter the queue. Look if your change is in http://status.openstack.org/zuul/ and recheck if not.13:26
*** lexholden has joined #openstack-horizon13:26
*** doug-fish has joined #openstack-horizon13:33
*** stevemar has joined #openstack-horizon13:34
*** lucas__ has quit IRC13:38
*** lucas__ has joined #openstack-horizon13:39
*** matt-borland has quit IRC13:40
*** drupalmonkey has joined #openstack-horizon13:43
*** romainh has left #openstack-horizon13:44
*** ducttape_ has joined #openstack-horizon13:46
*** jasondotstar has joined #openstack-horizon13:48
*** bfic has quit IRC13:51
*** robcresswell has joined #openstack-horizon13:51
*** mpavlase has quit IRC13:51
*** jasondot_ has quit IRC13:52
*** wim_dc has joined #openstack-horizon13:52
crobertsrhA couple questions about how the Sahara dashboard (now in contrib) might go about using the manila service:13:52
crobertsrh  1) The manila dashboard stuff (and api) currently lives outside of the horizon repo.  Is it reasonable for us to bring it into openstacki_dashboard/api, or since it's [currently] only Sahara that wants to use it, should we keep it in our corner of the repo?13:52
*** mpavlase has joined #openstack-horizon13:53
crobertsrh2) Are we still "allowed" to add python-manilaclient to requirements.txt?13:54
*** bfic has joined #openstack-horizon13:55
crobertsrh...or is there a more preferred way of things in contrib handling their own requirements? (I can't think of any other way at the moment)13:55
ducttape_crobertsrh - I have very little say, but I would prefer to not have client requirements added to the horizon core.  the plugin should add that requirement13:55
*** katyafervent is now known as katyafervent_awa13:55
crobertsrhthe manila plugin?13:56
ducttape_and you can also define the same path of openstack_dashboard/api/manila.py  if you wanted to13:56
ducttape_yep.  the manila plugin should declare that it requires the client library13:56
crobertsrhI'm just imagining a [probably somewhat likely] scenario of an install with Sahara turned on, but without the manila plugin.  Sahara still needs to use the manila client library for some thing.13:57
ducttape_david-lyle might be online soon, if not already.  he would be a better one to guide you.   this is just my $0.02 worth13:57
ducttape_then sahara should also declare that requirement too13:58
crobertsrhOk, thanks.  I figured I should get this sorted out now rather than after I've gone through a dozen patch sets.13:58
crobertsrhbut sahara lives in the horizon repo13:58
*** katyafervent_awa is now known as katyafervent13:58
ducttape_not for long?  ;)13:58
crobertsrhIt just moved to /contrib13:58
*** neelashah1 has joined #openstack-horizon13:58
ducttape_ah, ok13:58
*** bfic has quit IRC13:58
crobertsrhI'm hoping it may stay awhile :)13:59
ducttape_yes, sorry.  I thought it might move to its own repo13:59
crobertsrhOf course...life would be easier in some respects.13:59
crobertsrhYeah, I thought we might get the boot for awhile too :)13:59
ducttape_I think you are free to do that, if you prefer13:59
*** neelashah has quit IRC13:59
ducttape_you could then have other reviewers for +2 / merging etc14:00
crobertsrhOh yes, we would be free to create any monstrosity we saw fit14:01
crobertsrhWhich, we have proved before, we would do...and it's not a great thing :)14:01
crobertsrhThanks for your input.  I'll look up David when I see him.14:02
*** annashen has joined #openstack-horizon14:03
*** ericpeterson has joined #openstack-horizon14:04
*** EmilienM has quit IRC14:05
*** rdopiera has quit IRC14:07
*** annashen_ has joined #openstack-horizon14:07
*** JeanBriceCombebi has quit IRC14:07
*** JeanBriceCombebi has joined #openstack-horizon14:07
*** JeanBriceCombebi has quit IRC14:08
*** annashen has quit IRC14:08
*** ducttape_ has quit IRC14:08
*** JeanBriceCombebi has joined #openstack-horizon14:09
*** EmilienM has joined #openstack-horizon14:09
*** caspinol has quit IRC14:10
*** annashen_ has quit IRC14:11
*** SimonChung has joined #openstack-horizon14:17
*** Miouge has joined #openstack-horizon14:18
robcresswellI thought the plan was to move Sahara out soon? Like, M release14:19
crobertsrhI'm looking at making these changes for L though.14:20
crobertsrhI have not heard of a target date for the Sahara-ectomy from the horizon repo14:21
* ericpeterson hopes he doesn't have a Sahara-ectomy anytime soon14:22
crobertsrhWas the move to /contrib just meant to be an intermediate pit stop for us?14:23
*** absubram has joined #openstack-horizon14:25
ericpetersoncrobertsrh :  again, I'm not sure.  but I could see a situation where moving files/folders within a single repo is much easier than creating a second repo with QA jobs and approvers etc14:27
ericpetersonthat would seem the likely reason, b/c it is easier to do that... and see what breaks14:28
*** neelashah1 has quit IRC14:28
*** yamamoto has quit IRC14:29
*** yamamoto has joined #openstack-horizon14:29
*** tvanderwiel has joined #openstack-horizon14:31
*** tvanderwiel has left #openstack-horizon14:31
*** JeanBriceCombebi has quit IRC14:34
*** JeanBriceCombebi has joined #openstack-horizon14:34
*** caspinol has joined #openstack-horizon14:34
*** rahulshivsharan has quit IRC14:36
*** yamamoto has quit IRC14:38
*** Ephur has joined #openstack-horizon14:38
robcresswelldavid-lyle: ping14:40
*** Rahul_S has joined #openstack-horizon14:40
robcresswellI thought the plan was to move to contrib temporarily, then move out of repo when the plugins have themselves setup etc14:40
robcresswellI may well have misunderstood though14:40
*** Rahul_S has quit IRC14:41
*** SimonChung has quit IRC14:42
*** SimonChung has joined #openstack-horizon14:42
crobertsrhrobcresswell:  My horizon meeting attendance has been spotty lately, so I may have totally missed that plan.  If that is the plan, we (Sahara people) should get moving on it.14:43
*** vijendar has joined #openstack-horizon14:44
*** vijendar has quit IRC14:44
*** vijendar has joined #openstack-horizon14:44
ericpetersonI think robcresswell is on the right track too, it will be best for sahara (my opinion)14:45
*** nlahouti has joined #openstack-horizon14:45
*** nlahouti has quit IRC14:46
*** ZZelle has quit IRC14:48
*** masco has quit IRC14:49
robcresswellcrobertsrh: Reach out to David to check, but I believe the overall goal (i.e. very long term) here is to reduce the overall amount of in-tree code, so plugins will maintain their own repos, while we effectively provide a pluggable library for OpenStack UIs14:51
robcresswellKinda like Neutron with its vendor plugins14:51
robcresswellOtherwise Horizon ends up as a blocker on code, because there isn't enough knowledge of the various components14:52
*** wim_dc has quit IRC14:54
*** yamamoto has joined #openstack-horizon14:54
ericpetersonI think we might need to strength the version dependency ties with horizon and plugins.   like a plugin might only work with certain horizon versions, and bring in other requirments....   this aspect probably has some work todo here14:55
*** absubram has quit IRC14:55
ericpetersonbut this effort will flush out a lot of that stuff, I would hope14:55
*** neelashah has joined #openstack-horizon14:56
openstackgerritRob Cresswell proposed openstack/horizon: Remove Router Dashboard  https://review.openstack.org/19796914:57
robcresswell^^14:57
*** dsneddon has quit IRC14:57
*** dsneddon has joined #openstack-horizon14:58
*** belmoreira has quit IRC14:59
*** absubram has joined #openstack-horizon14:59
*** jasondotstar has quit IRC14:59
crobertsrhrobcresswell:  I totally agree.  I will check with David.  Thanks.15:00
robcresswellno problem15:00
*** hurgleburgler has joined #openstack-horizon15:01
*** e0ne has quit IRC15:02
*** nullvariable has quit IRC15:02
*** jacalcat has quit IRC15:02
*** e0ne has joined #openstack-horizon15:04
openstackgerritChad Roberts proposed openstack/horizon: Adding support for Manila-based shares in Sahara  https://review.openstack.org/20708615:07
openstackgerritChad Roberts proposed openstack/horizon: Adding support for Manila-based shares in Sahara  https://review.openstack.org/20708615:07
*** annashen has joined #openstack-horizon15:07
*** annashen has quit IRC15:13
*** josecastroleon has quit IRC15:15
*** lblanchard has joined #openstack-horizon15:16
*** jprovazn has quit IRC15:16
openstackgerritPaulo Ewerton Gomes Fragoso proposed openstack/django_openstack_auth: WIP Refactor d-o-a code to use keystoneauth library  https://review.openstack.org/20525115:16
pauloewertondoug-fish, hi. I think you'd be interested in taking a look ^^^15:20
*** Drago has joined #openstack-horizon15:21
doug-fishpauloewerton: yes cool - thx for the heads up!15:21
*** Drago has quit IRC15:21
*** Drago has joined #openstack-horizon15:21
pauloewertondoug-fish, np ;-)15:23
pauloewertonthe patch is functional for manual testing, but making the tests pass is being a pain =\15:23
*** Miouge has quit IRC15:25
*** bpokorny has joined #openstack-horizon15:28
*** lucas__ has quit IRC15:30
*** lucas__ has joined #openstack-horizon15:32
*** btully has quit IRC15:34
*** btully has joined #openstack-horizon15:34
*** alexpilotti has quit IRC15:34
*** lucas__ has quit IRC15:37
*** lucas____ has joined #openstack-horizon15:41
*** vishwanathj has quit IRC15:41
*** alexvictorchan has joined #openstack-horizon15:42
*** tyr has joined #openstack-horizon15:42
*** JeanBriceCombebi has quit IRC15:44
*** jmolo has joined #openstack-horizon15:45
*** JeanBriceCombebi has joined #openstack-horizon15:45
*** lucas____ has quit IRC15:46
*** Sukhdev_ has joined #openstack-horizon15:47
mwhagedorndoes anyone know how to configure horizon so that it sends emails on horizon errors, just like generic django apps do?   Is this in general disabled for horizon?  Anybody know?15:48
*** rhagarty_ has quit IRC15:48
*** rhagarty has quit IRC15:48
david-lylemwhagedorn: it's in the configuration for adminui, you might check there15:50
*** ongk has joined #openstack-horizon15:50
david-lyleIIRC15:50
mwhagedornthanks david-lyle  will look there.  Good old HPPC15:51
david-lylerobcresswell: pong15:53
robcresswelldavid-lyle: Just wondering what the timescale was around moving sahara etc out of tree15:53
robcresswellIt was relevant to earlier discussion15:53
david-lylerobcresswell: good question :)15:53
david-lylein Liberty I just wanted to get Sahara and Trove to contrib and work out the issues around that15:54
robcresswellYeah, I had said it would be M15:54
robcresswellcrobertsrh: Still around?15:54
crobertsrhYep.  Thanks for pinging on my behalf.15:55
robcresswellnp15:55
david-lylethen possibly in Mitaka move out to separate repo if there is a good testing story15:55
david-lylethe plugin testing piece needs help before I think we're ready to move out of tree15:55
david-lylebut tuskar-ui and manila-ui already do this15:56
david-lylebut sahara has integration tests, so that's another level of testing that needs to be supported15:56
david-lylejust moving to /contrib illuminated some issues15:57
david-lylesome are solved, some are not15:57
david-lylemostly solved though15:57
crobertsrhOk, so for L, we are definitely staying in /contrib.  I think that's all I needed to know for now.15:57
david-lyleyeah, definitely for L15:58
david-lyleL-2 was tagged yesterday15:58
crobertsrhOne slightly ugly thing that we are looking at doing for L is using Manila15:58
*** rhagarty has joined #openstack-horizon15:58
*** rhagarty_ has joined #openstack-horizon15:58
*** nlahouti has joined #openstack-horizon15:58
david-lylethere is an out of tree manila-ui plugin15:58
crobertsrhwe would need python-manilaclient in requirements and would add a manila.py api module somewhere.15:58
david-lylemanila.py would live in /contrib/sahara/api I think15:59
crobertsrhOk, that works for me.15:59
david-lylewould be nice to have conditional requirements, but not sure how that would work15:59
crobertsrhYeah, the requirements bit is ugly16:00
david-lyleother than out of tree plugins16:00
david-lyleso sahara will always use manila?16:00
crobertsrhyeah...and since we're still sort of an in-tree plugin for now, ugliness rules16:00
crobertsrhIf manila is enabled in the service catalog, we offer the option for using it for somethings.16:00
david-lyleI have to jump into a meeting, but let me think about that one a bit16:01
crobertsrhJob binaries can be stored in a manila share and eventually input/output for the jobs can also live there.16:01
crobertsrhOk, sounds good.16:01
david-lyleI fear ugly is the path forward, but maybe there's a better option :)16:01
robcresswelldavid-lyle: When you get a moment: https://review.openstack.org/#/c/197969/16:01
crobertsrhI'm on vacation until next week, but people in OS-sahara can also probably discuss16:01
robcresswellMaking Horizon marginally less ugly :)16:02
david-lylerobcresswell: boom!16:02
david-lyle\o/16:02
david-lyleok will review in a bit16:02
crobertsrhVery easy review there :)16:02
robcresswellThanks16:02
david-lylejust have to look for tentacles16:02
*** jbell8 has joined #openstack-horizon16:03
*** lucas____ has joined #openstack-horizon16:04
*** annashen has joined #openstack-horizon16:04
*** garthb has joined #openstack-horizon16:06
*** garthb_ has joined #openstack-horizon16:06
*** garthb_ has quit IRC16:07
*** ygbo has quit IRC16:08
*** annashen_ has joined #openstack-horizon16:08
openstackgerritChad Roberts proposed openstack/horizon: Adding support for Manila-based shares in Sahara  https://review.openstack.org/20708616:08
*** annashen has quit IRC16:09
openstackgerritChad Roberts proposed openstack/horizon: Adding support for Manila-based shares in Sahara  https://review.openstack.org/20708616:12
*** davidmichaelkarr has quit IRC16:13
*** ameade has quit IRC16:13
*** annashen_ has quit IRC16:13
*** Piet has joined #openstack-horizon16:13
*** lucas____ has quit IRC16:15
*** lucas__ has joined #openstack-horizon16:15
*** kmARC has quit IRC16:17
*** david-lyle has quit IRC16:18
*** lsmola has quit IRC16:20
*** TravT_ has joined #openstack-horizon16:22
*** belmoreira has joined #openstack-horizon16:23
*** TravT has quit IRC16:25
*** sayan has quit IRC16:25
*** rajatvig has joined #openstack-horizon16:27
*** ongk has joined #openstack-horizon16:28
*** markus_z has quit IRC16:29
ericpetersoninteresting chart on the session breakdown:  http://nmala.maishsk.com/blog/images/OpenStack-Summit-VotingAnalyzing-the-num_884F/image_thumb.png16:36
*** KunalGandhi has joined #openstack-horizon16:37
med_truestory16:37
ericpetersonchart credit: med_16:38
med_chart credit: maisha16:39
*** crobertsrh has quit IRC16:39
*** rdopiera has joined #openstack-horizon16:41
*** david-lyle has joined #openstack-horizon16:42
*** ChanServ sets mode: +o david-lyle16:42
*** rajatvig has quit IRC16:43
*** ameade has joined #openstack-horizon16:43
*** nullvariable has joined #openstack-horizon16:45
*** alexpilotti has joined #openstack-horizon16:46
*** JeanBriceCombebi has quit IRC16:48
*** robcresswell has quit IRC16:50
*** sqchen has joined #openstack-horizon16:52
*** shivrao has joined #openstack-horizon16:53
*** rajatvig has joined #openstack-horizon16:53
ericpetersondavid-lyle  -on the requirements thing.... if you made the plugins all python eggs, then they could enforce additional requirements to be installed (instead of making a huge requirements in horizon)16:54
*** mohankumar has quit IRC16:54
*** Ala has quit IRC16:54
openstackgerritRajat Vig proposed openstack/horizon: WIP : API for getting default quotas in admin  https://review.openstack.org/20712616:55
*** jingjing_ren has joined #openstack-horizon16:56
david-lyleericpeterson: out of ducttape_?16:56
*** shivrao_ has joined #openstack-horizon16:56
ericpetersonirc client gets stupid. lemme close / reopen16:56
david-lyleso essentially vendored plugins?16:56
*** ericpeterson has quit IRC16:56
*** ducttape_ has joined #openstack-horizon16:57
*** nlahouti has quit IRC16:57
*** shivrao has quit IRC16:57
*** shivrao_ is now known as shivrao16:57
*** skylerberg has joined #openstack-horizon16:57
ducttape_yes, vendor plugin is what you have anyways16:57
ducttape_maybe the term vendor is not appropriate, but you are going to have a group with this plugin.... and that thing will need to say which versions of horizon it would work with, and which client libs it needs16:58
david-lylewell one is source and one is packaged and included16:58
ducttape_you want to get those items out of your source tree, though.  correct?16:59
david-lyleyes, I think that's really the correct answer16:59
ducttape_so then let's do the correct things16:59
david-lylebut we have an interlude before that16:59
ducttape_you do right now, but you don't need to16:59
*** sayan has joined #openstack-horizon16:59
*** nlahouti has joined #openstack-horizon16:59
*** nlahouti has quit IRC17:01
*** mwhagedorn has quit IRC17:01
openstackgerritRajat Vig proposed openstack/horizon: JSCS Cleanup - horizon/ tech-debt  https://review.openstack.org/19934517:02
*** jacalcat_ has joined #openstack-horizon17:02
openstackgerritTyr Johanson proposed openstack/horizon: [WIP] - Dashboard ReOrg - collect dashboards on horizon.dashboard  https://review.openstack.org/20712817:03
*** e0ne has quit IRC17:03
*** davidmichaelkarr has joined #openstack-horizon17:03
*** tjones has joined #openstack-horizon17:06
*** MaxV has quit IRC17:07
openstackgerritRajat Vig proposed openstack/horizon: Detail-page directives (Angular/UX) with CSS  https://review.openstack.org/15888117:07
*** nlahouti has joined #openstack-horizon17:08
openstackgerritRajat Vig proposed openstack/horizon: WIP - Image Detail Redesign (Angular/UX)  https://review.openstack.org/17388517:08
*** mwhagedorn has joined #openstack-horizon17:09
*** annashen has joined #openstack-horizon17:09
openstackgerritTyr Johanson proposed openstack/horizon: Dashboard ReOrg - Move APIs into app/core  https://review.openstack.org/19733017:10
openstackgerritRajat Vig proposed openstack/horizon: JSCS Cleanup - Fix ng-di errors on cloud-services  https://review.openstack.org/19884017:11
*** annashen has quit IRC17:13
openstackgerritRajat Vig proposed openstack/horizon: JSCS Cleanup - Use mock module to avoid using window  https://review.openstack.org/19933317:13
*** alexpilotti has quit IRC17:14
openstackgerritTyr Johanson proposed openstack/horizon: Dashboard ReOrg - Relocate Launch Instance module  https://review.openstack.org/19723417:16
openstackgerritTyr Johanson proposed openstack/horizon: Dashboard ReOrg - hz.dashboard --> horizon.dashboard  https://review.openstack.org/20676017:18
*** annashen has joined #openstack-horizon17:19
*** dboik has quit IRC17:19
openstackgerritTyr Johanson proposed openstack/horizon: [WIP] - Dashboard ReOrg - collect dashboards on horizon.dashboard  https://review.openstack.org/20712817:20
*** ybathia has joined #openstack-horizon17:21
*** alexpilotti has joined #openstack-horizon17:23
tjonesI'd appreciate reviews on this one if anyone has the time - https://review.openstack.org/#/c/195751/17:25
*** kzaitsev_mb has quit IRC17:27
*** dsneddon has quit IRC17:28
*** dsneddon has joined #openstack-horizon17:28
*** tjones1 has joined #openstack-horizon17:30
*** aix has quit IRC17:30
*** tjones1 has quit IRC17:32
*** tjones1 has joined #openstack-horizon17:33
*** tjones1 has quit IRC17:33
*** saksham has joined #openstack-horizon17:36
*** tqtran has joined #openstack-horizon17:39
*** rhagarty_ has quit IRC17:39
*** rhagarty has quit IRC17:39
tqtranTravT_: when are you free? lets go over the hz-include stuff17:40
*** lblanchard has quit IRC17:40
*** annashen has quit IRC17:42
*** rhagarty has joined #openstack-horizon17:42
*** rhagarty_ has joined #openstack-horizon17:42
*** mpavlase has quit IRC17:42
*** dsneddon has quit IRC17:43
*** matt-borland has joined #openstack-horizon17:44
openstackgerritTyr Johanson proposed openstack/horizon: Dashboard ReOrg - collect dashboards on horizon.dashboard  https://review.openstack.org/20712817:45
openstackgerritTyr Johanson proposed openstack/horizon: Dashboard ReOrg - collect dashboards on horizon.dashboard  https://review.openstack.org/20712817:45
*** annashen has joined #openstack-horizon17:46
*** Sukhdev_ has quit IRC17:47
tyrsqchen: tqtran I think dashboard plugin functionality makes sense as a feature of the horizon.dashboard module, separate from horizon.app....but I'd like your opinions on the idea when you have a chance. --> https://review.openstack.org/#/c/207128/17:47
*** nlahouti has quit IRC17:47
sqchentyr: I am looking into it…17:48
tqtrantyr: only issue is, if the plugin provides other utility things that isnt dashboard related17:50
tqtranfor example, maybe i have some cool utility code that i want shared across my dashboard, but its only available through my plugin17:51
*** dsneddon has joined #openstack-horizon17:51
tqtranusing this mechanism, it will all go under dashboard17:51
tyrtqtran: in our app, is "plugin" === "dashboard"?17:51
tyrsince the enabled files have to list a "DASHBOARD = " that they are part of?17:51
tqtranplugin could be dashboard, or panel, or workflow (in the future)17:52
tqtranyes, but your javascript code doesn't have to be restricted to just dashboard code17:52
*** nlahouti has joined #openstack-horizon17:52
*** mwhagedorn has quit IRC17:52
tqtranthe static collector will include any modules you want17:52
tyrat the moment, we don't really have a mechanism to "plugin" to app/core17:53
sqchentyr: in your change app === app.core, in my mind plugin  === app.plugin17:53
sqchendashboard === app + framework17:53
*** jasondotstar has joined #openstack-horizon17:54
tyrso perhaps horizon.dashboard becomes horizon.plugins...one of which is the list of discovered dashboards?17:55
sqchenI don’t like the idear of removing app/ under /dashboards/static/ since it will keep misleading us to somewhere else, and it is more expensive that having an app folder there.17:55
*** jingjing_ren has quit IRC17:55
sqchenhorizon.plugins can mean something else, for example a lpugin to horizon platform, framework, least likely a plugin to app.17:56
*** e0ne has joined #openstack-horizon17:56
tqtransqchen: can you get kelly to post/email the etherpad that contains the JSCS work?17:57
tqtrani'd really really like to wrap that up17:57
*** lucas__ has quit IRC17:58
tyrsqchen: I think that is slightly different. In this case, I'm trying to figure out if there is any need to preserve the horizon.dashboard module. It *is* the root of all dashboards (i.e. horizon.dashboard.identity) but at the moment it is an empty module serving no functional purpose.17:58
tyrMy patch gives it a (small) purpose by making it the integration point for anything horizon.dashboard.*17:59
sqchentqtran, don’t really understand your request, but I’ll try to find Kelly.17:59
tyrtqtran: I think that adding a plugin which provides a utility function would perhaps not live in horizon.dashboard.* but would be something like 'horizon.app.util.*', and therefore not collected onto horizon.dashboard module.18:00
tqtrankelly has an etherpad containing list of jscs work18:00
tqtranjust wanted to take a look at it and help push those patches through18:00
tqtrantyr: i agree, but atm I think we should focus on content. we've had too much re-orgs already :P I won't stop you, but it just won't be high priority for me18:01
tqtranto the end user, it doesnt matter where it plug in as long as it is available18:02
sqchenI see, thx, I will find the etherpad from Kelly. I agree with you we want that jod done.18:02
tyrI understand tqtran. However this is a consequence of the re-org that we already decided would be a good idea (moving launch instance, moving the apis). That leaves us with a dummy module we need to either give a purpose, or remove18:03
sqchenI prefer remove once the re-org is done.18:04
tqtranim kind of with sean here....18:05
tyrThis final series of re-orgs (along with JSCS) is blocking content progress as the organization of openstack_dashboard has tech debt that makes it confusing where new code lives.18:05
*** mohankumar has joined #openstack-horizon18:05
*** lucas__ has joined #openstack-horizon18:05
tqtranonce you have different plugin points, one to framework, one to app/core, one to dashboard, it starts to get messy18:05
sqchenunless we want to use it do this: dashboard === app + framework. but it is very low priority IMO.18:05
*** annashen_ has joined #openstack-horizon18:05
*** TravT_ has quit IRC18:05
*** SimonChung has quit IRC18:06
*** e0ne has quit IRC18:06
*** ongk has joined #openstack-horizon18:08
tyrok, point taken. People will want to add modules which are not always under horizon.dashboard....so collecting all modules onto horizon.dashboard won't always make sense.18:08
ongktqtran: I heard you were looking for me18:08
tyrFor now, we collect everything onto horizon.app. Isolating this onto horizon.app.plugins or something is maybe interesting, but low priority.18:09
tyrok. thanks!18:09
tqtrantyr: yes :) perfectly summarized18:09
tqtranongk: yes mam! can you link the etherpad for jscs work?18:09
*** lucas__ has quit IRC18:09
*** e0ne has joined #openstack-horizon18:09
*** lucas__ has joined #openstack-horizon18:10
tqtrani remember you mentioning that you have something that tracks all of the jscs files and patches that would fix them18:10
*** annashen_ has quit IRC18:10
ongkyup, let me find it18:12
*** kyleolivo has joined #openstack-horizon18:12
ongktqtran: https://etherpad.openstack.org/p/jscs-cleanup18:12
tqtrantyvm!18:13
ongknp18:15
*** SimonChung has joined #openstack-horizon18:18
*** SimonChung1 has joined #openstack-horizon18:20
*** annashen has quit IRC18:21
*** jasondotstar has quit IRC18:23
*** SimonChung has quit IRC18:23
openstackgerritShaoquan Chen proposed openstack/horizon: JSCS Cleanup - Metadata widgets cleanup  https://review.openstack.org/20379518:23
*** annashen has joined #openstack-horizon18:24
*** dboik has joined #openstack-horizon18:25
*** lblanchard has joined #openstack-horizon18:27
sqchenThanks tyr.18:28
*** josecastroleon has joined #openstack-horizon18:28
*** openstackgerrit has quit IRC18:31
*** openstackgerrit has joined #openstack-horizon18:32
*** nlahouti has quit IRC18:32
*** Drago has quit IRC18:36
*** vishwanathj_ has joined #openstack-horizon18:39
*** sayan has quit IRC18:40
*** annashen has quit IRC18:42
*** vishwanathj has joined #openstack-horizon18:42
*** mwhagedorn has joined #openstack-horizon18:46
*** vishwanathj has quit IRC18:46
*** nlahouti has joined #openstack-horizon18:50
*** nlahouti has quit IRC18:54
openstackgerritDiana Whitten proposed openstack/horizon: favicon, logo and logo-splash should allow theme overrides  https://review.openstack.org/19575118:55
*** Sukhdev_ has joined #openstack-horizon18:55
openstackgerritMerged openstack/horizon: Imported Translations from Transifex  https://review.openstack.org/20688118:56
*** sayan has joined #openstack-horizon18:57
*** mpavlase has joined #openstack-horizon18:57
openstackgerritDiana Whitten proposed openstack/horizon: favicon, logo and logo-splash should allow theme overrides  https://review.openstack.org/19575118:57
*** josecastroleon has quit IRC18:58
*** xiangxinyong1 has joined #openstack-horizon19:00
matt-borlanddavid-lyle: regarding the panel/test issues we talked about yesterday...is that something I can work on fixing?  Or do you have a patch you're working on?19:01
*** TravT has joined #openstack-horizon19:01
matt-borlandthanks for taking the time to look into that19:01
matt-borlandI know it was a weird issue19:02
openstackgerritMerged openstack/horizon: Auto-collect app/ instead of only app/core/  https://review.openstack.org/20572019:02
*** Drago has joined #openstack-horizon19:04
*** Drago has quit IRC19:06
*** Drago has joined #openstack-horizon19:06
*** lucas__ has quit IRC19:07
*** xiangxinyong1 has quit IRC19:08
*** nlahouti has joined #openstack-horizon19:08
*** Piet has quit IRC19:10
*** linkedinyou has quit IRC19:11
*** geoffarnold has joined #openstack-horizon19:12
*** ZZelle has joined #openstack-horizon19:13
*** dansiwiec has joined #openstack-horizon19:13
*** dansiwiec has quit IRC19:13
*** nlahouti has quit IRC19:14
*** sqchen has quit IRC19:14
*** sqchen has joined #openstack-horizon19:15
*** sayan has quit IRC19:15
openstackgerritShaoquan Chen proposed openstack/horizon: Angular metadata update modal  https://review.openstack.org/18427419:16
*** davidmichaelkarr has quit IRC19:17
*** jasondotstar has joined #openstack-horizon19:18
*** dansiwiec has joined #openstack-horizon19:19
*** jmolo has quit IRC19:20
*** jmolo has joined #openstack-horizon19:21
*** tjones has quit IRC19:21
*** lucas__ has joined #openstack-horizon19:22
*** yamamoto has quit IRC19:24
sqchenHi cores, we want a fix for Jasmine test from tyr to get in, can you help? https://review.openstack.org/#/c/206267/19:24
openstackgerritYunpeng Li proposed openstack/horizon: Added .project & .pydevproject to .gitignore.  https://review.openstack.org/20718619:24
*** dansiwiec has quit IRC19:26
*** kyleolivo has quit IRC19:27
*** rajatvig has quit IRC19:27
tyrThanks for the quick review tqtran!19:28
kfox1111tqtran: Got it working. :)   some angular thigns were renamed in trunk.19:31
tqtrannice!19:31
kfox1111testing out the from scratch setup instructions and then posting the code.19:31
*** lucas__ has quit IRC19:32
*** lucas__ has joined #openstack-horizon19:33
openstackgerritYunpeng Li proposed openstack/horizon: Added .project & .pydevproject to .gitignore.  https://review.openstack.org/20718619:35
*** vishwanathj has joined #openstack-horizon19:35
*** alexvictorchan has quit IRC19:36
*** annashen has joined #openstack-horizon19:42
*** tjones has joined #openstack-horizon19:42
kfox1111Awesome. works. :)19:43
kfox1111git pushing...19:43
kfox1111https://github.com/kfox1111/apps-catalog-ui.git :)19:45
*** MaxV has joined #openstack-horizon19:46
*** belmoreira has quit IRC19:47
*** HenryG has quit IRC19:49
tqtran:) cool19:49
*** e0ne has quit IRC19:51
*** HenryG has joined #openstack-horizon19:52
*** tqtran has quit IRC19:54
*** e0ne has joined #openstack-horizon19:55
*** tqtran has joined #openstack-horizon19:55
*** jmolo has quit IRC19:55
*** vishwanathj has quit IRC19:57
*** MaxV has quit IRC19:58
*** lblanchard has quit IRC20:00
*** jmolo has joined #openstack-horizon20:01
*** sqchen has quit IRC20:01
*** alexvictorchan has joined #openstack-horizon20:02
*** e0ne has quit IRC20:03
*** emw has joined #openstack-horizon20:03
*** jmolo1 has joined #openstack-horizon20:04
*** jmolo has quit IRC20:04
*** annashen_ has joined #openstack-horizon20:06
*** vishwanathj has joined #openstack-horizon20:10
*** annashen_ has quit IRC20:11
*** e0ne has joined #openstack-horizon20:11
*** alexvictorchan has quit IRC20:16
*** tqtran_ has joined #openstack-horizon20:16
*** openstackgerrit has quit IRC20:16
*** openstackgerrit has joined #openstack-horizon20:17
openstackgerritTyr Johanson proposed openstack/horizon: [WIP] Angular code theory documentation  https://review.openstack.org/20386220:17
*** tqtran has quit IRC20:17
*** sqchen has joined #openstack-horizon20:17
*** sqchen has left #openstack-horizon20:18
*** alexvictorchan has joined #openstack-horizon20:18
*** jasondotstar has quit IRC20:19
*** vishwanathj has quit IRC20:20
*** nlahouti has joined #openstack-horizon20:24
*** yamamoto has joined #openstack-horizon20:24
*** rajatvig has joined #openstack-horizon20:27
*** rajatvig has quit IRC20:27
*** dansiwiec has joined #openstack-horizon20:27
*** lucas__ has quit IRC20:28
*** dansiwiec has quit IRC20:29
*** yamamoto has quit IRC20:29
*** lucas__ has joined #openstack-horizon20:31
*** jasondotstar has joined #openstack-horizon20:32
*** dansiwie_ has joined #openstack-horizon20:33
*** lucas__ has quit IRC20:35
*** tjones1 has joined #openstack-horizon20:35
*** dansiwie_ has quit IRC20:36
*** tjones2 has joined #openstack-horizon20:36
*** rajatvig has joined #openstack-horizon20:36
*** stevemar has quit IRC20:37
*** tjones1 has quit IRC20:40
*** rajatvig has quit IRC20:40
*** jacalcat_ has quit IRC20:43
*** kzaitsev_mb has joined #openstack-horizon20:44
*** lucas__ has joined #openstack-horizon20:48
*** tjones has quit IRC20:49
*** lucas__ has quit IRC20:51
*** lucas__ has joined #openstack-horizon20:51
*** lblanchard has joined #openstack-horizon20:51
*** Sukhdev_ has quit IRC20:55
*** lucas__ has quit IRC20:55
*** sergio__ has joined #openstack-horizon20:56
*** sergio__ has quit IRC20:57
*** lucas__ has joined #openstack-horizon20:57
*** sergio__ has joined #openstack-horizon20:58
*** sergio__ has quit IRC20:59
*** sergio__ has joined #openstack-horizon20:59
*** sergio__ has quit IRC20:59
*** sergio__ has joined #openstack-horizon20:59
*** sergio__ has quit IRC21:00
*** alexvictorchan has quit IRC21:01
*** lucas__ has quit IRC21:01
ducttape_matt-borland - can you WIP https://review.openstack.org/#/c/204731/ ?  I'm wondering if gerrit allows that, or if Kyle needs to do that21:04
*** absubram has quit IRC21:04
ducttape_(set workflow to -1)21:04
matt-borlandKyle Olivo owns that21:05
matt-borlandhe has to21:05
matt-borlandI can tell them to try to keep the WIP active21:05
matt-borlandthx ducttape21:05
david-lyledone21:05
ducttape_ah ok.  I was just wondering permissions as much as anything21:05
ducttape_thanks21:05
matt-borlanddavid-lyle, I'll let those guys know to -1 WIP their stuff everytime21:06
TravTi really wish gerrit would allow WIP to stay across patches until toggled back.21:06
matt-borlandif that is your desire21:06
ducttape_if you have multiple devs sharing a patch, who can do what?   was my thinking21:06
matt-borlandyeah21:07
matt-borlandit would be great if -1 WIP persisted, or was triggered by something in the commit message.21:07
*** alexvictorchan has joined #openstack-horizon21:08
*** rdopiera has quit IRC21:08
tyr"[WIP]" in title is reasonably effective21:09
ducttape_the tooling with automated reviews / check jobs needs something in the data model to enforce this, without just relying upon the title21:10
ducttape_but yeah, that helps people parse reviews21:11
matt-borlandthe problem is because it's not persistent, it also relies on the owner remembering to -1 WIP it21:11
*** yamamoto has joined #openstack-horizon21:12
matt-borlandI will attest to the fact that I'm not going to let panels go up WIP21:12
tqtran_changing commit message shouldnt trigger a gate job either21:12
matt-borland(not the ones I'm working on)21:12
tyrmatt-borland: Why are the panels not WIP?21:13
matt-borlandthey are!21:13
ducttape_tqtran_ - the jobs check the commit messages, so that needs a job to run21:13
tyrmatt-borland: what did you mean "not going to let panels go up WIP"21:14
TravTtqtran_: yeah that commit message changing causing a zuul job is annoying.21:14
matt-borlandtyr: I mean, I am not going to ask people to approve stuff that is still in progress21:14
matt-borland:)21:14
*** yamamoto has quit IRC21:14
TravTtqtran: i've got 15 mins now if you want to talk about your hz-include patch.21:14
TravTor we can touch base in about an hour21:14
matt-borlandtime to peace out21:14
matt-borlando/21:14
*** matt-borland has quit IRC21:15
*** vokhrimenko has quit IRC21:15
*** ekarlso has quit IRC21:16
*** tqtran_ has quit IRC21:20
*** vokhrimenko has joined #openstack-horizon21:20
*** tjones2 has quit IRC21:21
*** e0ne has quit IRC21:24
*** lblanchard has quit IRC21:24
*** tjones has joined #openstack-horizon21:24
*** tjones1 has joined #openstack-horizon21:25
*** tjones2 has joined #openstack-horizon21:26
*** tjones1 has quit IRC21:26
*** rajatvig has joined #openstack-horizon21:26
*** pauloewerton has quit IRC21:27
*** cbader has quit IRC21:28
*** tjones has quit IRC21:29
kfox1111david-lyle: https://github.com/kfox1111/apps-catalog-ui21:34
david-lylekfox1111: is that where all the magic happens?21:35
kfox1111has the steps to go from a fresh checkout to the plugin working.21:35
kfox1111most. :)21:35
kfox1111its really raw at  the moment, but it works. that and the review for horizon.21:35
david-lyledo you have the horizon review?21:36
kfox1111yup. just a sec21:36
david-lyleah it's in the README21:36
kfox1111https://review.openstack.org/#/c/206773/21:36
david-lyleI seei t21:36
kfox1111yup.21:36
kfox1111hmm.. rst mangled it... gota figoure out how to make it show the steps individually...21:36
david-lyle* works21:37
*** annashen has quit IRC21:39
*** vijendar has quit IRC21:39
*** alexvictorchan has quit IRC21:39
*** tjones2 has left #openstack-horizon21:40
*** vishwanathj_ has quit IRC21:41
*** jasondotstar has quit IRC21:41
*** kaliya has joined #openstack-horizon21:43
*** jtriley has quit IRC21:43
*** annashen has joined #openstack-horizon21:43
*** emw has quit IRC21:44
*** ekarlso has joined #openstack-horizon21:44
*** dboik has quit IRC21:46
*** tjones has joined #openstack-horizon21:48
*** alexvictorchan has joined #openstack-horizon21:48
openstackgerritKevin Fox proposed openstack/horizon: A few tweaks to make the App Catalog plugin work.  https://review.openstack.org/20677321:49
kfox1111that should fix the pep8 errors...21:49
kfox1111david-lyle: Does that review look to be a reasonable size, or should I try and break it up further?21:50
david-lylekfox1111: size is fine21:51
kfox1111k. thx.21:52
*** alexvictorchan has quit IRC21:53
*** alexvictorchan has joined #openstack-horizon21:54
*** drupalmonkey has quit IRC21:57
openstackgerritYash Bathia proposed openstack/horizon: Check if Cinder is enabled before populating drop-down menu in Launch Instance  https://review.openstack.org/20533921:59
*** dboik has joined #openstack-horizon21:59
*** jbell8 has quit IRC21:59
*** jingjing_ren has joined #openstack-horizon22:03
*** sqchen has joined #openstack-horizon22:04
*** jpomeroy has quit IRC22:04
*** annashen_ has joined #openstack-horizon22:07
*** dansiwiec has joined #openstack-horizon22:10
*** neelashah has quit IRC22:11
*** annashen_ has quit IRC22:12
*** yamamoto has joined #openstack-horizon22:15
*** Sukhdev_ has joined #openstack-horizon22:19
*** yamamoto has quit IRC22:20
*** kzaitsev_mb has quit IRC22:22
*** sqchen has quit IRC22:22
*** dansiwiec has quit IRC22:23
*** dansiwiec has joined #openstack-horizon22:24
*** dboik has quit IRC22:25
*** jasondotstar has joined #openstack-horizon22:28
*** dansiwiec has quit IRC22:33
*** dansiwiec has joined #openstack-horizon22:35
openstackgerritKyle Olivo proposed openstack/horizon: WIP: Add angular system information panel  https://review.openstack.org/20473122:36
*** kyleolivo has joined #openstack-horizon22:37
*** kristinebrown has joined #openstack-horizon22:37
*** dansiwiec has quit IRC22:40
openstackgerritThai Tran proposed openstack/horizon: WIP Adding CREATE action to identity users panel  https://review.openstack.org/20231522:43
*** dansiwiec has joined #openstack-horizon22:44
openstackgerritKyle Olivo proposed openstack/horizon: WIP: Add angular system information panel  https://review.openstack.org/20473122:45
*** tqtran has joined #openstack-horizon22:46
tqtranTravT: looks like i got disconnected :(22:46
tqtrandid you wan to touch base now? or still busy?22:47
*** ericksonsantos has quit IRC22:50
*** htruta has quit IRC22:50
*** jpomeroy has joined #openstack-horizon22:50
*** Ephur has quit IRC22:51
*** kristinebrown has quit IRC22:51
*** mwhagedorn has quit IRC22:51
*** ducttape_ has quit IRC22:53
*** vishwanathj has joined #openstack-horizon22:53
*** kzaitsev_mb has joined #openstack-horizon22:55
openstackgerritRajat Vig proposed openstack/horizon: WIP - Image Detail Redesign (Angular/UX)  https://review.openstack.org/17388522:56
openstackgerritRajat Vig proposed openstack/horizon: Detail-page directives (Angular/UX) with CSS  https://review.openstack.org/15888122:57
*** dsneddon has quit IRC22:57
openstackgerritRajat Vig proposed openstack/horizon: WIP - Image Detail Redesign (Angular/UX)  https://review.openstack.org/17388522:58
*** kristinebrown has joined #openstack-horizon23:00
*** alexvictorchan has quit IRC23:00
*** kzaitsev_mb has quit IRC23:01
tqtranr1chardj0n3s: around? got a question for you23:01
openstackgerritRajat Vig proposed openstack/horizon: JSCS Cleanup - horizon/ tech-debt  https://review.openstack.org/19934523:01
*** alexpilotti has quit IRC23:05
r1chardj0n3stqtran: hi, yeah?23:07
*** ZZelle has quit IRC23:07
tqtranfor some reason, im not able to hit this api23:08
tqtranhttps://github.com/openstack/horizon/blob/master/openstack_dashboard/api/rest/keystone.py#L51223:09
r1chardj0n3swhat happens when you try?23:09
tqtrannvm found the problem23:10
r1chardj0n3syw23:10
r1chardj0n3s:)23:10
tqtrantheres an extra white space in the url23:10
tqtran-_-23:10
r1chardj0n3s\o/23:10
r1chardj0n3sso, what did I miss over the last half a week? :(23:11
hurgleburglerWe rewrote horizon in React23:11
tqtranhelped kfox1111 tested the plugin with angular panel23:11
tqtranhttps://github.com/tqtran7/mon-ext23:12
r1chardj0n3shurgleburgler: I thought you were pushing for that other one... darnit, I forgot the name tho :(23:12
tqtrancreated an example plugin project for extending panels23:12
r1chardj0n3scool23:12
r1chardj0n3sI saw that in passing - that's david-lyle's github project?23:12
tqtranyeah, i forked his23:12
r1chardj0n3snice23:12
r1chardj0n3swow, I have a lot of reviews to read23:13
r1chardj0n3salso, since my inbox hasn't been weeded in a while, apparently I have many bootycall/drug offers to take up!23:13
kfox1111and: https://github.com/kfox1111/apps-catalog-ui/ :)23:13
kfox1111tqtran: thoughts on https://review.openstack.org/#/c/206773 would be good too. :)23:14
hurgleburglerr1chardj0n3s Canjs ಠ◡ಠ23:14
hurgleburglerbut no one has heard of that, so React was funnier23:14
r1chardj0n3sah yes23:14
r1chardj0n3s:)23:14
tqtranr1chardj0n3s: lol bootycall/drug offers, nice nice23:15
r1chardj0n3stqtran: I can forward them to you if you like?23:15
tqtrani have it starred kfox1111, will eventually get around to it23:15
tqtranr1chardj0n3s: no thanks :) i have enough weed23:16
tqtranin my emails23:16
r1chardj0n3s:)23:16
kfox1111tqtran: ok, thanks. :)23:16
*** jpomeroy has quit IRC23:17
*** jpomeroy has joined #openstack-horizon23:17
*** vishwanathj has quit IRC23:20
openstackgerritThai Tran proposed openstack/horizon: Keystone project role REST is broken  https://review.openstack.org/20725223:20
openstackgerritThai Tran proposed openstack/horizon: Keystone project role REST is broken  https://review.openstack.org/20725223:21
tqtranTravT: I'm done with the create action, the only remaining item is the hz-include directive, lets touch base soon so i can start on the remaining actions.23:25
*** jacalcat has joined #openstack-horizon23:25
r1chardj0n3s...23:25
r1chardj0n3shz-include?23:25
TravThey tqtran.23:25
r1chardj0n3sohai TravT23:26
tqtranhttps://review.openstack.org/#/c/202330/23:26
TravTheya r1chardj0n3s23:26
TravTyou alive again r1chardj0n3s?23:26
r1chardj0n3sfever down to minimal annoyance level, so close enough :)23:26
r1chardj0n3sbrain actually firing this morning, we'll see how long that lasts23:26
tqtrangonna have me an ice cream cone23:27
tqtranits so hot over here im melting23:27
r1chardj0n3sOK, so there's nowhere near enough justification against that patch, tqtran :)23:27
hurgleburglertqtran how hot? ಠ_ಠ23:27
r1chardj0n3stqtran: *why* is creating a scope bad enough that we create a new mechanism to avoid it?23:28
tqtranlike 9023:28
tqtranbecause, ng-repeat creates it for you whether you like it or not23:28
*** annashen has quit IRC23:28
tqtranand this is very problematic23:28
TravTtqtran, i'm in the middle of a deep debugging session on something... will be able to focus here in just a sec23:28
tqtranfor example, i want to use it on transfer table, to avoid template duplication23:29
tqtranbut i cant use it with ng-include, it would break it due to the child scope23:29
tqtranthis keeps coming up again and again, so i think its worth considering23:31
*** zhenguo has joined #openstack-horizon23:31
*** jasondotstar has quit IRC23:33
tqtranhurgleburgler: actually its says 95 on my weather app23:33
*** kzaitsev_mb has joined #openstack-horizon23:36
hurgleburglertqtran san jose, right?23:36
tqtranyep23:36
*** jacalcat has quit IRC23:38
TravTanybody have a good online diff tool where I can share the diff via URL?  just trying to show somebody the diff in API output easily.23:39
* TravT expects a lmgtfy.com link23:39
*** jamielennox is now known as jamielennox|away23:39
r1chardj0n3snothing springs to mind23:41
r1chardj0n3sI think some of the pastebin-ish things handle diffs tho23:42
*** kristinebrown has quit IRC23:42
*** ybathia has quit IRC23:43
*** mpavlase has quit IRC23:44
*** jasondotstar has joined #openstack-horizon23:45
*** mwhagedorn has joined #openstack-horizon23:47
*** darrenc is now known as darrenc_afk23:47
*** jmolo1 has quit IRC23:50
*** jmolo has joined #openstack-horizon23:50
tqtrancan someone verify that master jasmine spec runner is passing?23:50
tqtranim getting failures on master23:50
tqtrannvm... seems to work now23:54
*** jmolo has quit IRC23:55
*** rajatvig has quit IRC23:55
openstackgerritKyle Olivo proposed openstack/horizon: WIP: Add angular system information panel  https://review.openstack.org/20473123:56

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!