tqtran | basically, if you successfully installed it, it will show up in your browser console, just make sure to have DEBUG = True in local_settings.py | 00:02 |
---|---|---|
tqtran | you can always inspect the .venv/lib/pythong2.7/site-packages/ for your installed xstatic lib if you did it via requirements | 00:03 |
*** gyee has quit IRC | 00:08 | |
kfox1111 | its just a xstatic lib I want to add a dependency on in my angular plugin. | 00:08 |
kfox1111 | not sure how to get it added properly. | 00:08 |
kfox1111 | since it installs into: horizon/.venv/lib/python2.7/site-packages/xstatic/pkg/app_catalog_common/data/ | 00:09 |
*** garthb_ has quit IRC | 00:09 | |
kfox1111 | it looks like all the STATICFILES_DIRS stuff is hardcoded in openstack_dashboard/static_settings.py though. | 00:09 |
kfox1111 | so I'm not sure how to tweak it from the plugin. | 00:09 |
kfox1111 | in a nut shell, I'm trying to seperate the common code between the app catalog horizon plugin and the app-catalog website into an xstatic module. | 00:11 |
kfox1111 | so its got some angular js code, some images and some html templates in it at the moment. | 00:11 |
david-lyle | kfox1111: there is not a clean way to do that | 00:16 |
david-lyle | you could monkey patch using the .d feature, but that's no good for a deployable plugin | 00:16 |
david-lyle | just a one off hack in a private deployment | 00:16 |
kfox1111 | bummer. :/ | 00:17 |
kfox1111 | as code gets pushed off into their own plugins, thats probably going to become a requirement. | 00:17 |
david-lyle | seems reasonable | 00:17 |
david-lyle | I think we didn't believe anyone else would be foolish enough to use xstatic | 00:17 |
david-lyle | it would be our hill to die on | 00:18 |
david-lyle | welcome to the hill, lie down over there | 00:18 |
david-lyle | :-D | 00:18 |
kfox1111 | I think I'm getting close to something workable. I've got the following in local_settings.py and its doing that part: | 00:18 |
kfox1111 | http://pastebin.com/AMRR099P | 00:18 |
kfox1111 | heh. :) | 00:18 |
kfox1111 | I'm hoping we can have a conversation about taking some of the angular parts of horizon and moving them to xstatic too, so they can be reused. :) | 00:19 |
david-lyle | in settings or local_settings? | 00:19 |
kfox1111 | local_settings. | 00:19 |
david-lyle | ah then .d may work for you | 00:19 |
kfox1111 | since it imports * from local_settings, it overrides. | 00:19 |
kfox1111 | its still quite the hack.. it will only work for one plugin. :/ | 00:19 |
david-lyle | true | 00:20 |
kfox1111 | though Ithink we can claim sqwatters rights? ;) | 00:20 |
david-lyle | it's your blood on the hill after all | 00:20 |
kfox1111 | yeah. I don't think anyone but us are crazy enough to try and support multiple horizon versions with the same plugin either. | 00:20 |
tqtran | kfox1111: that is an interest use case, we hadnt really thought about external plugins using xstatic | 00:21 |
*** mtanino has quit IRC | 00:21 | |
tqtran | i can do a local test and come up with something to help support | 00:22 |
kfox1111 | cool. thanks. :) | 00:22 |
tqtran | seems reasonable that we have an answer for | 00:22 |
tqtran | np, will get back to you once i prototyped something workable | 00:22 |
kfox1111 | awesome. :) | 00:22 |
kfox1111 | ok. yeah, the pastebin workaround got it to bind to 127.0.0.1:18000/static/lib/app-catalog-common/ | 00:27 |
kfox1111 | then I gota figure out how to get the angular and the js code loading. | 00:28 |
*** tqtran has quit IRC | 00:41 | |
*** cshahani has quit IRC | 00:41 | |
*** ski2 has quit IRC | 00:45 | |
*** ski1 has quit IRC | 00:45 | |
kfox1111 | just changing the ADD_ANGULAR_MODULES, ADD_JS_FILES, and ADD_SCSS_FILES referenced relative to the xstatic stuff seems to be working ok. | 00:47 |
kfox1111 | looks like things are more strict now then they use to be though, so somethings breaking. | 00:48 |
kfox1111 | yeah. just an old checkout it seems... | 00:52 |
*** Daisy has joined #openstack-horizon | 00:54 | |
*** Daisy_ has joined #openstack-horizon | 00:56 | |
*** Daisy__ has joined #openstack-horizon | 00:58 | |
*** Daisy has quit IRC | 01:00 | |
*** Daisy_ has quit IRC | 01:02 | |
*** tqtran has joined #openstack-horizon | 01:03 | |
kfox1111 | yeah, it kind of looks like a local.d would work too... | 01:05 |
kfox1111 | still means there could be only one, but it would not break on rpm upgrade, which is a big deal. | 01:06 |
*** hurgleburgler1 is now known as hurgleburgler | 01:07 | |
*** ChanServ sets mode: +v hurgleburgler | 01:07 | |
*** tqtran has quit IRC | 01:07 | |
*** hurgleburgler1 has joined #openstack-horizon | 01:09 | |
*** hurgleburgler has quit IRC | 01:12 | |
*** Daisy__ has quit IRC | 01:16 | |
*** dan_nguyen has quit IRC | 01:21 | |
*** zzxwill has joined #openstack-horizon | 01:23 | |
*** clu_ has quit IRC | 01:23 | |
*** mtanino has joined #openstack-horizon | 01:28 | |
*** hurgleburgler1 has quit IRC | 01:36 | |
*** SimonChung1 has quit IRC | 01:38 | |
*** cshahani has joined #openstack-horizon | 01:38 | |
*** eroussel has joined #openstack-horizon | 01:57 | |
*** tqtran has joined #openstack-horizon | 02:04 | |
*** bpokorny has quit IRC | 02:06 | |
*** tqtran has quit IRC | 02:08 | |
*** yamamoto has joined #openstack-horizon | 02:24 | |
*** Andy_Yan has joined #openstack-horizon | 02:28 | |
openstackgerrit | hanjiabao proposed openstack/horizon: Add kernel and ramdisk setted in editing an image https://review.openstack.org/299284 | 02:39 |
*** SimonChung has joined #openstack-horizon | 02:49 | |
*** liuyulong has joined #openstack-horizon | 02:53 | |
*** yamamoto has quit IRC | 02:54 | |
openstackgerrit | yuki kasuya proposed openstack/horizon: Remove repetation of "Attached to" in table https://review.openstack.org/300290 | 02:58 |
*** SimonChung has quit IRC | 03:00 | |
*** eroussel has quit IRC | 03:00 | |
*** bpokorny has joined #openstack-horizon | 03:09 | |
*** wangbo has joined #openstack-horizon | 03:19 | |
*** dan_nguyen has joined #openstack-horizon | 03:20 | |
*** krotscheck is now known as krotscheck_vaca | 03:20 | |
openstackgerrit | Wang Bo proposed openstack/horizon: Fix some trivial errors in plugin.rst https://review.openstack.org/299468 | 03:27 |
*** cshahani has quit IRC | 03:33 | |
*** x00350071_ has quit IRC | 03:36 | |
*** fedexo has joined #openstack-horizon | 03:38 | |
*** x00350071 has joined #openstack-horizon | 03:38 | |
*** cshahani has joined #openstack-horizon | 03:41 | |
*** yamamoto has joined #openstack-horizon | 03:43 | |
*** dan_nguyen has quit IRC | 03:52 | |
*** zzxwill has quit IRC | 04:00 | |
*** bpokorny has quit IRC | 04:06 | |
*** dan_nguyen has joined #openstack-horizon | 04:10 | |
*** dan_nguyen has quit IRC | 04:17 | |
*** zzxwill has joined #openstack-horizon | 04:20 | |
*** sdake has joined #openstack-horizon | 04:29 | |
*** patk has quit IRC | 04:29 | |
*** lhcheng has joined #openstack-horizon | 04:37 | |
*** ChanServ sets mode: +v lhcheng | 04:37 | |
*** zzxwill has quit IRC | 04:38 | |
*** lhcheng_ has joined #openstack-horizon | 04:44 | |
*** lhcheng has quit IRC | 04:47 | |
*** masco has joined #openstack-horizon | 04:51 | |
*** zzxwill has joined #openstack-horizon | 04:54 | |
*** wolverineav has joined #openstack-horizon | 04:57 | |
*** rcernin has joined #openstack-horizon | 04:57 | |
*** stevemar_ has quit IRC | 05:02 | |
*** stevemar has joined #openstack-horizon | 05:02 | |
*** dratushnyy has joined #openstack-horizon | 05:09 | |
*** cshahani has quit IRC | 05:29 | |
*** toabctl has left #openstack-horizon | 05:29 | |
*** sdake_ has joined #openstack-horizon | 05:30 | |
*** sdake_ has quit IRC | 05:31 | |
*** sdake has quit IRC | 05:32 | |
*** hurgleburgler has joined #openstack-horizon | 05:34 | |
*** ChanServ sets mode: +v hurgleburgler | 05:34 | |
*** kzaitsev_mb has joined #openstack-horizon | 05:46 | |
*** jprovazn has joined #openstack-horizon | 05:52 | |
*** kzaitsev_mb has quit IRC | 05:53 | |
*** fedexo has quit IRC | 06:01 | |
*** tqtran has joined #openstack-horizon | 06:06 | |
*** akulshin has joined #openstack-horizon | 06:10 | |
*** tqtran has quit IRC | 06:10 | |
*** hurgleburgler has quit IRC | 06:21 | |
*** zhurong_ has joined #openstack-horizon | 06:22 | |
*** sdake has joined #openstack-horizon | 06:36 | |
*** SimonChung has joined #openstack-horizon | 06:44 | |
*** SimonChung has joined #openstack-horizon | 06:44 | |
*** SimonChung1 has joined #openstack-horizon | 06:46 | |
*** lhcheng_ has quit IRC | 06:46 | |
openstackgerrit | Georgy Dyuldin proposed openstack/horizon: Fix CheckBoxMixin:is_marked behavior https://review.openstack.org/297587 | 06:47 |
*** SimonChung has quit IRC | 06:48 | |
*** aortega has quit IRC | 06:55 | |
*** e0ne has joined #openstack-horizon | 07:07 | |
*** rdopiera has joined #openstack-horizon | 07:14 | |
*** jamielennox is now known as jamielennox|away | 07:17 | |
*** kzaitsev_mb has joined #openstack-horizon | 07:19 | |
*** kzaitsev_mb has quit IRC | 07:25 | |
*** pcaruana has joined #openstack-horizon | 07:25 | |
*** wolverineav has quit IRC | 07:31 | |
*** zzxwill has quit IRC | 07:34 | |
*** e0ne has quit IRC | 07:35 | |
*** e0ne has joined #openstack-horizon | 07:35 | |
*** ygbo has joined #openstack-horizon | 07:36 | |
*** zzxwill has joined #openstack-horizon | 07:38 | |
*** e0ne has quit IRC | 07:40 | |
*** e0ne has joined #openstack-horizon | 07:45 | |
*** amotoki has joined #openstack-horizon | 07:52 | |
*** e0ne has quit IRC | 07:54 | |
*** tesseract has joined #openstack-horizon | 07:56 | |
*** tesseract is now known as Guest90877 | 07:56 | |
*** e0ne has joined #openstack-horizon | 07:57 | |
*** aortega has joined #openstack-horizon | 08:02 | |
*** kzaitsev_mb has joined #openstack-horizon | 08:06 | |
*** itxaka has joined #openstack-horizon | 08:06 | |
*** e0ne has quit IRC | 08:10 | |
*** itxaka has quit IRC | 08:11 | |
*** itxaka has joined #openstack-horizon | 08:12 | |
*** e0ne has joined #openstack-horizon | 08:13 | |
*** e0ne has quit IRC | 08:16 | |
*** kzaitsev_mb has quit IRC | 08:18 | |
*** e0ne has joined #openstack-horizon | 08:20 | |
*** kzaitsev_mb has joined #openstack-horizon | 08:21 | |
*** e0ne has quit IRC | 08:26 | |
*** e0ne has joined #openstack-horizon | 08:29 | |
*** x00350071 has quit IRC | 08:29 | |
*** x00350071 has joined #openstack-horizon | 08:30 | |
*** zzxwill has quit IRC | 08:31 | |
*** e0ne_ has joined #openstack-horizon | 08:31 | |
*** e0ne has quit IRC | 08:32 | |
*** wolverineav has joined #openstack-horizon | 08:32 | |
*** e0ne_ has quit IRC | 08:33 | |
robcresswell | david-lyle, ducttape_: +1 to gin. It's the only spirit I drink really. Apart from tequila when TravT is around. I'm not sure why that is. | 08:37 |
*** wolverineav has quit IRC | 08:37 | |
*** pbourke has quit IRC | 08:44 | |
*** vgridnev has joined #openstack-horizon | 08:44 | |
*** pbourke has joined #openstack-horizon | 08:44 | |
*** e0ne has joined #openstack-horizon | 08:48 | |
*** katyafervent_awa has quit IRC | 08:48 | |
*** amit213 has quit IRC | 08:49 | |
*** kmARC has quit IRC | 08:50 | |
*** kmARC has joined #openstack-horizon | 08:50 | |
*** wangbo has quit IRC | 08:50 | |
*** wangbo has joined #openstack-horizon | 08:51 | |
*** kzaitsev_mb has quit IRC | 08:51 | |
*** e0ne has quit IRC | 08:53 | |
*** kzaitsev_mb has joined #openstack-horizon | 08:53 | |
*** katyafervent_awa has joined #openstack-horizon | 08:56 | |
*** kzaitsev_mb has quit IRC | 08:58 | |
*** e0ne has joined #openstack-horizon | 08:58 | |
openstackgerrit | Georgy Dyuldin proposed openstack/horizon: Fix CheckBoxMixin:is_marked behavior https://review.openstack.org/297587 | 09:01 |
*** vgridnev has quit IRC | 09:04 | |
*** mpavlase has joined #openstack-horizon | 09:05 | |
*** vgridnev has joined #openstack-horizon | 09:06 | |
*** gparaskevas has joined #openstack-horizon | 09:10 | |
gparaskevas | Hello there | 09:10 |
gparaskevas | https://review.openstack.org/#/c/287135/ when will this merge? | 09:11 |
*** sdake has quit IRC | 09:13 | |
*** vgridnev has quit IRC | 09:18 | |
itxaka | gparaskevas, you need another +2 and +workflow from a member of the stable team | 09:18 |
itxaka | I know mrunge is part of the stable team but he is on PTO | 09:19 |
itxaka | not sure which other members there are that you could ask for a review | 09:19 |
itxaka | Maybe doug-fish ? | 09:20 |
*** amotoki has quit IRC | 09:27 | |
*** kenji-i has quit IRC | 09:33 | |
*** wolverineav has joined #openstack-horizon | 09:34 | |
*** tosky has joined #openstack-horizon | 09:35 | |
*** e0ne has quit IRC | 09:36 | |
gparaskevas | doug-fish: Hello can you review this https://review.openstack.org/#/c/287135/ | 09:38 |
gparaskevas | itxaka: Thanks a lot | 09:38 |
*** wolverineav has quit IRC | 09:39 | |
*** amotoki has joined #openstack-horizon | 09:42 | |
*** amotoki has quit IRC | 09:44 | |
*** mvk has joined #openstack-horizon | 09:46 | |
*** amotoki has joined #openstack-horizon | 09:46 | |
*** e0ne has joined #openstack-horizon | 09:47 | |
*** amotoki has quit IRC | 09:51 | |
*** itisha has joined #openstack-horizon | 09:55 | |
*** amotoki has joined #openstack-horizon | 09:56 | |
*** amotoki has quit IRC | 09:56 | |
*** amotoki has joined #openstack-horizon | 09:59 | |
*** vgridnev has joined #openstack-horizon | 10:01 | |
*** Andy_Yan has quit IRC | 10:04 | |
*** e0ne has quit IRC | 10:08 | |
*** liuyulong has quit IRC | 10:10 | |
*** wangbo has quit IRC | 10:11 | |
*** e0ne has joined #openstack-horizon | 10:12 | |
schipiga | robcresswell: I found a bug in stable/mitaka, that with ceph as storage backends it's not possible to view and manipulate with uploaded files and folders at horizon containers page. I would like to add a it as critical bug to launchpad/horizon in order it to be solved until RC3. How do you think about that? | 10:13 |
robcresswell | schipiga: Yeah, happy to add it as critical. Mark it as mitaka-backport-potential and I'll review. | 10:14 |
robcresswell | It seems to fulfill the critical bug criteria, in that its a primary feature that doesnt function. | 10:15 |
robcresswell | schipiga: How involved is the solution? Or do we not have a working fix yet? | 10:15 |
*** amotoki has quit IRC | 10:16 | |
schipiga | robcresswell: Sorry, but I can't understand, what do you mean under "How involved is the solution?". About working fix - yep, right now it's absent. | 10:23 |
*** wangbo has joined #openstack-horizon | 10:24 | |
*** yamamoto has quit IRC | 10:30 | |
*** zzxwill has joined #openstack-horizon | 10:32 | |
*** zzxwill has quit IRC | 10:34 | |
itxaka | mitaka-backport-potential or mitaka-rc-potential robcresswell ? | 10:34 |
itxaka | I thougth that if it was critical it was the rc tag so it will raise alarms to the cores | 10:35 |
robcresswell | schipiga: Sorry, I meant how difficult is it; for example, a few alterations are fine, but obviously bigger rewrites = higher risk | 10:35 |
robcresswell | itxaka: There's roughly 3 people that look at the bug list whatsoever, so backport-potential is fine. | 10:36 |
itxaka | ah, great :) | 10:36 |
itxaka | thanks | 10:36 |
robcresswell | Usually we use rc-potential and then backport-potential as the cycle goes on, but at this stage RC and backport have the same process. | 10:37 |
robcresswell | merge to master and then backport to stable/mitaka; so there is no real difference in the tag. | 10:37 |
*** robcresswell changes topic to "Bug Day Incoming! April 5th. https://etherpad.openstack.org/p/horizon-bug-day" | 10:41 | |
*** amotoki has joined #openstack-horizon | 10:45 | |
*** robcresswell changes topic to "Bug Day Incoming! Tuesday, 5th of April. https://etherpad.openstack.org/p/horizon-bug-day" | 10:45 | |
robcresswell | Don't mind me, abusing my new powers. | 10:46 |
*** kzaitsev_mb has joined #openstack-horizon | 10:46 | |
*** e0ne has quit IRC | 10:47 | |
*** e0ne has joined #openstack-horizon | 10:52 | |
schipiga | robcresswell: Unfortunately, I don't know how much effort it requires. | 10:54 |
itxaka | schipiga, do you have a link to the bug? | 10:56 |
schipiga | itxaka: https://bugs.launchpad.net/horizon/+bug/1564834 | 10:58 |
openstack | Launchpad bug 1564834 in OpenStack Dashboard (Horizon) "With Ceph horizon containers page raises error "Unable to get the Swift service info"" [Undecided,New] | 10:58 |
itxaka | thanks schipiga ! | 10:58 |
schipiga | :) | 10:59 |
itxaka | Ill have a quick look at it, seems that there was a kind soul that did an easy ceph-in-devstack repo! | 11:00 |
robcresswell | schipiga: Is there anyone internally looking into it? Just wondering if I should assign myself :p | 11:00 |
robcresswell | itxaka: You have time to look into it? | 11:00 |
itxaka | I can have a quick look, but I cant promise a fix | 11:01 |
itxaka | but anyway, will report anything that I see on the bug report, maybe its an easy fix.......(sure....) | 11:01 |
robcresswell | itxaka: Thanks. Could you ping me when you've had a look? I'll assign myself after that. | 11:02 |
itxaka | will do! | 11:02 |
*** e0ne has quit IRC | 11:04 | |
schipiga | robcresswell: This problem was looked by tsufiev and pkarikh also. Think, someone of them can be assignee :) | 11:05 |
robcresswell | schipiga: Ah, thanks. I think tsufiev is on PTO today. We'll see what we can dig up. | 11:06 |
schipiga | robcresswell: thank you :) | 11:07 |
*** e0ne has joined #openstack-horizon | 11:08 | |
robcresswell | schipiga: I know that the current page was written with Swift in mind, and I'm not really familiar with the level of shared API | 11:08 |
*** yamamoto has joined #openstack-horizon | 11:09 | |
*** rudolfvriend has joined #openstack-horizon | 11:09 | |
*** rudolfvriend has quit IRC | 11:09 | |
*** rudolfvriend_ has joined #openstack-horizon | 11:09 | |
*** yamamoto has quit IRC | 11:09 | |
*** yamamoto has joined #openstack-horizon | 11:09 | |
*** e0ne has quit IRC | 11:11 | |
pkarikh | robcresswell: and a remember that our swift dashboard had very bad bugs for a long time and no one cared about it. Looks like angularized swift ui has great potential. :D | 11:13 |
pkarikh | looks like swift is not very popular, is it? | 11:14 |
robcresswell | pkarikh: Its a huge improvement, yes :) | 11:14 |
robcresswell | I don't know about usage numbers off the top of my head. Certainly within Horizon, it was unusable. | 11:15 |
*** dratushnyy has quit IRC | 11:15 | |
*** Mounica has joined #openstack-horizon | 11:22 | |
*** rudolfvriend_ has quit IRC | 11:22 | |
*** wangbo has quit IRC | 11:23 | |
*** rudolfvriend has joined #openstack-horizon | 11:23 | |
*** Mounica has quit IRC | 11:26 | |
*** masco has quit IRC | 11:31 | |
*** e0ne has joined #openstack-horizon | 11:33 | |
*** amotoki has quit IRC | 11:34 | |
*** jtriley has joined #openstack-horizon | 11:36 | |
*** lblanchard has joined #openstack-horizon | 11:38 | |
*** wangbo has joined #openstack-horizon | 11:42 | |
openstackgerrit | Martin Pavlásek proposed openstack/horizon: Refactor of BaseTestCase https://review.openstack.org/190077 | 11:44 |
*** zhurong_ has quit IRC | 11:46 | |
*** e0ne has quit IRC | 11:50 | |
*** kzaitsev_mb has quit IRC | 11:50 | |
*** jtriley has quit IRC | 11:53 | |
*** e0ne has joined #openstack-horizon | 11:54 | |
*** e0ne has quit IRC | 11:57 | |
*** wangbo has quit IRC | 12:00 | |
*** mvk_ has joined #openstack-horizon | 12:03 | |
*** mvk has quit IRC | 12:07 | |
*** e0ne has joined #openstack-horizon | 12:09 | |
*** itisha has quit IRC | 12:09 | |
*** kzaitsev_mb has joined #openstack-horizon | 12:09 | |
*** ducttape_ has joined #openstack-horizon | 12:12 | |
*** mvk_ has quit IRC | 12:17 | |
*** ducttape_ has quit IRC | 12:27 | |
openstackgerrit | Paul Karikh proposed openstack/horizon: Add strip() to filter string in instances https://review.openstack.org/300446 | 12:28 |
*** erlon has joined #openstack-horizon | 12:32 | |
*** x00350071_ has joined #openstack-horizon | 12:35 | |
*** x00350071 has quit IRC | 12:39 | |
*** cbader has quit IRC | 12:41 | |
pkarikh | robcresswell: what kind of fixes do we backport in liberty now? Is it security only too, or not? | 12:45 |
*** jtriley has joined #openstack-horizon | 12:48 | |
*** mvk_ has joined #openstack-horizon | 12:50 | |
*** cbader has joined #openstack-horizon | 12:50 | |
*** peristeri has joined #openstack-horizon | 12:54 | |
itxaka | schipiga, robcresswell I dont think my devstack+ceph works well enough to test that unfortunately :( | 12:55 |
*** e0ne has quit IRC | 12:57 | |
*** yamamoto has quit IRC | 13:00 | |
*** mtanino has quit IRC | 13:01 | |
robcresswell | Critical bugs/ security pkarikh | 13:04 |
pkarikh | robcresswell: ok, thanks! | 13:06 |
*** amotoki has joined #openstack-horizon | 13:06 | |
*** masco has joined #openstack-horizon | 13:11 | |
*** pabardina has joined #openstack-horizon | 13:11 | |
*** e0ne has joined #openstack-horizon | 13:15 | |
*** vgridnev has quit IRC | 13:15 | |
*** jpomeroy has joined #openstack-horizon | 13:20 | |
*** julim_ has quit IRC | 13:20 | |
*** vgridnev has joined #openstack-horizon | 13:21 | |
*** julim has joined #openstack-horizon | 13:22 | |
*** matt-borland has joined #openstack-horizon | 13:23 | |
*** pauloewerton has joined #openstack-horizon | 13:23 | |
*** Qingqing has joined #openstack-horizon | 13:27 | |
*** yamamoto has joined #openstack-horizon | 13:28 | |
*** e0ne has quit IRC | 13:29 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Adding Edit Image Action to angular images panel https://review.openstack.org/217828 | 13:31 |
matt-borland | doug-fish, I cleaned up that pep8 error on the Edit Image patch. Thanks for reviewing that!!! | 13:31 |
*** openstackgerrit has quit IRC | 13:33 | |
*** openstackgerrit has joined #openstack-horizon | 13:34 | |
matt-borland | robcresswell, thanks for setting up that triage walkthrough! | 13:34 |
*** itxaka is now known as itxaka|lunch | 13:35 | |
*** jtriley has quit IRC | 13:35 | |
*** rodrigods has quit IRC | 13:39 | |
*** rodrigods has joined #openstack-horizon | 13:40 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Generic details display framework https://review.openstack.org/296590 | 13:40 |
*** pab31 has joined #openstack-horizon | 13:46 | |
*** Liuqing has joined #openstack-horizon | 13:48 | |
robcresswell | matt-borland: Diana set it up. I just sat still while the cage was placed over me. :) | 13:48 |
matt-borland | lol | 13:49 |
*** zzxwill has joined #openstack-horizon | 13:50 | |
*** e0ne has joined #openstack-horizon | 13:51 | |
*** mtanino has joined #openstack-horizon | 13:51 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Adding Edit Image Action to angular images panel https://review.openstack.org/217828 | 13:52 |
pab31 | Hello, in my project, I override the dashbord when creating an instance (add some informations...). With liberty, it's working, with Mitaka, nothing seems to work. I haven't found the problem... My code http://paste.nullplace.com/paste/zExn74tX#9A2M51WW4mEqmBCvI31QbUNBjlKW64rnuoUpiEGH3Rm My template : http://paste.nullplace.com/paste/RS5HgOor#btRSvl64vGfMJrVxQMN-c0Y3DeKcVJIRxgqnFo3oO/3 . Thanks for the help | 13:52 |
*** itxaka|lunch is now known as itxaka | 13:53 | |
matt-borland | pab31, in Mitaka we introduced the AngularJS Launch Instance wizard by default; you may want to investigate the local_settings setting "LAUNCH_INSTANCE_LEGACY_ENABLED" if you want the Python-based wizard. | 13:58 |
*** openstack has quit IRC | 13:58 | |
*** openstack has joined #openstack-horizon | 14:02 | |
*** erlon has quit IRC | 14:04 | |
*** erlon has joined #openstack-horizon | 14:05 | |
*** pushkaru has joined #openstack-horizon | 14:06 | |
*** sdake has joined #openstack-horizon | 14:06 | |
*** e0ne has quit IRC | 14:07 | |
*** neelashah has joined #openstack-horizon | 14:09 | |
*** hurgleburgler has joined #openstack-horizon | 14:12 | |
*** ChanServ sets mode: +v hurgleburgler | 14:12 | |
*** yamamoto has quit IRC | 14:18 | |
pab31 | matt-borland: but if I want to override the new dashboard with Angular when creating an instance, is it still possible, how can I do? | 14:18 |
*** gparaskevas has quit IRC | 14:18 | |
matt-borland | pab31, I believe jpomeroy has a sample patch that may be the best way to get a view onto how to add/replace a new step in the wizard | 14:19 |
matt-borland | one second, looking | 14:19 |
*** yamamoto has joined #openstack-horizon | 14:20 | |
pab31 | sounds nice :) | 14:20 |
jpomeroy | pab31, yeah if you just want to add a new step in the wizard that is fairly easy | 14:21 |
matt-borland | jpomeroy, do you have that sample patch/docs/etc.? | 14:22 |
jpomeroy | matt-borland, pab31 - this is the patch that added the support. there is a link to the example in the commit message. -> https://review.openstack.org/214306 | 14:22 |
*** cshahani has joined #openstack-horizon | 14:23 | |
jpomeroy | also points to the docs | 14:23 |
*** TravT has quit IRC | 14:23 | |
matt-borland | thanks jpomeroy | 14:23 |
pab31 | amazing | 14:23 |
pab31 | thanks matt-borland jpomeroy !! | 14:23 |
jpomeroy | pab31, no problem | 14:25 |
*** itxaka has quit IRC | 14:27 | |
*** pabardina has left #openstack-horizon | 14:27 | |
*** dan_nguyen has joined #openstack-horizon | 14:29 | |
*** vishwanathj has joined #openstack-horizon | 14:37 | |
*** dratushnyy has joined #openstack-horizon | 14:39 | |
*** ametts has joined #openstack-horizon | 14:42 | |
*** zhurong has quit IRC | 14:46 | |
*** Liuqing has quit IRC | 14:47 | |
*** Liuqing has joined #openstack-horizon | 14:48 | |
*** dani_castellanos is now known as lcastell | 14:50 | |
*** aortega has quit IRC | 14:52 | |
*** masco has quit IRC | 14:52 | |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP: Images uses generic/extensible details views https://review.openstack.org/296601 | 14:54 |
*** garthb_ has joined #openstack-horizon | 14:54 | |
*** rdopiera has quit IRC | 14:56 | |
*** e0ne has joined #openstack-horizon | 14:57 | |
*** kzaitsev_mb has quit IRC | 15:00 | |
*** Drago has joined #openstack-horizon | 15:00 | |
*** Drago has quit IRC | 15:01 | |
*** kzaitsev_mb has joined #openstack-horizon | 15:01 | |
*** Drago has joined #openstack-horizon | 15:01 | |
*** weezS has joined #openstack-horizon | 15:04 | |
*** Qingqing has quit IRC | 15:04 | |
pkarikh | Do we have any bugs with gerrit npm-run-lint job? Got failure, but can't find out what's wrong with my patch. I didn't change any js files. | 15:04 |
matt-borland | pkarikh, yes, I've seen lots of gate problems with npm in the last few days | 15:05 |
matt-borland | I don't know if it's related to the npm repo explosion earlier this week | 15:06 |
matt-borland | perhaps, if they have cached resources | 15:06 |
*** Liuqing has quit IRC | 15:07 | |
*** josecastroleon has quit IRC | 15:07 | |
*** Liuqing has joined #openstack-horizon | 15:09 | |
*** hurgleburgler has quit IRC | 15:09 | |
*** hurgleburgler has joined #openstack-horizon | 15:09 | |
*** ChanServ sets mode: +v hurgleburgler | 15:09 | |
*** zzxwill has quit IRC | 15:09 | |
*** yamamoto has quit IRC | 15:11 | |
*** vgridnev has quit IRC | 15:11 | |
*** Liuqing has quit IRC | 15:12 | |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP: Django-routed panels https://review.openstack.org/296804 | 15:16 |
pkarikh | matt-borland: maybe. There are a lot of 'npm ERR! Error: ENOENT, lstat ' and 'npm ERR! errno 34' lines. But looks like there are a lot of reasons for it. | 15:18 |
matt-borland | pkarikh, yeah | 15:19 |
matt-borland | Whoever wrote "weird error 1" needs to be bludgeoned | 15:20 |
*** yamamoto has joined #openstack-horizon | 15:23 | |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP: Django-routed panels https://review.openstack.org/296804 | 15:23 |
matt-borland | pkarikh, yeah, I think if you check on infra, there are some network errors with the npm failures. | 15:25 |
matt-borland | this is different from Weird Error 1 errors we had earlier this week | 15:25 |
matt-borland | I think some nodes are having nw/proxy issues. | 15:26 |
pkarikh | matt-borland: oh yeah, "weird error 1" is so useful hint :D | 15:27 |
pkarikh | But I'm not sure about connectivity issues. Looks like request got 200 code. Like here: http://logs.openstack.org/46/300446/1/check/gate-horizon-npm-run-lint/da1e264/console.html#_2016-04-01_12_34_26_962 | 15:28 |
*** schipiga has quit IRC | 15:29 | |
matt-borland | pkarikh, I think the useful error here is above that | 15:29 |
matt-borland | where it fails to load phantomjs | 15:30 |
matt-borland | ttps://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-x86_64.tar.bz2", | 15:30 |
matt-borland | you're right, we get lots of other 200s | 15:30 |
matt-borland | but that is the common failure we get. | 15:30 |
pkarikh | matt-borland: looks like you're right, I've missed it | 15:31 |
*** david_cu has joined #openstack-horizon | 15:31 | |
matt-borland | it could be a problem with strictSSL | 15:31 |
*** e0ne has quit IRC | 15:31 | |
*** jtriley has joined #openstack-horizon | 15:32 | |
matt-borland | it could also be a proxy issue. | 15:32 |
*** akulshin has quit IRC | 15:32 | |
*** Mounica has joined #openstack-horizon | 15:33 | |
*** bpokorny has joined #openstack-horizon | 15:36 | |
*** jtriley has quit IRC | 15:37 | |
*** zzxwill has joined #openstack-horizon | 15:37 | |
*** david_cu has quit IRC | 15:43 | |
*** zzxwill has quit IRC | 15:44 | |
*** Guest90877 has quit IRC | 15:44 | |
*** eandersson^ has quit IRC | 15:46 | |
*** yamamoto has quit IRC | 15:46 | |
*** roxanaghe has joined #openstack-horizon | 15:46 | |
*** david_cu has joined #openstack-horizon | 15:50 | |
*** zzxwill has joined #openstack-horizon | 15:54 | |
*** pab31 has quit IRC | 15:56 | |
*** SimonChung1 has quit IRC | 15:56 | |
*** lapalm has joined #openstack-horizon | 15:56 | |
*** wolverineav has joined #openstack-horizon | 15:59 | |
matt-borland | pkarikh, an extended conversation occurred about the npm problems in openstack-infra | 16:02 |
*** amotoki has quit IRC | 16:04 | |
*** rudolfvriend has quit IRC | 16:04 | |
*** zzxwill has quit IRC | 16:04 | |
*** roxanaghe has quit IRC | 16:08 | |
*** lhcheng has joined #openstack-horizon | 16:09 | |
*** ChanServ sets mode: +v lhcheng | 16:09 | |
*** garthb_ has quit IRC | 16:10 | |
matt-borland | doug-fish, doing some basic bug triage. You filed: https://bugs.launchpad.net/horizon/+bug/1445189 ...is that a panel outside of Horizon? I can't find it. | 16:13 |
openstack | Launchpad bug 1445189 in OpenStack Dashboard (Horizon) "resource usage statistic detail is illegible" [Undecided,New] - Assigned to Karen Ventura (ventura-802) | 16:13 |
*** cshahani has quit IRC | 16:14 | |
*** weezS has quit IRC | 16:18 | |
*** hurgleburgler has quit IRC | 16:18 | |
*** roxanaghe has joined #openstack-horizon | 16:21 | |
*** Qingqing has joined #openstack-horizon | 16:21 | |
david-lyle | matt-borland: it's disabled by default starting in Mitaka | 16:22 |
david-lyle | commented in bug | 16:23 |
robcresswell | Did that patch land? | 16:23 |
david-lyle | robcresswell: did it not? | 16:23 |
david-lyle | hmm | 16:23 |
robcresswell | Were you thinking of this one/ https://review.openstack.org/#/c/272644/6 | 16:23 |
robcresswell | ?* | 16:24 |
david-lyle | oh, it didn't land | 16:24 |
robcresswell | matt-borland: Its the ceilometer panel btw, which is probably why its not there | 16:24 |
*** e0ne has joined #openstack-horizon | 16:24 | |
matt-borland | ah, thanks david-lyle and robcresswell | 16:25 |
robcresswell | david-lyle: Yeah, I took issue with the parent patch :p | 16:25 |
*** wolverineav has quit IRC | 16:25 | |
david-lyle | parent patch? | 16:25 |
robcresswell | https://review.openstack.org/#/c/275817 | 16:25 |
david-lyle | things are so complicated :( | 16:26 |
david-lyle | or at least made to be so | 16:27 |
david-lyle | why did we need the parent patch? | 16:27 |
* david-lyle should read through all the comments because at a cursory glance is unconvinced | 16:28 | |
*** clu_ has joined #openstack-horizon | 16:28 | |
*** ChanServ sets mode: +v clu_ | 16:28 | |
*** e0ne has quit IRC | 16:29 | |
david-lyle | we should test deprecated code by default until it's removed | 16:29 |
david-lyle | the rest is just engineering busy work that was unnecessary | 16:29 |
* david-lyle opines | 16:29 | |
*** roxanaghe has quit IRC | 16:29 | |
*** e0ne has joined #openstack-horizon | 16:29 | |
*** weezS has joined #openstack-horizon | 16:30 | |
*** openstackgerrit has quit IRC | 16:31 | |
*** rcernin has quit IRC | 16:32 | |
*** cshahani has joined #openstack-horizon | 16:32 | |
robcresswell | Oh | 16:32 |
*** TravT has joined #openstack-horizon | 16:32 | |
*** ChanServ sets mode: +v TravT | 16:32 | |
robcresswell | I'm just reading the initial bug report | 16:32 |
*** pbourke has quit IRC | 16:32 | |
*** kzaitsev_mb has quit IRC | 16:32 | |
robcresswell | I think its come from people getting muddled between DISABLED and REMOVE_PANEL | 16:32 |
robcresswell | https://bugs.launchpad.net/horizon/+bug/1541489 << david-lyle | 16:33 |
openstack | Launchpad bug 1541489 in OpenStack Dashboard (Horizon) "Tests fail if a panel is disabled" [Medium,In progress] - Assigned to Itxaka Serrano (itxakaserrano) | 16:33 |
*** weezS has quit IRC | 16:34 | |
david-lyle | robcresswell: that's fine, but I think we should test metering panel regardless. The two are related, but independent. Just put an enabled enabled file in the testing directory | 16:35 |
david-lyle | isn't English lovely | 16:36 |
*** ygbo has quit IRC | 16:36 | |
*** gyee has joined #openstack-horizon | 16:37 | |
robcresswell | My point was that I think the ceilometer patch could've just added DISABLED = True and been fine. | 16:37 |
robcresswell | I can't recall if that changes the test runs or not | 16:38 |
*** e0ne has quit IRC | 16:39 | |
david-lyle | I think we agree that having the other patch as a blocking parent was unnecessary and just may disagree on the mechanism as to why | 16:39 |
david-lyle | which is sufficient | 16:39 |
david-lyle | but too late for Mitaka :( | 16:39 |
*** SimonChung has joined #openstack-horizon | 16:40 | |
robcresswell | Yes | 16:40 |
*** cshahani has quit IRC | 16:40 | |
david-lyle | feels like breaking out the /#success ironically | 16:40 |
robcresswell | Now I'm wondering what the point of REMOVE_PANEL is, vs. DISABLED. | 16:41 |
*** pushkaru has quit IRC | 16:41 | |
*** pushkaru has joined #openstack-horizon | 16:41 | |
david-lyle | I think remove just removes from the navigation and disable blocks navigation? | 16:42 |
david-lyle | but I would have to go reinvestigate | 16:42 |
david-lyle | that's probably wrong | 16:42 |
david-lyle | argh | 16:42 |
* david-lyle goes to look at code | 16:42 | |
*** wolverineav has joined #openstack-horizon | 16:42 | |
*** fedexo has joined #openstack-horizon | 16:43 | |
*** pcaruana has quit IRC | 16:44 | |
david-lyle | I believe I was actually right | 16:45 |
robcresswell | Time for a success. | 16:45 |
robcresswell | :) | 16:45 |
*** openstackgerrit has joined #openstack-horizon | 16:46 | |
robcresswell | So it seems from that bug report that REMOVE_PANEL causes tests to fail | 16:46 |
david-lyle | https://github.com/openstack/horizon/blob/master/openstack_dashboard/utils/settings.py#L112 vs https://github.com/openstack/horizon/blob/master/horizon/base.py#L932 | 16:46 |
*** wolverineav has quit IRC | 16:47 | |
david-lyle | ok, I'm wasn't exactly right | 16:47 |
*** yamamoto has joined #openstack-horizon | 16:47 | |
david-lyle | I wasnt' | 16:47 |
* david-lyle quits | 16:47 | |
robcresswell | haha | 16:47 |
david-lyle | DISABLED, the code isn't loaded | 16:47 |
robcresswell | Stop taking typing lessons from TravT | 16:47 |
david-lyle | REMOVED is loaded but unregistered | 16:47 |
*** david_cu has quit IRC | 16:47 | |
david-lyle | so, I think my original suggestion of a test version of the metering enabled file is correct | 16:48 |
david-lyle | but the bug would be useful to fix for downstream work | 16:48 |
robcresswell | gotcha | 16:48 |
david-lyle | the bug being https://bugs.launchpad.net/horizon/+bug/1541489 | 16:49 |
openstack | Launchpad bug 1541489 in OpenStack Dashboard (Horizon) "Tests fail if a panel is disabled" [Medium,In progress] - Assigned to Itxaka Serrano (itxakaserrano) | 16:49 |
TravT | leave me alone | 16:49 |
david-lyle | type something :P | 16:49 |
robcresswell | So... whats the use case for REMOVE_PANEL? | 16:49 |
david-lyle | entertain us | 16:49 |
david-lyle | code is still accessible | 16:49 |
david-lyle | so if I REMOVE instances, the utils.py is still accessible | 16:49 |
*** roxanaghe has joined #openstack-horizon | 16:50 | |
david-lyle | which may be used cross tree | 16:50 |
*** david_cu has joined #openstack-horizon | 16:50 | |
david-lyle | which to me is a failing of our code organization, but we're there | 16:50 |
robcresswell | Sure | 16:51 |
*** kzaitsev_mb has joined #openstack-horizon | 16:51 | |
robcresswell | Yep, works around the inheritance problems | 16:51 |
*** fedexo has quit IRC | 16:52 | |
*** yamamoto has quit IRC | 16:52 | |
*** cshahani has joined #openstack-horizon | 16:55 | |
*** e0ne has joined #openstack-horizon | 16:55 | |
*** Qingqing has quit IRC | 16:56 | |
*** bpokorny has quit IRC | 16:57 | |
*** kzaitsev_mb has quit IRC | 16:57 | |
*** tqtran has joined #openstack-horizon | 16:57 | |
*** bpokorny has joined #openstack-horizon | 16:58 | |
*** bpokorny has quit IRC | 16:59 | |
*** bpokorny has joined #openstack-horizon | 17:00 | |
*** tosky has quit IRC | 17:02 | |
*** wolverineav has joined #openstack-horizon | 17:03 | |
*** jprovazn has quit IRC | 17:04 | |
*** wolverineav has quit IRC | 17:08 | |
openstackgerrit | Cindy Lu proposed openstack/horizon: Angular Table Directive https://review.openstack.org/252014 | 17:09 |
*** e0ne has quit IRC | 17:15 | |
*** wolverineav has joined #openstack-horizon | 17:15 | |
*** wolverineav has quit IRC | 17:16 | |
*** wolverineav has joined #openstack-horizon | 17:17 | |
*** weezS has joined #openstack-horizon | 17:32 | |
*** jtriley has joined #openstack-horizon | 17:32 | |
*** weezS has quit IRC | 17:35 | |
*** jtriley has quit IRC | 17:38 | |
*** vishwanathj has quit IRC | 17:40 | |
*** aortega has joined #openstack-horizon | 17:45 | |
*** yamamoto has joined #openstack-horizon | 17:48 | |
*** yamamoto has quit IRC | 17:52 | |
*** vishwanathj has joined #openstack-horizon | 17:57 | |
*** harlowja has quit IRC | 18:02 | |
*** lapalm has quit IRC | 18:03 | |
*** piet has joined #openstack-horizon | 18:05 | |
*** SimonChung1 has joined #openstack-horizon | 18:05 | |
*** SimonChung has quit IRC | 18:05 | |
*** ybathia has joined #openstack-horizon | 18:07 | |
*** bpokorny has quit IRC | 18:08 | |
*** bpokorny has joined #openstack-horizon | 18:10 | |
*** piet has quit IRC | 18:15 | |
*** mvk_ has quit IRC | 18:19 | |
*** garthb has joined #openstack-horizon | 18:22 | |
*** vishwanathj has quit IRC | 18:22 | |
*** TravT has quit IRC | 18:23 | |
*** piet has joined #openstack-horizon | 18:30 | |
*** aortega_ has joined #openstack-horizon | 18:44 | |
*** aortega has quit IRC | 18:47 | |
*** jtriley has joined #openstack-horizon | 18:48 | |
*** yamamoto has joined #openstack-horizon | 18:49 | |
ducttape_ | is anyone here familiar with the pie charts in horizon? the styles seem to always be blue, I wonder if there are alternate color schemes for theme ? | 18:49 |
*** david-lyle has quit IRC | 18:53 | |
*** jtriley has quit IRC | 18:53 | |
*** bpokorny has quit IRC | 18:54 | |
*** yamamoto has quit IRC | 18:54 | |
*** piet has quit IRC | 18:56 | |
*** piet has joined #openstack-horizon | 18:58 | |
*** david-lyle has joined #openstack-horizon | 18:59 | |
*** ChanServ sets mode: +o david-lyle | 18:59 | |
*** piet has quit IRC | 19:03 | |
*** matt-borland has quit IRC | 19:05 | |
sjmc7 | ducttape_: mine are green! | 19:06 |
*** lhcheng has quit IRC | 19:06 | |
ducttape_ | I see the scss for that stuff, I think, right? | 19:06 |
sjmc7 | yeah, i’m using the material theme i think | 19:06 |
ducttape_ | ala https://github.com/openstack/horizon/blob/master/openstack_dashboard/static/dashboard/scss/components/_pie_charts.scss#L67 | 19:06 |
sjmc7 | everything’s a sort of nauseous sea-green | 19:06 |
sjmc7 | lemme check | 19:07 |
ducttape_ | yeah, when I switch to material that is mine too | 19:07 |
ducttape_ | I think I must need to add some more scss magic for alternate chart colors | 19:07 |
sjmc7 | looks like the bit above that | 19:07 |
sjmc7 | d3_pie_chart_usage | 19:07 |
sjmc7 | .arc.inner? | 19:07 |
ducttape_ | y. it's all in there for sure | 19:08 |
sjmc7 | try changing that to ‘vomit-beige’ | 19:08 |
ducttape_ | I just kinda wanted one to be blue, one to be red , etc.... more different colors at the same time | 19:08 |
sjmc7 | ah. that might be trickier unless each graph has its own class | 19:08 |
ducttape_ | #vomit-beige should be a recognized standard | 19:09 |
ducttape_ | yeah, that's what I am looking for. I have like 3 charts on a single page, and all of them with same color is kinda lame looking | 19:09 |
sjmc7 | did you write the page? you could apply a different class to each graph and diddle with the css | 19:10 |
ducttape_ | but like vomit-beige and puke-green and bile-brown might be nice ;) | 19:10 |
ducttape_ | y, it's custom stuff I have | 19:10 |
ducttape_ | it's for showback / chargeback type info. I need some sizzle for these boring numbers | 19:11 |
sjmc7 | where’s diana when i’m tragically fumbling for answers? | 19:11 |
ducttape_ | yeah, jinkx | 19:11 |
sjmc7 | yeah, so inside the d3_pie_chart_usage you’d need to add selectors that would override the default .arc.inner | 19:11 |
ducttape_ | I was looking for her too, I'll usually show her what I have, and then she will embarrass me with a simpler solution | 19:11 |
ducttape_ | yep | 19:12 |
sjmc7 | ditto | 19:12 |
sjmc7 | “.sizzling.arc.inner” | 19:12 |
sjmc7 | err, possibly with a spaces | 19:13 |
sjmc7 | .sizzling .arc.inner | 19:13 |
sjmc7 | i think i’m beyond the point i’m willing to embarrass myself now | 19:13 |
ducttape_ | thanks for the help sjmc7 | 19:14 |
ducttape_ | will you be in austin ? | 19:14 |
sjmc7 | i will | 19:14 |
ducttape_ | cheers, will see you there then ;) | 19:15 |
sjmc7 | yep. tokyo’s spoiled me for coffee vending machines though, i feel a brewing disappointment | 19:16 |
ducttape_ | well, I'd think the sushi will be worse and the bbq to be better ;) | 19:18 |
*** itisha has joined #openstack-horizon | 19:18 | |
sjmc7 | tokyo had it’s bbq places :) | 19:26 |
*** SimonChung1 has quit IRC | 19:28 | |
*** SimonChung has joined #openstack-horizon | 19:28 | |
*** roxanaghe has quit IRC | 19:34 | |
*** ybathia has quit IRC | 19:36 | |
*** harlowja has joined #openstack-horizon | 19:37 | |
*** hurgleburgler has joined #openstack-horizon | 19:37 | |
*** ChanServ sets mode: +v hurgleburgler | 19:37 | |
*** mvk_ has joined #openstack-horizon | 19:43 | |
*** yamamoto has joined #openstack-horizon | 19:50 | |
*** yamamoto has quit IRC | 19:55 | |
*** garthb_ has joined #openstack-horizon | 19:57 | |
*** TravT has joined #openstack-horizon | 20:00 | |
*** ChanServ sets mode: +v TravT | 20:00 | |
*** garthb has quit IRC | 20:00 | |
*** bpokorny has joined #openstack-horizon | 20:07 | |
*** slogan_ has quit IRC | 20:08 | |
*** roxanaghe has joined #openstack-horizon | 20:09 | |
*** pushkaru has quit IRC | 20:11 | |
openstackgerrit | Jaime Guerrero proposed openstack/horizon: Modification of hamburger menu CSS https://review.openstack.org/300642 | 20:14 |
openstackgerrit | Jaime Guerrero proposed openstack/horizon: Modification of hamburger menu CSS https://review.openstack.org/300642 | 20:15 |
openstackgerrit | Jaime Guerrero proposed openstack/horizon: Modification of hamburger menu CSS https://review.openstack.org/300642 | 20:16 |
*** sdake has quit IRC | 20:17 | |
*** pushkaru has joined #openstack-horizon | 20:21 | |
*** roxanaghe has quit IRC | 20:26 | |
*** neelashah has quit IRC | 20:29 | |
*** neelashah has joined #openstack-horizon | 20:31 | |
*** sdake has joined #openstack-horizon | 20:33 | |
*** roxanaghe has joined #openstack-horizon | 20:35 | |
*** Mounica has quit IRC | 20:35 | |
*** neelashah has quit IRC | 20:40 | |
*** Mounica has joined #openstack-horizon | 20:44 | |
*** ybathia has joined #openstack-horizon | 20:45 | |
*** roxanaghe has quit IRC | 20:46 | |
*** jtriley has joined #openstack-horizon | 20:49 | |
*** roxanaghe has joined #openstack-horizon | 20:49 | |
*** pauloewerton has quit IRC | 20:51 | |
*** yamamoto has joined #openstack-horizon | 20:51 | |
*** jtriley has quit IRC | 20:54 | |
*** yamamoto has quit IRC | 20:56 | |
*** roxanaghe has quit IRC | 20:59 | |
*** TravT has quit IRC | 21:02 | |
*** roxanaghe has joined #openstack-horizon | 21:09 | |
*** dratushnyy has quit IRC | 21:09 | |
*** david_cu has quit IRC | 21:16 | |
*** itisha has quit IRC | 21:19 | |
*** hogepodge has joined #openstack-horizon | 21:25 | |
hogepodge | hi | 21:26 |
hogepodge | How do I remove the developer side tab from the devstack version of horizon? Where would that configuration be? | 21:26 |
*** ybathia has quit IRC | 21:26 | |
david-lyle | hogepodge: two ways | 21:26 |
david-lyle | one is set DEBUG=False in local_settings.py | 21:27 |
hogepodge | david-lyle: ah, I thought that might be it. | 21:28 |
david-lyle | or more specifically, remove the last two line in https://github.com/openstack/horizon/blob/master/openstack_dashboard/enabled/_9001_developer.py#L35 | 21:28 |
david-lyle | either will work | 21:28 |
david-lyle | if you still want to run debug | 21:28 |
robcresswell | Question is, why would you want to remove the best panel | 21:34 |
robcresswell | :D | 21:34 |
robcresswell | ducttape_: The reason its varying gradients is because its bright red when full iirc | 21:38 |
ducttape_ | nah, my question was more - I wanted one pie chart to be various blue shades.... another to be various red shades.... etc | 21:39 |
ducttape_ | and that requires a bit of work on my side, it seems | 21:39 |
robcresswell | Oh, I see | 21:39 |
robcresswell | If you just wrap each one in a context class, should be easy to have specific colour overrides in your theme | 21:40 |
*** lhcheng has joined #openstack-horizon | 21:41 | |
*** ChanServ sets mode: +v lhcheng | 21:41 | |
hurgleburgler | wait … you want the different pie charts to be different colors? | 21:43 |
hurgleburgler | oh, that's can be easier than what I thought you meant | 21:43 |
ducttape_ | yeah | 21:43 |
hurgleburgler | ducttape_ let me put something together really quick | 21:43 |
hurgleburgler | one second | 21:43 |
*** bpokorny has quit IRC | 21:43 | |
ducttape_ | k | 21:44 |
hogepodge | robcresswell: recording the mitaka demo :-D | 21:46 |
*** pushkaru has quit IRC | 21:49 | |
*** dratushnyy has joined #openstack-horizon | 21:50 | |
*** TravT has joined #openstack-horizon | 21:57 | |
*** ChanServ sets mode: +v TravT | 21:57 | |
*** Mounica has quit IRC | 21:58 | |
*** slogan has joined #openstack-horizon | 21:58 | |
*** dratushnyy has quit IRC | 21:59 | |
*** TravT has quit IRC | 21:59 | |
*** TravT has joined #openstack-horizon | 21:59 | |
*** ChanServ sets mode: +v TravT | 21:59 | |
*** hurgleburgler has quit IRC | 22:00 | |
*** hurgleburgler1 has joined #openstack-horizon | 22:00 | |
*** TravT has quit IRC | 22:00 | |
robcresswell | hogepodge: Oh I see, cool. May be a little more slick without all the DEBUG slowdown, but ah well :p | 22:00 |
*** TravT has joined #openstack-horizon | 22:00 | |
*** ChanServ sets mode: +v TravT | 22:00 | |
hogepodge | robcresswell: I'm not too worried about slowdown. That's what post-production is for :-D | 22:01 |
*** ducttape_ has quit IRC | 22:01 | |
hogepodge | robcresswell: it's the script that's killing me right now. I have five minutes to fill. | 22:01 |
*** Drago has quit IRC | 22:05 | |
robcresswell | Swift, Launch Instance workflow, Theme swapping, Domain management, idp management. Then you could potentially show some of the plugin work thats going on, but that might be stealing from the other teams. Difficult to know, since many of the cores contribute to plugin UIs; Magnum-UI, LBaaS, Zaqar | 22:05 |
robcresswell | hogepodge: ^^ | 22:05 |
*** lblanchard has quit IRC | 22:05 | |
robcresswell | Those are the most obvious demonstrable features I think. | 22:08 |
*** mpavlase has quit IRC | 22:08 | |
*** Mounica has joined #openstack-horizon | 22:09 | |
*** ZZelle_ has joined #openstack-horizon | 22:10 | |
*** jpomeroy has quit IRC | 22:10 | |
*** SimonChung1 has joined #openstack-horizon | 22:11 | |
*** SimonChung1 has quit IRC | 22:12 | |
*** SimonChung2 has joined #openstack-horizon | 22:12 | |
*** SimonChung has quit IRC | 22:12 | |
*** sdake_ has joined #openstack-horizon | 22:13 | |
openstackgerrit | xyuan lu proposed openstack/horizon: Allow reassociate for associated FIPs https://review.openstack.org/283223 | 22:13 |
*** sdake has quit IRC | 22:13 | |
*** sdake has joined #openstack-horizon | 22:19 | |
*** sdake_ has quit IRC | 22:21 | |
*** sjmc7 has left #openstack-horizon | 22:23 | |
*** ametts has quit IRC | 22:28 | |
*** itisha has joined #openstack-horizon | 22:46 | |
*** neelashah has joined #openstack-horizon | 22:46 | |
*** neelashah has quit IRC | 22:48 | |
*** ppiela_ has quit IRC | 22:49 | |
*** jtriley has joined #openstack-horizon | 22:50 | |
*** neelashah has joined #openstack-horizon | 22:50 | |
hurgleburgler1 | ducttape_ would something like this work for you? | 22:50 |
hurgleburgler1 | https://i.imgur.com/6eOWeiS.png | 22:50 |
*** hurgleburgler1 is now known as hurgleburgler | 22:50 | |
*** ChanServ sets mode: +v hurgleburgler | 22:50 | |
hurgleburgler | shoot, I think he left | 22:51 |
*** yamamoto has joined #openstack-horizon | 22:55 | |
*** jtriley has quit IRC | 22:55 | |
*** TravT_ has joined #openstack-horizon | 22:55 | |
*** ChanServ sets mode: +v TravT_ | 22:55 | |
*** TravT has quit IRC | 22:58 | |
*** yamamoto has quit IRC | 23:00 | |
*** peristeri has quit IRC | 23:02 | |
*** neelashah has quit IRC | 23:05 | |
*** roxanaghe has quit IRC | 23:10 | |
*** roxanaghe has joined #openstack-horizon | 23:10 | |
*** mtanino has quit IRC | 23:13 | |
openstackgerrit | Diana Whitten proposed openstack/horizon: Add Distribution Chart types https://review.openstack.org/300691 | 23:14 |
*** hurgleburgler1 has joined #openstack-horizon | 23:16 | |
*** hurgleburgler has quit IRC | 23:17 | |
*** erlon has quit IRC | 23:27 | |
openstackgerrit | Diana Whitten proposed openstack/horizon: Add Distribution Chart types https://review.openstack.org/300691 | 23:35 |
*** hurgleburgler1 has quit IRC | 23:35 | |
*** harlowja has quit IRC | 23:36 | |
hogepodge | robcresswell: I didn't realize that magnum had a ui | 23:47 |
hogepodge | robcresswell: we're going to focus a bit on the openstack-client this time around, but it's good to know for the next release. | 23:48 |
*** Mounica has quit IRC | 23:52 | |
*** yamamoto has joined #openstack-horizon | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!