Friday, 2015-03-06

*** ybathia has joined #openstack-horizon00:01
*** iamjarvo has quit IRC00:02
*** ZZelle has quit IRC00:10
*** ZZelle has joined #openstack-horizon00:11
*** SimonChung has joined #openstack-horizon00:12
*** Sukhdev has quit IRC00:13
openstackgerritYanping Qu proposed openstack/horizon: Enhance Dashboard for Cisco FWaaS  https://review.openstack.org/16104900:18
*** dboik_ has quit IRC00:21
*** mwhagedorn has quit IRC00:21
*** dboik has joined #openstack-horizon00:22
*** stevemar has quit IRC00:27
*** ZZelle_ has quit IRC00:28
*** absubram has quit IRC00:32
*** shivrao_ has quit IRC00:33
*** sqchen has quit IRC00:36
openstackgerritDoug Fish proposed openstack/django_openstack_auth: WIP: K2K federation  https://review.openstack.org/15991000:39
*** smc7 has joined #openstack-horizon00:41
*** smc7 has quit IRC00:47
*** mwhagedorn has joined #openstack-horizon00:54
*** sqchen has joined #openstack-horizon00:55
*** mikedillion has joined #openstack-horizon01:03
*** mikedillion has quit IRC01:05
*** mikedillion has joined #openstack-horizon01:06
*** SimonChung has quit IRC01:10
*** tqtran has quit IRC01:10
openstackgerritMerged openstack/horizon: Rest API for Users list filter  https://review.openstack.org/15681001:15
*** aix has joined #openstack-horizon01:16
*** rwsu is now known as rwsu-afk01:17
r1chardj0n3s\o/ another one merged01:19
*** alexvictorchan has quit IRC01:23
*** sqchen has quit IRC01:33
*** fischerw has quit IRC01:38
*** vishwanathj has quit IRC01:40
*** vishwanathj has joined #openstack-horizon01:41
openstackgerritBrad Pokorny proposed openstack/horizon: Retrieve domain scoped token  https://review.openstack.org/14808201:44
openstackgerritBrad Pokorny proposed openstack/horizon: Allow Domain Admin to list roles on project  https://review.openstack.org/16198501:44
*** vishwanathj has quit IRC01:45
*** clu_ has quit IRC01:46
*** sqchen has joined #openstack-horizon01:52
*** neillc is now known as neillc_coast01:53
*** mikedillion has quit IRC02:02
*** r1chardj0n3s is now known as r1chardj0n3s_afk02:03
openstackgerritBrian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893402:03
*** bpokorny_ has quit IRC02:04
*** stevemar has joined #openstack-horizon02:08
*** neelashah has joined #openstack-horizon02:13
*** clu_ has joined #openstack-horizon02:17
*** clu_ has quit IRC02:23
openstackgerritTravis Tripp proposed openstack/horizon: WIP - Launch Instance Model  https://review.openstack.org/15892902:28
TravTbtully: r1chardj0n3s: ^^  boot from image, boot from image (create new volume), boot from volume, boot from volume snapshot are working with default data02:29
TravTboot from volume still has an issue.02:29
TravTstill needs to be refactored to be pretty.02:30
*** nlahouti has quit IRC02:30
*** mwhagedorn has quit IRC02:35
openstackgerritMerged openstack/horizon: REST Angular for Cinder Fix  https://review.openstack.org/16009302:42
*** ericpeterson has joined #openstack-horizon02:42
*** ericpeterson has quit IRC02:48
*** dak419 has joined #openstack-horizon02:49
*** ybathia has quit IRC02:51
*** r1chardj0n3s_afk is now known as r1chardj0n3s02:54
r1chardj0n3sTravT: cool02:55
*** jtriley has joined #openstack-horizon02:58
*** mwhagedorn has joined #openstack-horizon03:01
*** radez is now known as radez_g0n303:05
*** dkorn has quit IRC03:10
openstackgerritRichard Jones proposed openstack/horizon: WIP - Launch Instance Step - Access and Security  https://review.openstack.org/15894903:16
r1chardj0n3sanyone around? sqchen, TravT?03:27
r1chardj0n3sor even ongk?03:28
r1chardj0n3shm03:28
sqchenr1chardj0n3s::03:28
r1chardj0n3shey sqchen03:28
sqchenHi03:28
*** dkorn has joined #openstack-horizon03:28
r1chardj0n3sso I've just hit a bit of an implementation wall03:28
*** sayan has joined #openstack-horizon03:29
r1chardj0n3sso, I have this transfer table malarky all set up, the user can select a Security Group03:29
r1chardj0n3sand that's added to the transfer table's allocated array03:29
r1chardj0n3sI cannot see how to set that on the launch instance model without setting up a $watch on the transfer table's attribute03:30
sqchenok03:30
r1chardj0n3sany thoughts?03:30
r1chardj0n3sI think the transfer table should generate a signal which I can listen to03:30
sqchenFirst, there are two methods defined on model adding/removing security group, that you can use, and second …03:31
r1chardj0n3ssqchen: ok, I have a separate issue about those03:32
r1chardj0n3s(there's only ever one security group, so it should be set/unset not add/remove03:32
r1chardj0n3sactually, I think the mockup might be incorrect there, I think there can be multiple groups03:33
sqchensecondly, whenever the transfer table changed, call the method accordingly.03:33
r1chardj0n3sok, so the key is "whenever the transfer table changed"03:33
r1chardj0n3sI won't *know* when that happens without setting up a manual $watch03:33
r1chardj0n3sand I'd really prefer not to03:33
sqchenyou mright right, I added those two methods blindly :(03:33
r1chardj0n3sI'm gonna double-check that, no stress03:33
r1chardj0n3sbut the transfer table should be generating a signal, not asking for me to $watch its internals03:34
r1chardj0n3sIMO03:34
*** jtriley has quit IRC03:35
sqchenno idea how to hook a lister directly to the transfer table, I am using watch to hook the chart with model myself.03:35
*** alanf-mc has quit IRC03:36
sqchenlistener03:36
r1chardj0n3swish ongk was on, could ask her thoughts :/03:36
sqchenright :)03:36
sqchensorry couldn’t help much.03:38
r1chardj0n3snp03:38
r1chardj0n3sI'm gonna look at throwing a patch up that bases off ongk's latest patch to add a signal03:38
r1chardj0n3ssqchen: we really need her latest transfer table patch in the launch instance code03:39
r1chardj0n3ssqchen: keep running into bugs, and I'm pretty sure she's fixed most of them :/03:40
r1chardj0n3sI noticed you rebased onto the help widget change tho...03:40
r1chardj0n3ss/widget/panel03:40
sqchennot me. some one made it by mistake. you kow git review is hard.03:41
r1chardj0n3sdurn03:41
r1chardj0n3sok03:41
openstackgerritRichard Jones proposed openstack/horizon: WIP - Launch Instance Step - Access and Security  https://review.openstack.org/15894903:42
r1chardj0n3sI wonder how grumpy that person would be if I moved us back onto ongk's code :/03:42
openstackgerritRichard Jones proposed openstack/horizon: Updated transfer tables with table directives  https://review.openstack.org/15954103:42
sqchenIf you can make the common-style depending on transfer table, it will be great, can you?03:43
r1chardj0n3syeah, but I'd have to move us off the help panel patch tho03:43
sqchenthat is the hard part. I know03:44
*** david-lyle is now known as david-lyle_afk03:44
david-lyle_afkr1chardj0n3s: just reading back, but multiple security groups are supported03:46
r1chardj0n3sdavid-lyle_afk: yup, thanks03:46
david-lyle_afkok, making sure03:46
david-lyle_afkgoing away again. kids bedtime03:46
r1chardj0n3scya david-lyle_afk :)03:46
*** harlowja is now known as harlowja_away03:57
*** julim has quit IRC03:57
*** dkorn has quit IRC03:59
*** mwhagedorn has quit IRC04:01
r1chardj0n3ssqchen: oh, crap, the wizard panel controllers aren't created/destroyed as they're transitioned to/from04:02
r1chardj0n3ssqchen: that makes event listening much harder :/04:02
r1chardj0n3ssqchen: in fact, I can't see any way for a panel to know when it's been entered / left04:03
sqchenlet me check04:04
r1chardj0n3sthis seems like a broader issue of panel lifecycle management and data handling that hasn't been addressed, unless I'm missing something...04:04
sqchenI don’t think each panel should be recreated/destroyed when switch betweem them.04:06
sqchenwhy you need to know when the panel get entered?04:07
r1chardj0n3shm, but there's no way (I know of) to *stop* listening to an event, once you start, so every panel is going to be listening to the allocated-changed event from the transfer table, and they all get the event from each table :/04:07
r1chardj0n3sdestroying the controller stops it listening to the event, so that would solve that problem04:07
*** Longgeek has joined #openstack-horizon04:08
r1chardj0n3sproblem is we've got a bunch of controllers alive that aren't actually controlling anything04:08
r1chardj0n3s*shouldn't* be alive, imo ;)04:08
r1chardj0n3sso I guess I could add something to the tableData like a "callback" for when allocated changes. hm04:08
r1chardj0n3sI'll do that, to work around this issue04:09
sqchenNot entirely sure I agree with you on that this is a wizard’d issue.04:09
r1chardj0n3sso far the wizard has been created in the absence of having to deal with actual data. we're now running into issues because we're trying to manage data04:10
r1chardj0n3sso these questions will come up :)04:10
*** tzumainn has quit IRC04:12
sqchenbut if you need, we can certainly broadcase an event from the wizard to each controllers inside of it when switching from step to step, and lem them know if they are entered/left.04:13
r1chardj0n3sthaty wouldn't help in the signal case I was talking about because there's no opposite of $scope.$on to *un*-listen for an event; angularjs event design assumes that while a controller exists, it wants events, which is no good if you have (like we do) multiple controllers all with sub-components potentially generating the same event name when only *one* of those controllers wants to be listening for the event at a time04:16
r1chardj0n3sI'm working around this by adding a callback to the transfer table config04:16
*** amotoki has joined #openstack-horizon04:16
*** smc7 has joined #openstack-horizon04:19
*** dkorn has joined #openstack-horizon04:19
*** sayan has quit IRC04:21
*** alexpilotti has quit IRC04:22
*** gyee has quit IRC04:23
*** smc7 has quit IRC04:24
*** dkorn has quit IRC04:28
TravTr1chardj0n3s: just read back.04:28
TravTI think added a callback for change makes sense04:28
r1chardj0n3sTravT: patch incoming ;)04:28
openstackgerritRichard Jones proposed openstack/horizon: Add callback to allow controller notification of allocation change  https://review.openstack.org/16200904:28
TravTlol04:29
r1chardj0n3sI'm also going to push up a modified version of ongk's demo that uses the callback04:29
TravTSo you might as well then set the style patch to depend on this...04:29
r1chardj0n3sTravT: can't - someone else rebased the style patch onto the bloody help panel change04:30
TravTbut there's no real dependency there right?04:31
* TravT looking at your patch.04:32
*** sqchen has left #openstack-horizon04:32
*** mwhagedorn has joined #openstack-horizon04:32
*** masco has joined #openstack-horizon04:32
TravTi think it'd been fine to just put your stuff onto Kelly's...04:33
TravTbut i guess she isn't around to ask04:33
r1chardj0n3sI didn't want to hold that patch up04:33
ongkI hear my name04:34
TravTongk!04:34
TravThttps://review.openstack.org/#/c/162009/04:34
r1chardj0n3songk! :)04:34
r1chardj0n3shi :)04:34
r1chardj0n3sI've been a-stomping over your code! :)04:34
r1chardj0n3s[not really]04:34
r1chardj0n3sabout to push up a revised demo patch04:35
r1chardj0n3souch, I didn't account for re-ordering :/04:35
r1chardj0n3sI'll fix that in a bit04:35
ongkheh, no worries. Need anything from me?04:36
r1chardj0n3snup, except for you to not yell at me when you see what I've done ;)04:37
openstackgerritRichard Jones proposed openstack/horizon: Demo for transfer tables and basic table  https://review.openstack.org/15542004:37
r1chardj0n3sok, that's the demo with my callback patch inserted between ongk's patch and the demo patch04:37
r1chardj0n3sI shal now look at fixing the reordering issue04:37
r1chardj0n3s... and TravT's nit04:38
r1chardj0n3scan I get pycharm to highlight dangling whitespace?04:38
TravTyou can make it autoremove it04:38
r1chardj0n3stook me long enough to convince the damn thing to use the correct indentation :/04:38
TravTyeah, i do my dev in a vm... I rebuilt the vm this morning from nearly scratch and lost half my settings.04:39
r1chardj0n3songk: hm, it looks as though there's nothing in the transfer table controller to look for reodering04:39
r1chardj0n3songk: I *think* I'm just gonna have to $watch the allocated array...04:39
ongkyeah, the reordering is in table.js04:41
ongkor rather basic-table.js04:42
r1chardj0n3sI'll go with the $watch ;)04:43
ongkcould just chain callbacks. ok04:43
r1chardj0n3sthe precise implementation can change down the track if we like; for now we just need the data back in the wizard04:44
*** dkorn has joined #openstack-horizon04:46
openstackgerritRichard Jones proposed openstack/horizon: Add callback to allow controller notification of allocation change  https://review.openstack.org/16200904:46
r1chardj0n3sok, that's reordering fixed04:46
openstackgerritRichard Jones proposed openstack/horizon: Demo for transfer tables and basic table  https://review.openstack.org/15542004:49
r1chardj0n3sright, so that's as far as I can go, unless I rebase the help panel onto the transfer tables :/04:49
ongkOk cool. I’m off then :)04:50
r1chardj0n3scya :)04:50
*** dkorn has quit IRC04:53
*** DCWilliams_VA has joined #openstack-horizon05:09
*** dkorn has joined #openstack-horizon05:12
*** DCWilliams_VA has quit IRC05:13
*** sayan has joined #openstack-horizon05:14
*** sayan has quit IRC05:20
*** r1chardj0n3s is now known as r1chardj0n3s_afk05:27
TravTr1chardj0n3s_afk: sqchen: btully: ongk: what's the problem with removing the dependency on help panel05:30
TravTi've got that done locally and could push.05:30
btullyno problem, feel free to push05:31
TravTcould update all of them to be on richard's new patch05:31
btullysounds good05:31
*** mwhagedorn has quit IRC05:33
*** sayan has joined #openstack-horizon05:33
openstackgerritDan Nguyen proposed openstack/horizon: Retrieve domain scoped token  https://review.openstack.org/14808205:33
r1chardj0n3s_afkTravT: I'm done for the day/week, it's all yours!05:35
TravTr1chardj0n3s_afk: okay, thanks! have a good weekend!05:35
*** lhcheng has quit IRC05:37
*** lhcheng has joined #openstack-horizon05:38
*** absubram has joined #openstack-horizon05:49
openstackgerritTravis Tripp proposed openstack/horizon: WIP - Launch instance - common style  https://review.openstack.org/16022105:50
openstackgerritTravis Tripp proposed openstack/horizon: WIP - Launch Instance Model  https://review.openstack.org/15892905:51
*** neelashah has quit IRC05:51
openstackgerritTravis Tripp proposed openstack/horizon: WIP - Launch Instance Step - Access and Security  https://review.openstack.org/15894905:51
openstackgerritTravis Tripp proposed openstack/horizon: WIP - Launch Instance Step - Post Creation  https://review.openstack.org/15895305:51
*** absubram has quit IRC05:59
*** vishwanathj has joined #openstack-horizon06:07
*** nlahouti has joined #openstack-horizon06:07
*** vishwana_ has joined #openstack-horizon06:08
*** vishwanathj has quit IRC06:11
openstackgerritOpenStack Proposal Bot proposed openstack/horizon: Imported Translations from Transifex  https://review.openstack.org/16202906:13
*** nlahouti has quit IRC06:14
*** nlahouti has joined #openstack-horizon06:14
*** Drago1 has joined #openstack-horizon06:15
*** Drago has quit IRC06:16
*** ishant has joined #openstack-horizon06:24
*** jtriley has joined #openstack-horizon06:31
*** mwhagedorn has joined #openstack-horizon06:33
*** jtriley has quit IRC06:36
*** Longgeek has quit IRC06:39
*** mrunge has joined #openstack-horizon06:47
*** tnovacik has joined #openstack-horizon06:48
mrungexnox, thank you. you're right. *all* xstattic packages are missing valid license files06:48
mrungethis is something we need to fix.06:48
*** romainh has joined #openstack-horizon06:56
openstackgerritKahou Lei proposed openstack/horizon: Floating IP table should support sorting.  https://review.openstack.org/16203807:10
*** oro has joined #openstack-horizon07:13
*** jamielennox is now known as jamielennox|away07:16
*** Longgeek has joined #openstack-horizon07:19
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893407:33
*** mwhagedorn has quit IRC07:33
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch instance - common style  https://review.openstack.org/16022107:36
*** jprovazn has joined #openstack-horizon07:37
*** Longgeek has quit IRC07:43
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch Instance Model  https://review.openstack.org/15892907:44
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893407:44
*** mpavlase has joined #openstack-horizon07:51
openstackgerritSergey Reshetnyak proposed openstack/horizon: Replacing data_processing with data-processing  https://review.openstack.org/16119107:54
*** smc7 has joined #openstack-horizon07:57
*** oro has quit IRC07:59
*** jcoufal has joined #openstack-horizon08:01
*** zul has quit IRC08:01
*** markus_z has joined #openstack-horizon08:01
*** mrunge has quit IRC08:03
*** MaxV has joined #openstack-horizon08:04
*** mwhagedorn has joined #openstack-horizon08:04
*** chlong has quit IRC08:11
*** mrunge has joined #openstack-horizon08:11
*** mrunge_ has joined #openstack-horizon08:11
*** MaxV has quit IRC08:11
*** mrunge_ has quit IRC08:12
*** mrunge has quit IRC08:12
*** nlahouti has quit IRC08:13
*** mrunge has joined #openstack-horizon08:13
*** alanf-mc has joined #openstack-horizon08:14
*** zul has joined #openstack-horizon08:14
*** alanf-mc has quit IRC08:14
*** jtomasek has joined #openstack-horizon08:15
*** MaxV has joined #openstack-horizon08:18
openstackgerritMerged openstack/horizon: Imported Translations from Transifex  https://review.openstack.org/16202908:19
*** MaxV has quit IRC08:28
*** MaxV has joined #openstack-horizon08:28
*** MaxV has quit IRC08:33
*** regebro|afk is now known as regebro08:34
*** zz_ttrifonov is now known as ttrifonov08:37
*** stevemar has quit IRC08:42
*** sayan has quit IRC08:51
*** Ala has joined #openstack-horizon08:53
*** ygbo has joined #openstack-horizon08:55
*** MaxV has joined #openstack-horizon08:59
*** JeanBriceCombebi has joined #openstack-horizon09:01
*** mwhagedorn has quit IRC09:04
*** rdopiera has joined #openstack-horizon09:07
*** sayan has joined #openstack-horizon09:20
*** sayan has quit IRC09:24
*** Longgeek has joined #openstack-horizon09:32
*** JeanBriceCombebi has quit IRC09:38
*** JeanBriceCombebi has joined #openstack-horizon09:40
*** sayan has joined #openstack-horizon09:42
xnoxmrunge: yeah. Do you want me to start sending merge proposals?09:46
*** mwhagedorn has joined #openstack-horizon10:05
*** Longgeek has quit IRC10:06
*** JeanBriceCombebi has quit IRC10:09
*** e0ne has joined #openstack-horizon10:09
*** _gryf has quit IRC10:11
*** Longgeek has joined #openstack-horizon10:14
*** JeanBriceCombebi has joined #openstack-horizon10:18
*** e0ne is now known as e0ne_10:22
*** davelowe has joined #openstack-horizon10:23
*** _gryf has joined #openstack-horizon10:27
*** _gryf has quit IRC10:28
*** _gryf has joined #openstack-horizon10:29
*** TravT has quit IRC10:30
*** _gryf has quit IRC10:30
*** Piet has quit IRC10:31
*** smc7 has quit IRC10:32
*** e0ne_ has quit IRC10:33
openstackgerritRadomir Dopieralski proposed openstack/tuskar-ui: Add IPMI metrics to node overview page  https://review.openstack.org/16101610:35
*** JeanBriceCombebi has quit IRC10:36
*** ZZelle has quit IRC10:37
*** JeanBriceCombebi has joined #openstack-horizon10:37
*** _gryf has joined #openstack-horizon10:38
*** e0ne has joined #openstack-horizon10:39
*** ishant has quit IRC10:41
mrungexnox, I'm not sure, where to do this. maybe rdopiera can suggest.10:50
mrungexnox, rdopiera afaik, xstatic files are mostly generated content. patching generated files won't really help10:51
xnoxmrunge: well at the moment i did the first steps of creating accounts, signing the individual contributors license, and i still need to check if i'm part of the "whitelist" for the corporate arrangement or not.10:51
mrungethere should be a better option10:51
xnoxmrunge: i have automated tools for license discovery which we use to identify licenses =)10:51
xnoxmrunge: so where from are the xstatic-* things generated?10:52
rdopieramrunge: context?10:52
mrungexnox, sure.10:52
mrungerdopiera, ^xnox brought this ip10:52
xnoxrdopiera: XStatic-* have invalid license tags => (same as *), rather than "MIT"10:52
mrungexnox, it's not just MIT, they differ10:52
xnoxmrunge: yeah, i get that. That was a shorthand example for one of them.10:53
mrungehard coding MIT might help in a few cases. As packager, you probably want to double check that10:53
rdopierawell, we can patch the metadata in each xstatic package and release them with incremented build number10:53
mrungejust as a warning. I didn't assume, you wanted to hard code it10:53
rdopieramrunge: hardcoding is no good, you have to check for each package10:53
mrungesure!10:53
rdopieramrunge: it's in the package's metadata10:53
mrungerdopiera, I already got that, when I packaged those files10:54
rdopierawe just copied what was in the xtstaic packaging example10:54
mrungerdopiera, while we're at it10:54
mrungeexactly10:54
mrungecan we change the description and remove the version number?10:55
mrungesince the version is already included in the version field itself10:55
rdopieramrunge: remove version number?10:55
mrungelike here: https://pypi.python.org/pypi/XStatic-Angular-Irdragndrop10:55
mrungedescription says: Angular-Irdragndrop 1.0.2 (XStatic packaging standard)10:56
mrungeand 1.0.2 is the version10:56
mrungeso change to Angular-Irdragndrop (XStatic packaging standard)10:56
rdopieraDESCRIPTION = "%s %s (XStatic packaging standard)" % (DISPLAY_NAME, VERSION)10:57
*** TravT has joined #openstack-horizon10:57
*** lhcheng is now known as lhcheng_afk10:57
rdopierayeah, we can do that10:57
mrungeyep10:57
mrungesounds good, and will reduce the amount of work10:57
rdopieraI was afraid it would be in the guts of xstatic itself10:57
openstackgerritMerged openstack/tuskar-ui: Create form input fields according to service param attributes  https://review.openstack.org/15909410:58
mrungeno, it's just generated metadata10:58
rdopiera"generated" by copy-pasting ;)10:59
mrungemagic ;-)11:00
rdopieramrunge: for maximum efficiency, we need to find one more person who can approve all those patches at once11:00
*** tosky has joined #openstack-horizon11:00
rdopieramrunge: because I don't feel like just letting them sit there for months11:01
openstackgerritMerged openstack/tuskar-ui: Sync common parameters across roles when updating plan  https://review.openstack.org/15945911:01
mrungerdopiera, sure11:01
mrungeafaik, horizon cores can do that, right?11:02
rdopierayes11:02
rdopieraI will make the patches11:02
mrungebut we don't have a talked about requirements of 1 or 2 cores to approve11:02
rdopierayou will +2, we need one more +211:02
rdopieraI always assumed the same rules as for horizon apply11:03
mrungeI would assume, that's something we can defer to david-lyle_afk ?11:03
rdopierasince the code effectively lands in Horizon11:03
mrungesure11:03
*** DaveJ__ has joined #openstack-horizon11:03
mrungemakes sense11:03
rdopieraby the way, this patch only needs one more +2 https://review.openstack.org/#/c/155986/11:05
*** mwhagedorn has quit IRC11:06
mrungeI see. let me have a look right now11:06
mrungethanks!11:06
*** e0ne is now known as e0ne_11:07
rdopieraI wonder if we could make the bot here also tell us about all the xstatic patches11:08
mrungethat'd be great11:08
*** dkorn has quit IRC11:09
*** e0ne_ has quit IRC11:18
*** chlong has joined #openstack-horizon11:22
*** JeanBriceCombebi has quit IRC11:26
*** dkorn has joined #openstack-horizon11:27
*** jcoufal_ has joined #openstack-horizon11:28
*** jcoufal has quit IRC11:31
*** e0ne has joined #openstack-horizon11:47
*** sayan has quit IRC11:50
*** dkorn has quit IRC12:00
*** mwhagedorn has joined #openstack-horizon12:06
openstackgerritCarlos Gonçalves proposed openstack/horizon: Add 'Download Image' option to Images table  https://review.openstack.org/7479912:13
*** alexpilotti has joined #openstack-horizon12:13
openstackgerritMerged openstack/tuskar-ui: Remove kernel/image from flavor and put it on node  https://review.openstack.org/16052812:13
openstackgerritMerged openstack/tuskar-ui: Add IPMI metrics to node overview page  https://review.openstack.org/16101612:13
rdopierarbertram: your xstatic patch is merged, you can make a release :)12:16
*** sambetts has quit IRC12:17
*** sambetts has joined #openstack-horizon12:17
*** smc7 has joined #openstack-horizon12:18
*** mpavlase has quit IRC12:20
*** dkorn has joined #openstack-horizon12:22
*** smc7 has quit IRC12:23
*** ZZelle has joined #openstack-horizon12:25
openstackgerritRavikumar Venkatesan proposed openstack/horizon: Adds router create/delete integration tests  https://review.openstack.org/15117712:27
*** MaxV has quit IRC12:37
*** aix has quit IRC12:38
*** MaxV has joined #openstack-horizon12:46
*** raildo_away is now known as raildo12:48
*** DCWilliams_VA has joined #openstack-horizon13:04
*** mwhagedorn has quit IRC13:07
*** lhcheng_afk has quit IRC13:09
*** tzumainn has joined #openstack-horizon13:10
*** e0ne is now known as e0ne_13:12
*** masco has quit IRC13:20
*** e0ne_ is now known as e0ne13:22
openstackgerritRadomir Dopieralski proposed openstack/tuskar-ui: Use ironic_discoverd.client.get_status instead of Node.extra  https://review.openstack.org/15947113:30
openstackgerritRadomir Dopieralski proposed openstack/tuskar-ui: Use ironic_dicoverd.client  https://review.openstack.org/15942213:30
*** aix has joined #openstack-horizon13:30
openstackgerritRadomir Dopieralski proposed openstack/tuskar-ui: Make the button label match wireframes  https://review.openstack.org/15978213:34
openstackgerritMatt Borland proposed openstack/horizon: WIP - Launch Instance Step - Network  https://review.openstack.org/15895013:36
openstackgerritNikita Konovalov proposed openstack/horizon: [Sahara] Add support for event logs  https://review.openstack.org/15871513:36
*** sunilm has joined #openstack-horizon13:37
*** fthiagogv has joined #openstack-horizon13:37
*** matt-borland has joined #openstack-horizon13:39
*** dboik has quit IRC13:43
*** radez_g0n3 is now known as radez13:46
*** obutenko has quit IRC13:46
openstackgerritRadomir Dopieralski proposed openstack/tuskar-ui: Use ironic_discoverd.client.get_status instead of Node.extra  https://review.openstack.org/15947113:48
*** crobertsrh has joined #openstack-horizon13:49
openstackgerritMerged openstack/tuskar-ui: Use ironic_dicoverd.client  https://review.openstack.org/15942213:50
*** julim has joined #openstack-horizon13:52
openstackgerritMatt Borland proposed openstack/horizon: WIP - Instance Details UX/Angular redesign  https://review.openstack.org/15360213:53
openstackgerritMatt Borland proposed openstack/horizon: Add New UX CSS for Upcoming Detail Screens  https://review.openstack.org/15888113:53
openstackgerritMatt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign  https://review.openstack.org/15840913:54
*** JeanBriceCombebi has joined #openstack-horizon13:56
*** DCWilliams_VA has quit IRC13:57
*** JeanBriceCombebi has quit IRC13:58
*** obutenko has joined #openstack-horizon13:58
*** lblanchard has joined #openstack-horizon13:59
*** mattfarina has joined #openstack-horizon14:00
*** Piet has joined #openstack-horizon14:01
*** JeanBriceCombebi has joined #openstack-horizon14:02
openstackgerritMerged openstack/tuskar-ui: Make the button label match wireframes  https://review.openstack.org/15978214:04
*** Longgeek has quit IRC14:05
*** fifieldt_ has quit IRC14:05
openstackgerritRavikumar Venkatesan proposed openstack/horizon: Adds router create/delete integration tests  https://review.openstack.org/15117714:06
*** dboik has joined #openstack-horizon14:07
*** smc7 has joined #openstack-horizon14:07
*** mwhagedorn has joined #openstack-horizon14:07
*** dboik has quit IRC14:07
*** dboik_ has joined #openstack-horizon14:08
openstackgerritCarlos Gonçalves proposed openstack/horizon: Add 'Download Image' option to Images table  https://review.openstack.org/7479914:08
*** smc7 has quit IRC14:11
*** tnovacik has quit IRC14:13
*** Piet has quit IRC14:13
openstackgerritMerged openstack/tuskar-ui: Use ironic_discoverd.client.get_status instead of Node.extra  https://review.openstack.org/15947114:14
*** markus_z has quit IRC14:17
openstackgerritCarlos Gonçalves proposed openstack/horizon: Add 'Download Image' option to Images table  https://review.openstack.org/7479914:17
*** mwhagedorn has quit IRC14:18
*** obutenko has quit IRC14:18
openstackgerritNikita Konovalov proposed openstack/horizon: [Data_processing] fix job_executions table  https://review.openstack.org/12592714:18
*** Longgeek has joined #openstack-horizon14:20
*** sunilm has quit IRC14:25
*** Piet has joined #openstack-horizon14:29
*** peristeri has joined #openstack-horizon14:29
*** jtriley has joined #openstack-horizon14:29
*** Ala has quit IRC14:29
*** Piet has quit IRC14:29
*** sseago has joined #openstack-horizon14:33
*** victorfeitosa has joined #openstack-horizon14:33
*** obutenko has joined #openstack-horizon14:34
*** neelashah has joined #openstack-horizon14:34
*** sseago has left #openstack-horizon14:34
*** chlong has quit IRC14:34
openstackgerritMatt Borland proposed openstack/horizon: WIP - Launch Instance Step - Network  https://review.openstack.org/15895014:39
david-lyle_afkrdopiera: https://review.openstack.org/162174 let me know if I missed any xstatic packages14:40
david-lyle_afkgerritbot changes14:40
*** mwhagedorn has joined #openstack-horizon14:40
*** Ala has joined #openstack-horizon14:40
*** ZZelle has quit IRC14:43
*** jasongarber has joined #openstack-horizon14:44
rdopieradavid-lyle_afk: all are there, thank you very much!14:46
*** vijendar has quit IRC14:50
*** Drago1 has quit IRC14:52
*** Drago has joined #openstack-horizon14:52
*** e0ne is now known as e0ne_14:55
*** absubram has joined #openstack-horizon14:56
*** amotoki has quit IRC14:57
*** ericpeterson has joined #openstack-horizon14:58
*** absubram has quit IRC14:58
*** absubram has joined #openstack-horizon14:59
*** e0ne_ has quit IRC15:01
openstackgerritMatt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign  https://review.openstack.org/15840915:01
openstackgerritMatt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign  https://review.openstack.org/15840915:02
*** jprovazn has quit IRC15:03
*** Piet has joined #openstack-horizon15:10
*** radez is now known as radez_g0n315:12
*** iamjarvo has joined #openstack-horizon15:13
*** ericpeterson has quit IRC15:15
*** Piet has quit IRC15:16
*** smc7 has joined #openstack-horizon15:17
*** vijendar has joined #openstack-horizon15:24
openstackgerritMerged openstack/tuskar-ui: Change the validation message list into checklist  https://review.openstack.org/15909615:24
openstackgerritMerged openstack/tuskar-ui: Required parameters check as part of deployment validation  https://review.openstack.org/16036815:25
*** rdopiera has quit IRC15:27
*** JeanBriceCombebi has quit IRC15:28
*** ericpeterson has joined #openstack-horizon15:31
*** e0ne has joined #openstack-horizon15:32
*** radez_g0n3 is now known as radez15:34
*** clu_ has joined #openstack-horizon15:35
*** absubram has quit IRC15:35
*** vkmc is now known as cmkv15:41
*** vishwana_ has quit IRC15:47
*** Piet has joined #openstack-horizon15:53
*** stevemar has joined #openstack-horizon16:01
*** mflobo has left #openstack-horizon16:01
*** Miouge has joined #openstack-horizon16:02
*** bpokorny has joined #openstack-horizon16:05
*** e0ne is now known as e0ne_16:07
*** e0ne_ is now known as e0ne16:10
*** dkorn has quit IRC16:10
openstackgerritMatt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign  https://review.openstack.org/15840916:11
*** vishwanathj has joined #openstack-horizon16:11
openstackgerritMatt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign  https://review.openstack.org/15840916:12
openstackgerritBrad Pokorny proposed openstack/horizon: Allow Domain Admin to list roles on project  https://review.openstack.org/16198516:16
*** Drago has quit IRC16:18
*** Drago has joined #openstack-horizon16:18
*** jasongarber has quit IRC16:26
*** pkarikh has quit IRC16:26
*** dkorn has joined #openstack-horizon16:29
*** amotoki has joined #openstack-horizon16:33
*** jasongarber has joined #openstack-horizon16:33
*** chlong has joined #openstack-horizon16:33
*** dkorn has quit IRC16:41
*** alexvictorchan has joined #openstack-horizon16:43
*** nlahouti has joined #openstack-horizon16:43
openstackgerritMatt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign  https://review.openstack.org/15840916:43
*** SimonChung has joined #openstack-horizon16:43
*** SimonChung1 has joined #openstack-horizon16:44
*** SimonChung has quit IRC16:44
*** gyee has joined #openstack-horizon16:49
*** sambetts has quit IRC16:55
*** sambetts has joined #openstack-horizon16:57
*** dkorn has joined #openstack-horizon16:58
*** Miouge has quit IRC16:58
*** jasongarber has quit IRC17:05
*** Ala has quit IRC17:07
*** iamjarvo has quit IRC17:08
*** dkorn has quit IRC17:08
openstackgerritMatt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign  https://review.openstack.org/15840917:11
*** oro has joined #openstack-horizon17:12
*** e0ne is now known as e0ne_17:16
*** e0ne_ is now known as e0ne17:16
*** ttrifonov is now known as zz_ttrifonov17:20
*** fischerw has joined #openstack-horizon17:23
openstackgerritKahou Lei proposed openstack/horizon: Floating IP table should support sorting.  https://review.openstack.org/16203817:26
*** e0ne is now known as e0ne_17:27
*** dkorn has joined #openstack-horizon17:28
*** e0ne_ has quit IRC17:32
*** dkorn has quit IRC17:32
*** william_home has quit IRC17:32
openstackgerritDavid Lyle proposed openstack/horizon: Enable volumes metadata update  https://review.openstack.org/11288017:33
*** jcoufal_ has quit IRC17:33
*** oro has quit IRC17:33
*** rwsu-afk is now known as rwsu17:33
*** tqtran has joined #openstack-horizon17:34
*** lhcheng__ has joined #openstack-horizon17:39
*** iamjarvo has joined #openstack-horizon17:41
*** iamjarvo has quit IRC17:41
*** iamjarvo has joined #openstack-horizon17:42
*** tosky has quit IRC17:43
*** lhcheng__ is now known as lhcheng17:43
*** david-lyle_afk is now known as david-lyle17:43
*** jprovazn has joined #openstack-horizon17:44
*** romainh has left #openstack-horizon17:49
*** stevemar has quit IRC17:50
*** stevemar has joined #openstack-horizon17:50
*** dkorn has joined #openstack-horizon17:53
*** jcoufal has joined #openstack-horizon17:54
*** oro has joined #openstack-horizon17:55
*** jtriley has quit IRC17:56
*** dkorn has quit IRC17:57
*** ybathia has joined #openstack-horizon18:01
*** sbfox has joined #openstack-horizon18:02
*** regebro has quit IRC18:03
*** jasongarber has joined #openstack-horizon18:06
*** SimonChung1 has quit IRC18:06
*** SimonChung has joined #openstack-horizon18:06
*** jasongarber has quit IRC18:10
*** dkorn has joined #openstack-horizon18:15
*** ygbo has quit IRC18:16
*** morganfainberg is now known as needscoffeebadly18:19
openstackgerritChad Roberts proposed openstack/horizon: Guided job execution page for Sahara  https://review.openstack.org/14791818:21
*** dkorn has quit IRC18:21
*** needscoffeebadly is now known as CaptainMorgan18:22
*** e0ne has joined #openstack-horizon18:22
*** e0ne has quit IRC18:24
*** sbfox has quit IRC18:26
openstackgerritMatt Fischer proposed openstack/horizon: Set OS_PROJECT_NAME  https://review.openstack.org/16226418:30
openstackgerritTravis Tripp proposed openstack/horizon: WIP - Launch Instance Model  https://review.openstack.org/15892918:32
*** obutenko has quit IRC18:33
*** thiagop has joined #openstack-horizon18:33
thiagopHello david-lyle! Have we reached a veredict with that problem on the session overflow with keystone v3 token?18:34
thiagopdavid-lyle: We have an impediment here depending on that...18:35
david-lylethiagop I hope to put my patch for devstack to default to memcached, easiest road18:35
david-lyletoday18:35
mrungethiagop, use database backed sessions18:35
david-lylewas the when18:35
david-lylemrunge: we need a default in devstack18:36
mrungeI see18:36
stevemardavid-lyle, hey if i setup a machine that you can access to show SSO, would that help the horizon folks in reviewing tqtran's stuff?18:36
thiagopdavid-lyle: memcached it is, then18:37
*** oro has quit IRC18:37
*** jasongarber has joined #openstack-horizon18:37
mrungestill I recommend everybody NOT to use devstack. at least not on any non disposable machine18:38
*** andrewbogott has joined #openstack-horizon18:40
*** dkorn has joined #openstack-horizon18:41
andrewbogottdrive-by comment:  I just installed the Icehouse dashboard and holy crap it’s 100x better than the Havana version.  Thank you Horizon devs!18:42
david-lyleandrewbogott: thanks! always nice to have some positive feedback from time to time :)18:42
david-lylestevemar: actually I would like to get you and jamielennox|away together18:43
*** jprovazn has quit IRC18:43
david-lylewe have 3 patch sets for different features all tramping about in the same small set of code18:43
david-lylebut a test system would certainly help18:43
stevemardavid-lyle, then lets get that discussion started, i am tired of seeing it not-merged :)18:44
tqtran<--- please include me as well18:45
*** dkorn has quit IRC18:46
openstackgerritBrian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893418:48
* ericpeterson has a joke about tinyurl in the service catalog, to avoid session overflow18:48
lhchengstevemar: or document the google integration for testing sso :)18:48
stevemarit is partially doced18:48
lhchengericpeterson: lol18:49
stevemarhttp://docs.openstack.org/developer/keystone/extensions/openidc.html18:49
stevemarlhcheng, ^18:49
david-lylestevemar: me too18:49
stevemardavid-lyle, lhcheng okay, let me work on the weekend to get an external thing set up, and a full document ready, then y'all can review it on monday18:50
*** stevemar is now known as stevedore18:50
*** absubram has joined #openstack-horizon18:52
*** alanf-mc has joined #openstack-horizon18:53
lhchengstevemar: thank you! much appreciated18:57
*** william_home has joined #openstack-horizon18:58
*** bpokorny_ has joined #openstack-horizon19:01
*** jasongarber has quit IRC19:02
*** william_home has quit IRC19:02
openstackgerritlu huichun proposed openstack/horizon: Sahara Data Processing EDP Job Add HBase common lib checkbox  https://review.openstack.org/16227319:03
*** MaxV has quit IRC19:03
*** bpokorny has quit IRC19:04
*** fthiagogv has quit IRC19:04
*** dkorn has joined #openstack-horizon19:05
*** cmkv is now known as vkmc19:09
*** andrewbogott has left #openstack-horizon19:10
*** jasongarber has joined #openstack-horizon19:10
*** jtriley has joined #openstack-horizon19:12
*** Piet has quit IRC19:14
*** dkorn has quit IRC19:14
*** william_home has joined #openstack-horizon19:21
openstackgerritChad Roberts proposed openstack/horizon: Updating sahara image registry form for dynamic adds  https://review.openstack.org/16227719:21
*** thiagop has quit IRC19:23
*** aix has quit IRC19:24
*** sbfox has joined #openstack-horizon19:29
*** victorfeitosa has quit IRC19:30
*** SimonChung1 has joined #openstack-horizon19:31
*** SimonChung has quit IRC19:31
*** dkorn has joined #openstack-horizon19:34
*** sayan has joined #openstack-horizon19:34
*** bpokorny has joined #openstack-horizon19:35
openstackgerritThai Tran proposed openstack/horizon: Allow to hide tab title bar when only one tab is available  https://review.openstack.org/12944919:35
*** jtriley has quit IRC19:36
*** bpokorny_ has quit IRC19:38
*** dkorn has quit IRC19:39
*** tnovacik has joined #openstack-horizon19:39
*** jtriley has joined #openstack-horizon19:40
*** DaveJ__ has quit IRC19:40
*** jasongarber has quit IRC19:42
*** jasongarber has joined #openstack-horizon19:44
openstackgerritMatt Borland proposed openstack/horizon: WIP - Launch Instance Step - Network  https://review.openstack.org/15895019:47
openstackgerritAmogh proposed openstack/horizon: Integration tests - Instances tests  https://review.openstack.org/11709119:48
*** mrunge has quit IRC19:50
*** CaptainMorgan is now known as morganfainberg19:50
openstackgerritTyr Johanson proposed openstack/horizon: WIP - Launch Instance Step - Select Flavor  https://review.openstack.org/15894519:53
openstackgerritBrian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893419:54
*** william_home has quit IRC19:57
*** dkorn has joined #openstack-horizon19:57
openstackgerritMatt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign  https://review.openstack.org/15840919:58
*** bpokorny_ has joined #openstack-horizon20:00
*** bpokorn__ has joined #openstack-horizon20:01
openstackgerritMatt Borland proposed openstack/horizon: Add New UX CSS for Upcoming Detail Screens  https://review.openstack.org/15888120:02
*** bpokorny has quit IRC20:03
*** dkorn has quit IRC20:04
*** mpavlase has joined #openstack-horizon20:04
openstackgerritMatt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign  https://review.openstack.org/15840920:05
*** bpokorny_ has quit IRC20:05
*** Longgeek has quit IRC20:06
*** mwhagedorn has quit IRC20:07
*** mwhagedorn has joined #openstack-horizon20:09
*** Piet has joined #openstack-horizon20:10
*** ayoung has joined #openstack-horizon20:17
*** dkorn has joined #openstack-horizon20:25
*** dkorn has quit IRC20:29
*** ericpete_ has joined #openstack-horizon20:30
*** Piet has quit IRC20:31
*** radez is now known as radez_g0n320:32
*** alanf-mc has quit IRC20:34
*** ericpeterson has quit IRC20:34
*** sayan has quit IRC20:34
*** jasongarber has quit IRC20:35
*** raildo has quit IRC20:42
*** dkorn has joined #openstack-horizon20:48
*** Ephur_ has quit IRC20:49
*** smc7 has quit IRC20:50
*** tnovacik has quit IRC20:54
*** dkorn has quit IRC20:56
*** nlahouti has quit IRC20:58
*** sqchen has joined #openstack-horizon21:00
*** lblanchard has quit IRC21:03
*** jasongarber has joined #openstack-horizon21:05
openstackgerritDan Nguyen proposed openstack/horizon: Add example keystone v3 policy file to horizon  https://review.openstack.org/15101821:11
*** r1chardj0n3s_afk is now known as r1chardj0n3s21:12
espdoug-fish: at your convenience sir https://review.openstack.org/15101821:14
doug-fishalready done!21:14
doug-fish(It's like I have esp)21:14
*** smc7 has joined #openstack-horizon21:15
*** dkorn has joined #openstack-horizon21:15
*** absubram has quit IRC21:17
*** iamjarvo has quit IRC21:21
stevedorehorizon peeps! doug-fish david-lyle tqtran - whats going on with my install here: http://paste.openstack.org/show/190526/21:22
*** absubram has joined #openstack-horizon21:23
*** dkorn has quit IRC21:25
doug-fishstevedore: not sure offhand ... looking/thinking21:25
doug-fishstevedore: how are you installing?21:25
stevedorei installed horizon through devstack21:26
openstackgerritThai Tran proposed openstack/horizon: WIP angularize identity users.  https://review.openstack.org/13376721:26
stevedoreand DOA through git clone, and did a `python setup.py develop`21:26
*** julim has quit IRC21:27
david-lylestevedore: needs more wraps21:27
david-lylewondering if oslo_concurrency is requiring a specific version of six, that's not getting installed?21:28
stevedoredavid-lyle, i've got both up to date, let me look at th requirements21:29
*** alanf-mc has joined #openstack-horizon21:29
david-lylesix >= 1.9.021:30
david-lylefor oslo_concurrency21:30
david-lylesame in horizon21:30
*** matt-borland has quit IRC21:31
stevedorei have six==1.9.0 oslo.concurrency==1.6.0 installed21:31
stevedoreto restart horizon, just restart apache right?21:32
david-lyleyeah21:32
openstackgerritThai Tran proposed openstack/horizon: WIP angularize identity users.  https://review.openstack.org/13376721:32
openstackgerritThai Tran proposed openstack/horizon: Angular Form Password Validation  https://review.openstack.org/16134421:32
*** harlowja_away has quit IRC21:34
stevedorewell now it's just trying to autogenerate that key21:34
stevedoreif i comment it out21:34
esplol doug-fish21:35
*** iamjarvo has joined #openstack-horizon21:35
david-lylestevedore: just hard-code the key21:36
david-lyleI'm not seeing the problem locally21:36
*** dboik_ has quit IRC21:37
doug-fishstevedore: david-lyle I don't see the problem either - of course I don't set up my development environment that way21:37
*** jcoufal has quit IRC21:39
stevedoresomething wonky is going on with six21:39
stevedorethe settings get changes in openstack_dashboard/local/local_settings.py right? anyway to undo those changes? they aren't tracked by git21:42
*** dkorn has joined #openstack-horizon21:44
david-lylestevedore: they're just a copy of settings.py.example21:46
david-lylewith a couple of changes21:46
david-lylehttps://github.com/openstack-dev/devstack/blob/master/lib/horizon#L9621:47
david-lylebut I think you can live without those as the defaults should work21:47
*** amotoki has quit IRC21:48
*** neelashah has quit IRC21:49
*** dkorn has quit IRC21:49
*** nlahouti has joined #openstack-horizon21:50
*** neelashah has joined #openstack-horizon21:50
*** jtriley has quit IRC21:51
openstackgerritThai Tran proposed openstack/horizon: Angular Form Password Validation  https://review.openstack.org/16134421:54
openstackgerritThai Tran proposed openstack/horizon: Angular Form Password Validation  https://review.openstack.org/16134421:56
tqtrandavid-lyle: when you get a chance, could you take a look at the form stuff, its a pretty simple patch and needed for identity users21:57
*** davelowe has quit IRC21:59
*** ericpete_ has quit IRC22:00
*** cbader has quit IRC22:01
*** ericpeterson has joined #openstack-horizon22:02
*** andrewbogott has joined #openstack-horizon22:03
andrewbogottI’m pretty sure that in Havana/Horizon there were two possible views for a given tenant, one for members and one for admins.  Now I only see an admin view and can’t find the projects that I belong to but am not admin for.22:05
andrewbogottIs that configurable someplace, or am overlooking an obvious widget?22:05
*** romainh has joined #openstack-horizon22:06
*** romainh has left #openstack-horizon22:06
*** dkorn has joined #openstack-horizon22:07
*** ericpeterson has quit IRC22:07
*** crobertsrh is now known as _crobertsrh22:07
*** radez_g0n3 is now known as radez22:08
*** mattfarina has quit IRC22:09
david-lyleandrewbogott: there was no a view but a project selector in the left hand navigation22:09
david-lyleit now lives in the header bar22:09
david-lyleI think that's what you're looking for?22:09
andrewbogottdavid-lyle: right, but that selector only includes projects that I’m admin for22:09
andrewbogottThere are projects I’m a member of that I can no longer select.22:10
andrewbogottI was imagining some sort of read-only interface for users22:10
andrewbogottmaybe I’m misremembering how havana behaved22:10
david-lyledid you add all these roles in the current session?22:10
andrewbogottno...22:10
andrewbogottbut I will log out and in just to be sure :)22:10
david-lylehmm22:10
andrewbogottyeah, still not there22:11
david-lylewe may be hiding disabled projects as well22:11
*** dkorn has quit IRC22:11
* david-lyle has a tough time remembering icehouse specifics22:11
andrewbogottIt’s also possible that my role names are non-standard, if they were renamed anytime since diablo22:11
andrewbogottI also don’t have an interface for creating projects/adding members, which makes me think I must have left a section out of my config22:13
david-lyleadmin is the only role horizon in icehouse looks for to toggle things22:13
david-lylethat should be in the admin dashboard in the identity panel group22:14
david-lyleas long as you're admin22:14
*** r1chardj0n3s is now known as r1chardj0n3s_afk22:15
andrewbogottI have only a ‘compute’ dashboard22:15
david-lylethen you do not have the admin role22:15
andrewbogott‘admin role’ is tenant-specific, or some global concept?22:16
david-lylename is 'admin' and applies to the project you are scoped to22:16
david-lyleso if your default project (if set) were a project you were not admin you would not see the Admin dashboard22:17
*** sbfox has quit IRC22:17
andrewbogottAh, but as I said, it /only/ shows projects that I am admin in.22:17
andrewbogottSo I can be pretty confident that…22:17
andrewbogottwell — let’s check.  what should I look for on the keystone-client commandline to verify this?22:18
david-lylesure22:18
david-lyleoops22:18
andrewbogott$ keystone --os-tenant-name testlabs role-list22:19
andrewbogott+----------------------------------+--------------+22:19
andrewbogott|                id                |     name     |22:19
andrewbogott+----------------------------------+--------------+22:19
andrewbogott| 48c33cc399984b9e855cfc1636ddaba9 |    admin     |22:19
andrewbogott|           projectadmin           | projectadmin |22:19
andrewbogott+----------------------------------+--------------+22:19
andrewbogottthat’s a bad sign22:19
andrewbogottit looks like the roles /were/ renamed :(22:19
david-lyleyeah 'admin' is the value22:20
*** tnovacik has joined #openstack-horizon22:20
david-lylewe just added the ability to specify a different role name for admin, but that's not in icehouse22:20
*** sbfox has joined #openstack-horizon22:21
*** bpokorny has joined #openstack-horizon22:21
andrewbogottnor juno, I take it?22:22
david-lyleno, sorry22:22
*** e0ne has joined #openstack-horizon22:22
andrewbogottgrrr, now I can’t even get keystone to admit that I exist as a user22:22
*** jtomasek has quit IRC22:24
*** davelowe has joined #openstack-horizon22:24
*** chlong has quit IRC22:24
*** bpokorn__ has quit IRC22:25
andrewbogottbah!  any idea how to ask keystone what the roles are for a given user?  (as opposed to the /current/ user?)22:25
*** Piet has joined #openstack-horizon22:25
andrewbogottnm, found it22:25
david-lylesorry don't hit the CLI very ofter22:26
david-lyle*often22:26
openstackgerritKahou Lei proposed openstack/horizon: Floating IP table should support sorting  https://review.openstack.org/16203822:27
*** jasongarber has quit IRC22:28
andrewbogottIs it possible to be a member of a project but have no role at all?22:30
*** radez is now known as radez_g0n322:31
david-lyleno, the role is membership22:31
*** dkorn has joined #openstack-horizon22:32
andrewbogottHm, keystone user-role-list is returning emptyness for users that I know are in the project22:32
*** r1chardj0n3s_afk is now known as r1chardj0n3s22:32
andrewbogottbut, ok, one last question:  What determines when a user can or cannot create new projects?  Is being admin in any project sufficient?  (I hope not)22:33
openstackgerritMerged openstack/horizon: Making Resource panel visible where appropriate  https://review.openstack.org/15988122:34
david-lyleandrewbogott: if I'm scoped (logged into) a project that I have the 'admin' role on, then I can do all the things in icehouse22:35
david-lyleI can create users, I can assign roles for that user on any project22:36
andrewbogottum… that’s crazy, right?  Being able to administrate one project != being able to administrate the whole damn cloud22:36
david-lyleit does in openstack22:36
david-lylewith keystone v3 API and a new policy file some of that changes22:37
andrewbogottHow can that be?  There are public clouds after all.22:37
*** sbfox has quit IRC22:37
david-lyleandrewbogott: 2 main public clouds based on OpenStack don't use keystone22:38
david-lylethe use model is thought to be this22:38
david-lyleyou the operator own and administer the cloud22:39
david-lyleyou create all users and projects and assign roles22:39
*** tqtran is now known as tqtran_afk22:39
david-lylethen the users can log in and create VMs, networks, etc on the projects they have a role on22:39
david-lylebut have no control over authentication rules22:40
PietIf you have an hour to spare next week, we're running a moderated card sort study using google hangouts to validate the Horizon information architecture - sign up here http://doodle.com/xs6ixvh9es7dkgc422:40
andrewbogottdavid-lyle: Here are the roles as currently implemented in my (openstack-based!) cloud:22:40
andrewbogott- ‘users’ can access all instances in a tenant but not create new instances22:40
andrewbogott- ‘projectadmin’ can add/remove members from their project, and create and delete instances22:41
*** julim has joined #openstack-horizon22:41
andrewbogott- ‘cloudadmin’ can create projects and hence, do all those other things22:41
andrewbogottSo, maybe ‘cloudadmin’ is what OS calls ‘admin’22:42
david-lylethen you are using keystone v3 and a modified policy file?22:42
andrewbogottand ‘projectadmin’ is what OS calls ‘member’22:42
andrewbogottNope, this has been how we ran it since diablo22:42
andrewbogottBut with a custom UI.  so maybe all these policies are implemented in the UI and ignore keystone rights altogether...22:42
andrewbogottalthough we certainly use keystone auth to log into the UI22:42
andrewbogottbut, ok, it seems like ‘cloudadmin’ in my cloud == ‘admin’ in OS22:43
david-lyleandrewbogott: but it's just the UI that's blocking access control22:43
andrewbogottand ‘projectadmin’ == member in OS22:43
andrewbogottand OS just doesn’t have a concept of what we call a ‘member'22:43
andrewbogottdavid-lyle: it must just be enforced by the gui, I haven’t thought about it that hard.22:43
andrewbogottCrap, this means adopting horizon is going to be ugly :(22:44
david-lyleyou are elevating privilege somehow for projectadmin users22:44
david-lyleandrewbogott: we're actually working very hard to fix all that22:44
andrewbogottmust be, yeah.22:44
*** sbfox has joined #openstack-horizon22:44
david-lylelet me grab some patches22:45
david-lylejust a sec22:45
andrewbogottdavid-lyle: working to fix in kilo, or for L?22:46
david-lylehttps://review.openstack.org/#/c/141153/ and https://review.openstack.org/#/c/148082/22:46
david-lyleworking for Kilo, running out of runway22:46
*** tqtran_afk has quit IRC22:46
david-lylebut it introduces another identity concept, domains22:47
david-lylewhich has been in keystone since Grizzly22:47
david-lylebut, domains are essentially how you're treating projects22:47
david-lyleso the roles are shlub (member), domain admin and cloud admin22:48
andrewbogotthow do domains differ from tenants?22:48
david-lylebasically a super-tenant22:49
openstackgerritDan Nguyen proposed openstack/horizon: Add example keystone v3 policy file to horizon  https://review.openstack.org/16232522:49
david-lyleanother container22:50
lhcheng**spatial tenant22:50
andrewbogottdavid-lyle: ah, because what you’re calling ‘shlub’ is /already/ a tenant admin in my lingo22:50
david-lyleno, just user22:50
david-lylewell maybe22:50
andrewbogottthen why is there not a tenant admin role?22:50
david-lylewhat can our user do?22:51
david-lylespin up VMs, etc?22:51
david-lylethat's just user22:51
david-lyleor "member'22:51
andrewbogottIs there any role that means ‘I can change members of this tenant’?22:51
andrewbogottOr just ‘I can change members of <some> tenants’?22:51
openstackgerritDoug Fish proposed openstack/django_openstack_auth: WIP: K2K federation  https://review.openstack.org/15991022:52
david-lylejust from the domain admin level22:53
andrewbogottweird22:53
andrewbogottand there’s still no concept of ‘can login to vms but not create them’]22:53
david-lylekeystone is actually attempting to squash out domains (if I understand the flavor of the week)22:53
david-lyleyou would just do that with a keypair or username and password on the VM22:54
andrewbogott‘squash out’ in what sense?22:54
*** peristeri has quit IRC22:54
david-lyleor are you using the consoles22:54
david-lylewell, you're not using horizon, so what are you wanting this third class of user to be able to do?22:54
andrewbogottdavid-lyle: nah, keypair/username works, just it would be nice to be able to administrate that from horizon22:55
david-lylethe tenant owner can add users on the OS instance22:55
david-lylecould access through the console in horizon22:55
david-lylebut we don't modify user credentials on the VMs directly22:56
andrewbogott‘tenant owner’?22:56
david-lyleI think it's broader22:56
david-lyleanyone who has a role on the tenant22:56
david-lyleare you doing useradd from your UI?22:58
andrewbogottwell, my current design is kind of a 9-headed monster.22:58
andrewbogottLdap backs everything — access on machines and also keystone.22:59
david-lyleoh, so you do user permission changes directly in ldap22:59
*** iamjarvo has quit IRC22:59
david-lylenot your UI22:59
david-lyleor you use ldap for users on the VMs23:00
andrewbogottRight, the VMs use ldap auth23:00
andrewbogottAnd the UI reads/writes from/to ldap.23:01
david-lyleoh the UI writes to ldap, so you've mapped your roles23:01
andrewbogottright.23:01
david-lylethat's been a difficult thing to generalize23:02
andrewbogottAll of this was implemented before horizon (and most of keystone) existed.23:02
andrewbogottI guess I should’ve been keeping an eye out so that keystone’s development included my use case :(23:02
*** ericpeterson has joined #openstack-horizon23:03
david-lyleandrewbogott: they've thought a lot about it, like I say though hard to have a generic mapping mechanism23:03
david-lylenot so bad for one installation23:04
andrewbogottIt sounds like I need two things —23:04
andrewbogott1) domain admins (or something like that) that lets me limit a user’s influence to a single tenant23:04
andrewbogott2) a new dashboard that controls ‘peon’ users within ldap, who don’t necessarily even exist in keystone as members of any projects.23:05
andrewbogottAt which point what you’re calling an ‘admin’ will be what we call a ‘cloud admin’23:06
david-lylewell member may be your projectadmin other than your custom ldap work23:06
david-lylewhich you could use RBAC to control23:06
david-lyleaccess to23:06
andrewbogotthm, true — if ‘member’ has access to the peon dashboard.23:06
andrewbogottthey couldn’t add/remove other members.23:06
andrewbogottbut they could, peons.23:06
andrewbogottSo that’s a slight change from our current use but might be acceptable.23:06
david-lyleyup23:07
andrewbogott(right now if you’re a projectadmin you’re god of that project, including the ability to create/remove other projectadmins.  Saves wear-and-tear on the cloudadmins.)23:07
andrewbogottWhich, if I understand correctly, I could create domain admins and just define each domain to be == a single tenant23:07
*** ericpeterson has quit IRC23:07
andrewbogottat which point a domain admin would be the same as a projectadmin23:07
andrewbogottUnless keystone abolishes domains, which you mentioned earlier and which seems to… negate everything else you said about domains :)23:08
david-lyleandrewbogott: I think so, and if domains go away, there will still be a hierarchy that you could use23:09
david-lyletenants are becoming hierarchical23:10
andrewbogottok.  And you think it’s vaguely possible that this will role out in K?23:10
david-lylevaguely yes23:10
andrewbogottyou mean, tenants in tenants?23:10
andrewbogott:/   ok23:10
david-lyleyes to tenants in tenants23:10
david-lylethat's somewhat in Keystone now, will be in other projects in L23:10
*** mpavlase has quit IRC23:10
andrewbogottok23:11
andrewbogottI’m still super surprised that ‘public cloud’ is not a user case that the Keystone people considered until today.  But my eyebrows will settle down eventually.23:11
andrewbogottdavid-lyle: thank you for talking this through with me23:11
*** tnovacik has quit IRC23:12
david-lylesure, the domain model was intended for things like public cloud, but that's as far as it got23:12
andrewbogottdavid-lyle: do you object to my c/p’ing this conversation and posting it in a potentially public place?23:12
david-lylehard to connect the dots through all the projects in openstack23:13
david-lyleno, that's fine, I assume this channel is logged by someone (not officially)23:13
david-lyleso it's yours to do with as you please23:13
andrewbogottDue to us having adopted a new bugtracker I’m not longer clear on if there’s a distinction between ‘my coworkers’ and ‘everyone in the world’ :)23:13
andrewbogottthanks23:13
david-lyleif you want more detailed keystone talk, try #openstack-keystone they're very helpful and responsive too23:14
david-lyleI just build on the pieces they provide :)23:16
stevedoredavid-lyle, they are a bunch of jerk faced jerks, but handsome23:16
david-lylestevedore: I had it the other way around23:16
*** ericpeterson has joined #openstack-horizon23:17
*** vijendar has quit IRC23:19
*** r1chardj0n3s is now known as r1chardj0n3s_afk23:20
*** e0ne has quit IRC23:22
*** ericpeterson has quit IRC23:23
lhchenghaha23:23
* andrewbogott flees23:25
*** andrewbogott is now known as andrewbogott_afk23:25
*** doug-fish has left #openstack-horizon23:28
*** mwhagedorn has quit IRC23:30
*** stevedore has quit IRC23:31
*** mattfarina has joined #openstack-horizon23:40
*** oro has joined #openstack-horizon23:41
*** mwhagedorn has joined #openstack-horizon23:49
*** sqchen has quit IRC23:55
*** sqchen has joined #openstack-horizon23:56
*** mattfarina has quit IRC23:57
morganfainbergdavid-lyle, ^ i just read the scrollback and i'm not sure how we (keystone) missed the mark on 'public cloud' use-case23:59
david-lyleI don't think keystone did23:59

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