Thursday, 2017-02-16

*** kzaitsev_mb has quit IRC00:01
*** jtomasek has quit IRC00:04
*** mtanino has quit IRC00:16
*** wolverineav has joined #openstack-horizon00:17
*** wolverineav has quit IRC00:21
*** revon has quit IRC00:23
*** jtriley has joined #openstack-horizon00:28
*** chlong has joined #openstack-horizon00:32
*** wolverineav has joined #openstack-horizon00:37
*** wolverineav has quit IRC00:41
adriantI'm in the process of shifting a good deal of our custom horizon patches into plugins, which mostly seems ok, but one of my problems is that I need to extend the urls file for the dashboard itself to add a couple of top level patterns. Like this: https://github.com/catalyst/horizon/blob/stable/mitaka_stacktask/openstack_dashboard/urls.py#L36-L4100:43
adriantIs there any good way to do that in a plugin?00:43
adriantThe only way I thought I could do it is maybe import that urls file and extend the patterns list from within the context of a module in my plugin, but that feels like a terrible approach.00:44
*** wolverineav has joined #openstack-horizon00:53
r1chardj0n3sadriant: so the content you're talking about isn't additional Panels?00:53
*** wolverin_ has joined #openstack-horizon00:53
r1chardj0n3sIf there's any way to have those urls belong to a Panel that would make life a lot easier00:53
adriantnope, these are public facing pages00:54
r1chardj0n3sdo they have to be in the openstack_dashboard application? could they be in a separate app?00:55
adriantmaybe? I want to do this so it fits with the horizon team recommendations, but I ideally want these views accessible at: <horizon base url>/token and <horizon base url>/forgot-password00:56
*** dave-mccowan has joined #openstack-horizon00:57
r1chardj0n3sI'm not familiar with any recommendations we have outside of the panel/dashboard structure00:57
*** wolverineav has quit IRC00:57
adriantthat's why I'm asking :P00:57
*** wolverin_ has quit IRC00:57
adriantbecause I can't figure out if there is a way to do this nicely00:57
r1chardj0n3sNothing off the top of my head, I'm afraid. I've also never tried to extend Django's url patterns post-import (handling of urlpatterns is a little magic to me)00:59
adriantr1chardj0n3s: by separate app are we talking another django app like 'openstack_dashboard'?01:00
r1chardj0n3sadriant: yes01:01
adriantdoes the plugin mechanism support doing that? It would be adding an extra app to the installed app list right?01:01
r1chardj0n3sadriant: yeah, it'd be a new entry in INSTALLED_APPS01:02
adriantBut... how does that play with the horizon theming and such...01:02
r1chardj0n3sright. that's a catch01:02
r1chardj0n3ssorry, I'm thinking out loud here :-)01:02
adriantr1chardj0n3s, not a problem, that's good :P01:02
r1chardj0n3sanyhoo, I can't think of anything else, sorry.01:02
adriantthat what I need, just ideas and avenues for me to try and find a solution I guess.01:03
adriantr1chardj0n3s: thanks though :)01:03
adriantwill try a few things, and may just end up having to carry one tiny patch that can't be made a plugin. :(01:03
adriantIf I do find a sensible solution I'll document it and send it to the mailing list.01:04
ducttape_has robcresswell seen https://twitter.com/eraserhd/status/831878238070779906  r1chardj0n3s ?01:06
*** Pavo has joined #openstack-horizon01:08
*** chlong has quit IRC01:08
r1chardj0n3sducttape_: :-D01:08
*** wolverineav has joined #openstack-horizon01:12
*** jrcloud has quit IRC01:17
*** wolverineav has quit IRC01:17
*** MasterOfBugs has quit IRC01:18
*** ZZelle_ has quit IRC01:20
*** dave-mccowan has quit IRC01:23
*** zackf has joined #openstack-horizon01:25
*** spug has quit IRC01:28
*** spug has joined #openstack-horizon01:29
*** zackf has quit IRC01:30
*** weezS has joined #openstack-horizon01:32
*** wolverineav has joined #openstack-horizon01:36
*** Pavo has quit IRC01:37
*** Pavo has joined #openstack-horizon01:38
*** wolverineav has quit IRC01:41
*** weezS has quit IRC01:43
*** wolverineav has joined #openstack-horizon01:44
*** esp has quit IRC01:53
*** wolverineav has quit IRC01:53
*** dave-mccowan has joined #openstack-horizon01:57
*** wolverineav has joined #openstack-horizon01:58
*** tqtran has quit IRC01:59
*** TravT has quit IRC02:02
*** kenji-i has quit IRC02:03
*** wolverineav has quit IRC02:03
*** zackf has joined #openstack-horizon02:05
*** wolverineav has joined #openstack-horizon02:06
*** spug has quit IRC02:07
*** zackf has quit IRC02:09
*** wolverineav has quit IRC02:10
*** wolverineav has joined #openstack-horizon02:23
*** ppiela has quit IRC02:25
*** wolverineav has quit IRC02:35
*** clu_ has quit IRC02:43
*** wolverineav has joined #openstack-horizon02:45
*** wolverineav has quit IRC02:50
*** amotoki has joined #openstack-horizon02:53
*** wolverineav has joined #openstack-horizon03:17
*** Pavo has quit IRC03:19
*** wolverineav has quit IRC03:22
*** gugl has quit IRC03:25
*** wolverineav has joined #openstack-horizon03:27
*** wolverineav has quit IRC03:31
*** flwang1 has joined #openstack-horizon03:32
flwang1greetings, i'm debugging my local horizon env, but i'm seeing this http://paste.openstack.org/show/599150/03:32
flwang1it's master horizon03:32
flwang1any idea? thanks03:32
*** amotoki has quit IRC03:41
r1chardj0n3sflwang1: any errors in the server log?03:42
*** wolverineav has joined #openstack-horizon03:42
flwang1r1chardj0n3s: http://paste.openstack.org/show/599152/ yes03:42
flwang1horizon is getting more and more complex :)03:43
flwang1i can't easily start it as before03:43
r1chardj0n3show are you running Horizon?03:43
r1chardj0n3sI can't reproduce that error with "tox -e runserver". Do you maybe need to run a collectstatic?03:44
flwang1download the code, set the correct auth url, then run 'python manage.py runserver 127.0.0.1:8800'03:44
r1chardj0n3shm03:44
flwang1r1chardj0n3s: i did run the collectstatic03:44
flwang1but no help03:44
flwang1finally, i removed the plugin of swift from /enabled03:45
r1chardj0n3show did you download the code? git clone?03:45
flwang1yep, git clone03:45
r1chardj0n3sah, I will try that03:45
flwang1i think that's the normal way to setup a horizon dev env03:45
flwang1after remove the swift plugin from /enabled, the problem has gone, bug i can't login the dash, though from login, it's saying i have logined successful03:46
r1chardj0n3sI meant I will try disabling swift. ... but swift isn't a plugin. how did you "remove" it? did you just edit DISABLED=True or did you remove the enabled file completely?03:46
flwang1i removed the enabled file03:47
flwang1completely03:47
*** wolverineav has quit IRC03:48
r1chardj0n3shmm03:48
flwang1btw, i have another 'horizon' deployed by devstack, it doesn't work either03:48
r1chardj0n3sI just set DISABLED=True and the panel goes away and nothing breaks03:48
r1chardj0n3sI recommend you do that03:48
flwang1r1chardj0n3s: ok, can you reproduce my issue?03:48
r1chardj0n3sflwang1: no03:49
flwang1interesting03:49
r1chardj0n3sI'm going to try removing the file03:49
flwang1did you ever seen the login problem i mentioned above?03:49
r1chardj0n3sno03:49
flwang1login successfully in log, but no luck on dash03:49
flwang1oh, no, maybe just because you're horizon developer03:50
flwang1are you based in AU?03:50
r1chardj0n3sI have deleted the enabled file and I can't reproduce the sass error you saw03:50
flwang1otherwise, i can't understand why we're in same TZ :)03:50
flwang1ok03:50
flwang1no worries03:50
r1chardj0n3syep, I'm in AU03:50
r1chardj0n3s(and I evcen remembered to delete the pyc file this time)03:51
flwang1fantastic, i will bug you in the future for the horizon issue03:51
r1chardj0n3sI logged out and logged in and no issue03:51
flwang1i based in NZ03:51
r1chardj0n3splease feel free to flwang103:51
r1chardj0n3soh, so's kong03:51
flwang1i'm his lead :D03:51
r1chardj0n3sha!03:51
flwang1recently, we're migrating our theme from liberty to Ocata03:52
flwang1and I'm working on zaqar UI stuff03:52
r1chardj0n3sso I'm running the latest master from horizon git, using "tox -e runserver" and I can't reproduce the issue you're seeing through either setting DISABLED=True or deleting the enabled file outright03:52
r1chardj0n3scool03:52
flwang1so could be many horizon questions recently03:52
r1chardj0n3syup03:52
flwang1i can imagine you're lonely in this channel at this moment ;)03:53
r1chardj0n3snah, it's quiet, I get a lot of work done :-D03:53
flwang1haha03:53
r1chardj0n3sI have to go do the school run now, back in about 20 30 mins03:53
flwang1ok, ttyl03:54
*** wolverineav has joined #openstack-horizon03:55
*** weezS has joined #openstack-horizon04:04
*** kenji-i has joined #openstack-horizon04:06
*** wolverineav has quit IRC04:06
*** flwang1 has quit IRC04:10
*** yamamoto has joined #openstack-horizon04:10
*** ratailor has joined #openstack-horizon04:11
*** weezS has quit IRC04:17
*** dave-mccowan has quit IRC04:19
*** esp has joined #openstack-horizon04:27
*** amotoki has joined #openstack-horizon04:29
*** adriant has quit IRC04:34
*** wolverineav has joined #openstack-horizon04:36
*** amotoki has quit IRC04:40
*** jerrygb has quit IRC04:41
r1chardj0n3s.04:44
*** wolverineav has quit IRC04:47
*** amotoki has joined #openstack-horizon04:48
*** tqtran has joined #openstack-horizon04:57
*** tqtran has quit IRC05:02
*** erlon has quit IRC05:05
openstackgerritKenji Ishii proposed openstack/horizon master: Add Port-Create in Project Dashboard  https://review.openstack.org/32020305:13
r1chardj0n3skenji-i: you about?05:14
kenji-ir1chardj0n3s: hi! yes :D05:15
r1chardj0n3sI could really use that +a I asked for earlier :-)05:16
r1chardj0n3shttps://review.openstack.org/#/c/434542/05:16
r1chardj0n3sit's one of two backports we really need to land so I can release Ocata RC205:16
openstackgerritRichard Jones proposed openstack/horizon master: Expose more of Swift to ResourceType  https://review.openstack.org/34874105:17
kenji-ireview this? okay i'll see it :)05:18
r1chardj0n3sthanks. doesn't really need a thorough review - it's a backport of a patch that's already landed in master, so the full review's been done. just need to make sure the backport cherrypick hasn't been screwed up, mostly05:19
*** wolverineav has joined #openstack-horizon05:20
kenji-iI understand, I don't have a right to +2 to stable branch, so I added +1 :)05:22
r1chardj0n3sargh, right05:22
r1chardj0n3sdarn it05:22
r1chardj0n3sthanks anyway05:23
kenji-iyeah, sorry that I was no help to you05:30
*** wolverineav has quit IRC05:30
r1chardj0n3sno problem, I was so desperate for help I reached out to people who couldn't help, which isn't fair :-)05:31
*** tnovacik has joined #openstack-horizon05:58
*** weezS has joined #openstack-horizon05:58
kenji-iyep, thanks!05:59
openstackgerritRichard Jones proposed openstack/horizon master: WIP: use ui-router for swift ui panel construction  https://review.openstack.org/35052306:00
r1chardj0n3sediardo: that patch is now rebased so it's not merge conflicting, and I also addressed ducttape_'s comments about the page structure (using named ui-views which are really quite neat!) I need to address some further issues in the patch before it's ready, but I'm pretty happy with the basic operation and layout of the page now. The breadcrumbs bit sucks tho - I think I need to figure how to insert a "up a folder"06:02
r1chardj0n3sline at the top of the objects table instead of having the full breadcrumbs06:02
r1chardj0n3s(wow, I win "longest IRC message of the day")06:02
ediardoo/ r1chardj0n3s06:03
r1chardj0n3sohai ediardo :-)06:03
r1chardj0n3sshouldn't you be drinking beer and watching TV or something? :-)06:03
r1chardj0n3sor possibly sleeping06:03
ediardoActually I was reading about ui-router06:03
r1chardj0n3sha!06:04
r1chardj0n3sI just had to do this thing https://github.com/angular-ui/ui-router/wiki/Multiple-Named-views06:04
r1chardj0n3sin that patch06:04
* ediardo opening link06:06
*** zackf has joined #openstack-horizon06:07
* ediardo <3 JS06:09
*** zackf has quit IRC06:12
*** wolverineav has joined #openstack-horizon06:15
*** gatuus has quit IRC06:18
*** wolverineav has quit IRC06:21
*** spug has joined #openstack-horizon06:22
r1chardj0n3srobcresswell / ianychoi : it's getting late here, so I intend to tag Ocata RC2 tomorrow06:28
*** spug has quit IRC06:28
ianychoir1chardj0n3s, agreed tagging Ocata RC2 for Horizon tomorrow is quite fine with I18n team06:31
r1chardj0n3sthanks ianychoi!06:31
ianychoiI18n team sufficiently emphasized the current status :) Thanks a lot also robcresswell !06:32
*** wolverineav has joined #openstack-horizon06:33
*** wolverineav has quit IRC06:42
*** udesale has joined #openstack-horizon06:43
*** tnovacik has quit IRC06:47
*** tnovacik has joined #openstack-horizon06:50
*** wolverineav has joined #openstack-horizon06:52
*** spug has joined #openstack-horizon06:57
*** spug has quit IRC07:02
*** wolverineav has quit IRC07:02
*** rcernin has joined #openstack-horizon07:03
openstackgerritShu Muto proposed openstack/horizon master: In drawer, handle 'priority' attribute conversely against row  https://review.openstack.org/41346207:07
*** weezS has quit IRC07:08
*** zackf has joined #openstack-horizon07:08
*** jtriley has quit IRC07:10
*** jtomasek has joined #openstack-horizon07:12
*** tesseract has joined #openstack-horizon07:13
*** zackf has quit IRC07:13
*** itxaka has joined #openstack-horizon07:16
*** wolverineav has joined #openstack-horizon07:26
*** yamamoto has quit IRC07:27
*** amotoki_ has joined #openstack-horizon07:29
*** wolverineav has quit IRC07:32
*** amotoki has quit IRC07:32
*** tnovacik has quit IRC07:43
*** spug has joined #openstack-horizon07:47
*** spug has quit IRC07:48
*** spug has joined #openstack-horizon07:48
*** amoralej|off is now known as amoralej07:50
*** jtriley has joined #openstack-horizon07:52
*** spug has quit IRC07:53
*** tqtran has joined #openstack-horizon07:59
*** jtriley has quit IRC08:00
*** yamamoto has joined #openstack-horizon08:03
*** tnovacik has joined #openstack-horizon08:03
*** tqtran has quit IRC08:03
*** tnovacik has quit IRC08:08
*** pcaruana has joined #openstack-horizon08:14
*** gatuus_ has joined #openstack-horizon08:19
*** gatuus has joined #openstack-horizon08:19
*** pcaruana has quit IRC08:20
*** pcaruana has joined #openstack-horizon08:22
*** spug has joined #openstack-horizon08:22
*** spug has quit IRC08:28
*** yamamoto has quit IRC08:32
*** yamamoto has joined #openstack-horizon08:33
*** yamamoto has quit IRC08:37
*** jtriley has joined #openstack-horizon08:50
*** jpich has joined #openstack-horizon08:51
*** jtriley has quit IRC09:01
*** yamamoto has joined #openstack-horizon09:17
*** yamamoto has quit IRC09:19
*** yamamoto has joined #openstack-horizon09:20
*** yamamoto has quit IRC09:25
*** spug has joined #openstack-horizon09:27
*** ygbo has joined #openstack-horizon09:31
*** openstackgerrit has quit IRC09:32
*** spug has quit IRC09:35
*** jtriley has joined #openstack-horizon09:50
*** jtriley has quit IRC09:55
*** jtriley has joined #openstack-horizon09:55
*** tsufiev_ has joined #openstack-horizon09:59
*** jtriley has quit IRC10:00
*** tsufiev__ has joined #openstack-horizon10:00
*** tqtran has joined #openstack-horizon10:01
*** amotoki_ has quit IRC10:01
*** udesale has quit IRC10:03
*** tsufiev_ has quit IRC10:04
*** tqtran has quit IRC10:05
*** amotoki has joined #openstack-horizon10:13
*** akulshin has joined #openstack-horizon10:13
*** mvk has quit IRC10:17
*** spug has joined #openstack-horizon10:17
*** erlon has joined #openstack-horizon10:18
*** amotoki has quit IRC10:20
*** yamamoto has joined #openstack-horizon10:22
*** kzaitsev_mb has joined #openstack-horizon10:23
*** udesale has joined #openstack-horizon10:26
*** spug has quit IRC10:26
*** tosky has joined #openstack-horizon10:33
*** amotoki has joined #openstack-horizon10:35
*** yamamoto has quit IRC10:40
*** amotoki has quit IRC10:42
*** gatuus_ has quit IRC10:47
*** gatuus has quit IRC10:47
*** jtriley has joined #openstack-horizon10:49
*** mvk has joined #openstack-horizon10:52
*** akulshin has quit IRC10:58
*** jtriley has quit IRC11:00
*** udesale has quit IRC11:03
*** wolverineav has joined #openstack-horizon11:23
*** lseki has joined #openstack-horizon11:23
*** wolverineav has quit IRC11:27
*** yamamoto has joined #openstack-horizon11:38
*** yamamoto has quit IRC11:47
*** jtriley has joined #openstack-horizon11:49
*** Mr_Smurf has joined #openstack-horizon11:51
Mr_SmurfHi, I'm using horizon in newton and I am trying to figure out if there is a way to hide the admin panel from non admin users11:52
robcresswellMr_Smurf: What version of Newton? 10.0.0?11:53
*** jtriley has quit IRC11:53
robcresswellIt should just need appropriate policy updates, but Newton might have bugs11:54
*** jtriley has joined #openstack-horizon11:54
*** jtriley has quit IRC11:59
Mr_Smurfrobcresswell: I'm using stable/newton of openstack-ansible.. so horizon seems to be 14.0.712:00
Mr_Smurfrobcresswell: not sure what the newton version is12:00
Mr_Smurfrobcresswell: which files should i look at?12:01
Mr_Smurfrobcresswell: which files to try to figure out the policy updates I need12:01
*** tqtran has joined #openstack-horizon12:03
*** dave-mccowan has joined #openstack-horizon12:05
*** aortega has joined #openstack-horizon12:07
*** tqtran has quit IRC12:07
*** Anticime1 is now known as Anticimex12:07
*** ratailor has quit IRC12:10
*** catintheroof has joined #openstack-horizon12:14
robcresswellMr_Smurf: openstack_dashboard/conf contains the policy files12:15
robcresswellMr_Smurf: They should just be copies of your service policy files12:15
robcresswellMr_Smurf: There is no Horizon 14.0.7, so I'm not sure what to make of that.12:16
Mr_Smurfok12:16
*** Pavo has joined #openstack-horizon12:17
Mr_Smurfrobcresswell: should the admin panel be hidden for non admin users by default in newton?12:17
Mr_Smurfrobcresswell: If stuff is configured correctly12:17
robcresswellMr_Smurf: Should be12:18
robcresswellBut again, there were policy bugs in Newton, so I need a version really...12:18
Mr_Smurfrobcresswell: Is there an easy way to check version?12:19
robcresswellMr_Smurf: I don't know, if its installed via OSA. Usually you would just list the packages...12:20
*** spug has joined #openstack-horizon12:24
*** yamamoto has joined #openstack-horizon12:25
*** tsufiev__ has quit IRC12:27
*** spug has quit IRC12:29
*** jtriley has joined #openstack-horizon12:37
Mr_Smurfrobcresswell: horizon-10.0.2.dev6912:39
robcresswellah nice12:39
robcresswellThere might be bugs that need backporting then12:39
robcresswellpatches*12:39
*** wolverineav has joined #openstack-horizon12:41
robcresswellHmm, no I think everything required is in Newton. It should work if Policy is configured correctly.12:41
*** jtriley has quit IRC12:41
Mr_Smurfrobcresswell: Ok, I will copy all the policy files from the services and see if it helps12:42
*** jerrygb has joined #openstack-horizon12:42
*** jerrygb has quit IRC12:42
*** jerrygb has joined #openstack-horizon12:43
Mr_Smurfrobcresswell: I still have the admin panel in the nav-bar after updating the policy files..12:46
robcresswellMr_Smurf: Which panels are in it?12:46
Mr_SmurfAll i guess... hypervisors, host aggregates, resource usage, flavors, networks, routers, floating ips, defauls and system information12:47
Mr_Smurfif I click on them I'm redirected to login12:47
robcresswell:/12:47
Mr_Smurfwell I can click on some of them and get some information.. like defaults and system information.. but most of them tell me Error or redirect me to login12:49
Mr_SmurfFlavors shows the list of flavors.. But I previously had pike installed and then the admin page did nog show at all for non admin users in horizon12:50
robcresswellMr_Smurf: By Pike, you mean master branch?12:51
Mr_Smurfyes12:51
Mr_Smurfat least i don't remember seeing it.. now I'm unsure...12:54
*** chlong has joined #openstack-horizon12:56
robcresswellMr_Smurf: Can you try updating django_openstack_auth?12:57
Mr_Smurfrobcresswell: I'm using django_openstack_auth-2.4.213:00
*** kzaitsev_mb has quit IRC13:00
Mr_Smurfrobcresswell: should I take the latest in stable/newton?13:01
robcresswellMr_Smurf: Try just using the latest available lib13:02
robcresswellShould be something like 3.1.113:02
robcresswelliirc13:02
*** kzaitsev_mb has joined #openstack-horizon13:02
Mr_Smurfrobcresswell: well, I still have the admin menu in the sidebar13:11
robcresswellSo much for that theory.13:12
Mr_SmurfIt was worth a try :)13:12
*** mtanino has joined #openstack-horizon13:14
*** dave-mccowan has quit IRC13:19
*** catintheroof has quit IRC13:20
*** vi01et03 has joined #openstack-horizon13:30
*** Jeffrey4l has quit IRC13:30
*** wolverineav has quit IRC13:30
*** Pavo has quit IRC13:31
*** Jeffrey4l has joined #openstack-horizon13:31
*** wolverineav has joined #openstack-horizon13:31
*** Pavo has joined #openstack-horizon13:31
*** wolverineav has quit IRC13:35
*** wolverineav has joined #openstack-horizon13:35
*** yamamoto has quit IRC13:43
*** kenji-i has quit IRC13:44
*** belmoreira has joined #openstack-horizon13:46
*** yamamoto has joined #openstack-horizon13:49
*** mtanino has quit IRC13:51
*** tosky has quit IRC13:52
Mr_Smurfrobcresswell: any other theory?13:52
*** yamamoto has quit IRC13:53
*** vi01et03_ has joined #openstack-horizon13:56
*** vi01et03 has quit IRC13:59
*** gatuus has joined #openstack-horizon14:02
*** gatuus_ has joined #openstack-horizon14:02
*** ygbo has quit IRC14:07
*** lblanchard has joined #openstack-horizon14:10
*** wolverineav has quit IRC14:11
*** wolverineav has joined #openstack-horizon14:12
*** gatuus_ has quit IRC14:15
*** gatuus has quit IRC14:15
*** jperry has joined #openstack-horizon14:15
*** wolverin_ has joined #openstack-horizon14:16
*** wolverin_ has quit IRC14:16
*** wolverineav has quit IRC14:17
*** ppiela has joined #openstack-horizon14:18
*** lblanchard has quit IRC14:20
*** lblanchard has joined #openstack-horizon14:21
*** matt-borland has joined #openstack-horizon14:21
ducttape_so did Richard update his swift patch.  trying to catch up on scroll back14:22
*** wolverineav has joined #openstack-horizon14:26
*** spug has joined #openstack-horizon14:28
*** jprovazn has joined #openstack-horizon14:29
*** jtriley has joined #openstack-horizon14:30
*** spug has quit IRC14:31
*** wolverineav has quit IRC14:34
*** ccesario has joined #openstack-horizon14:44
*** wolverineav has joined #openstack-horizon14:45
*** tosky has joined #openstack-horizon14:47
*** wolverineav has quit IRC14:49
*** wolverineav has joined #openstack-horizon14:50
*** yamamoto has joined #openstack-horizon14:50
*** dave-mccowan has joined #openstack-horizon14:54
*** wolverineav has quit IRC14:54
*** yamamoto has quit IRC14:57
*** jose-phillips has joined #openstack-horizon15:00
*** jose-phillips has quit IRC15:01
*** wolverineav has joined #openstack-horizon15:04
*** tqtran has joined #openstack-horizon15:04
*** chlong has quit IRC15:05
*** TravT has joined #openstack-horizon15:06
*** ChanServ sets mode: +v TravT15:06
*** mtanino has joined #openstack-horizon15:07
*** wolverineav has quit IRC15:08
*** tqtran has quit IRC15:09
*** vi01et03_ has quit IRC15:12
*** lucasxu has joined #openstack-horizon15:15
*** lucasxu has quit IRC15:18
*** weezS has joined #openstack-horizon15:20
*** kzaitsev_mb has quit IRC15:22
*** edtubill has joined #openstack-horizon15:28
*** jtriley has quit IRC15:30
*** kzaitsev_mb has joined #openstack-horizon15:32
*** zackf has joined #openstack-horizon15:32
*** lucasxu has joined #openstack-horizon15:35
*** kzaitsev_mb has quit IRC15:43
*** faizy has joined #openstack-horizon15:45
*** jmoffitt has quit IRC15:49
*** jtriley has joined #openstack-horizon15:53
*** pas has joined #openstack-horizon16:02
*** mvk has quit IRC16:03
*** rcernin has quit IRC16:03
*** tqtran has joined #openstack-horizon16:06
*** jprovazn is now known as jprovazn_bbl16:06
*** kzaitsev_mb has joined #openstack-horizon16:09
*** weezS has quit IRC16:09
*** tqtran has quit IRC16:10
*** pcaruana has quit IRC16:11
pashello!  I'm currently trying to use/test/deploy the current horizon master branch with an Identity v3 keystone, and simple admins in domains don't have the add/create user button.  Is there an easy workaround for this or do I have to apply this  https://review.openstack.org/#/c/339487/ ?16:12
*** tesseract has quit IRC16:14
*** faizy has quit IRC16:15
*** zackf has quit IRC16:20
*** zackf has joined #openstack-horizon16:20
*** jtriley has quit IRC16:21
*** gatuus has joined #openstack-horizon16:27
*** gatuus_ has joined #openstack-horizon16:27
*** zackf has quit IRC16:28
*** jtriley has joined #openstack-horizon16:29
*** spug has joined #openstack-horizon16:30
*** spug has quit IRC16:31
*** jtriley has quit IRC16:43
*** revon has joined #openstack-horizon16:44
*** weezS has joined #openstack-horizon16:44
*** belmoreira has quit IRC16:46
*** jtriley has joined #openstack-horizon16:50
*** wolverineav has joined #openstack-horizon16:52
*** wolverin_ has joined #openstack-horizon16:54
*** wolverineav has quit IRC16:57
*** kzaitsev_mb has quit IRC16:57
*** chlong has joined #openstack-horizon16:59
*** pbandark has joined #openstack-horizon17:01
*** jmoffitt has joined #openstack-horizon17:04
*** tqtran has joined #openstack-horizon17:06
*** esp has joined #openstack-horizon17:11
*** jpich has quit IRC17:20
*** kzaitsev_mb has joined #openstack-horizon17:24
*** zackf has joined #openstack-horizon17:26
*** openstackgerrit has joined #openstack-horizon17:28
openstackgerritYing Zuo proposed openstack/horizon master: Allow subnet creation from admin networks panel  https://review.openstack.org/38981717:28
*** kzaitsev_mb has quit IRC17:28
openstackgerritYing Zuo proposed openstack/horizon master: Pre-populate image size on create volume from image modal  https://review.openstack.org/40051517:28
*** kzaitsev_mb has joined #openstack-horizon17:29
ediardoo/17:34
*** itxaka has quit IRC17:35
*** kzaitsev_mb has quit IRC17:42
*** jtriley has quit IRC17:44
*** jtriley has joined #openstack-horizon17:51
*** lucasxu has quit IRC17:53
*** lucasxu has joined #openstack-horizon17:55
*** spug has joined #openstack-horizon17:57
*** jtriley has quit IRC17:57
*** spug has quit IRC17:59
*** mvk has joined #openstack-horizon18:02
*** jprovazn_bbl is now known as jprovazn18:03
*** spug has joined #openstack-horizon18:06
*** jtriley has joined #openstack-horizon18:07
*** spug has quit IRC18:09
*** jtriley has quit IRC18:12
*** jtriley has joined #openstack-horizon18:23
*** spug has joined #openstack-horizon18:33
*** pas has quit IRC18:34
*** spug has quit IRC18:35
*** kzaitsev_mb has joined #openstack-horizon18:44
*** tosky has quit IRC18:46
*** pbandark has quit IRC18:52
*** gugl has joined #openstack-horizon18:57
*** jidar has quit IRC19:01
*** jtriley has quit IRC19:03
*** gugl has quit IRC19:03
*** gugl has joined #openstack-horizon19:04
*** jtriley has joined #openstack-horizon19:04
*** ZZelle_ has joined #openstack-horizon19:10
*** tnovacik has joined #openstack-horizon19:16
*** gugl has quit IRC19:17
*** jidar has joined #openstack-horizon19:28
*** edtubill has quit IRC19:30
*** spug has joined #openstack-horizon19:33
*** spug has quit IRC19:36
*** Pavo has quit IRC19:53
*** chlong has quit IRC19:56
r1chardj0n3smorning19:57
r1chardj0n3so/ ducttape_ (there's bugs in it but the basic idea's there)20:00
ducttape_morning r1chardj0n3s.  it's better than it was, nice work20:09
*** kzaitsev_mb has quit IRC20:09
r1chardj0n3sducttape_: thanks, I guess the big question is whether it's better than the current sidebar approach20:09
*** amoralej is now known as amoralej|off20:16
*** lucasxu has quit IRC20:19
*** lucasxu has joined #openstack-horizon20:19
*** kzaitsev_mb has joined #openstack-horizon20:20
*** jprovazn has quit IRC20:24
*** lucasxu has quit IRC20:26
*** lucasxu has joined #openstack-horizon20:26
*** kzaitsev_mb has quit IRC20:28
*** tnovacik has quit IRC20:30
* ediardo would like to know what are ducttape_ and r1chardj0n3s talking about... :)20:32
ducttape_ediardo: - swift patch.   want to take a look at it ?20:32
ediardoyes20:33
ducttape_https://review.openstack.org/#/c/350523/20:33
ediardothanks :)20:33
*** kzaitsev_mb has joined #openstack-horizon20:34
*** gatuus has quit IRC20:45
*** gatuus_ has quit IRC20:45
*** ducttape_ has quit IRC20:51
*** ducttape_ has joined #openstack-horizon20:51
*** lblanchard has quit IRC20:58
*** spug has joined #openstack-horizon21:05
*** lucasxu has quit IRC21:14
*** lucasxu has joined #openstack-horizon21:14
*** yamamoto has joined #openstack-horizon21:17
*** yamamoto has quit IRC21:19
*** dave-mccowan has quit IRC21:21
*** flwang1 has joined #openstack-horizon21:28
*** lucasxu has quit IRC21:33
*** MasterOfBugs has joined #openstack-horizon21:33
*** lucasxu has joined #openstack-horizon21:33
*** Jeffrey4l has quit IRC21:35
*** Jeffrey4l has joined #openstack-horizon21:36
*** wolverin_ has quit IRC21:40
*** wolverineav has joined #openstack-horizon21:40
*** jerrygb has quit IRC21:41
*** ducttape_ has quit IRC21:42
*** wolverineav has quit IRC21:49
*** ducttape_ has joined #openstack-horizon21:50
*** lseki has quit IRC22:00
*** ducttape_ has quit IRC22:03
*** jtriley has quit IRC22:04
*** chlong has joined #openstack-horizon22:05
*** ducttape_ has joined #openstack-horizon22:10
*** chlong has quit IRC22:11
*** wolverineav has joined #openstack-horizon22:13
*** wolverineav has quit IRC22:14
*** wolverin_ has joined #openstack-horizon22:14
*** dave-mccowan has joined #openstack-horizon22:14
*** aortega has quit IRC22:18
*** adriant has joined #openstack-horizon22:34
*** gatuus has joined #openstack-horizon22:35
*** yamamoto has joined #openstack-horizon22:35
*** gatuus_ has joined #openstack-horizon22:38
*** matt-borland has quit IRC22:42
adriantr1chardj0n3s, a very silly question: can I hide a panel if the user is currently scoped to a project that has a non-domain parent?22:50
r1chardj0n3sadriant: I'm not sure I even understand your question :-)22:55
adriantr1chardj0n3s: Can I make a panel visible only if the scoped project is a root node?22:56
adriantdomain > root > sub-project > sub-project22:56
openstackgerritYing Zuo proposed openstack/horizon master: Add charts to show volume quotas on Python launch instance modal  https://review.openstack.org/39040922:56
adriantI assume the answer is probably no, but I thought I'd ask :P22:56
r1chardj0n3syeah, probably no :-)22:56
adriantNp, I was hoping to do this feature a little differently, but I can just have a panel that is always visible, but changes it's contents/option based on root or not.22:57
r1chardj0n3show can you tell if a project has a non-domain parent?22:58
r1chardj0n3sor, rather, how can you tell if a project is a root node?22:58
adriantwell... I can ask keystone.22:59
adriantIn this case, I have an API that has a GET that will probably tell the panel the options, and the API can talk to keystone and ask if the token it got was scoped to a root or not.23:00
adriantSo the panel will change itself based on the GET data and present different options.23:00
*** jamielennox is now known as jamielennox|away23:02
*** catintheroof has joined #openstack-horizon23:02
*** dave-mccowan has quit IRC23:06
*** jamielennox|away is now known as jamielennox23:14
*** lucasxu has quit IRC23:15
*** kzaitsev_mb has quit IRC23:16
*** jperry has quit IRC23:28
*** lblanchard has joined #openstack-horizon23:31
*** wolverin_ has quit IRC23:45
*** ppiela has quit IRC23:53

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