*** ybathia has joined #openstack-horizon | 00:01 | |
*** iamjarvo has quit IRC | 00:02 | |
*** ZZelle has quit IRC | 00:10 | |
*** ZZelle has joined #openstack-horizon | 00:11 | |
*** SimonChung has joined #openstack-horizon | 00:12 | |
*** Sukhdev has quit IRC | 00:13 | |
openstackgerrit | Yanping Qu proposed openstack/horizon: Enhance Dashboard for Cisco FWaaS https://review.openstack.org/161049 | 00:18 |
---|---|---|
*** dboik_ has quit IRC | 00:21 | |
*** mwhagedorn has quit IRC | 00:21 | |
*** dboik has joined #openstack-horizon | 00:22 | |
*** stevemar has quit IRC | 00:27 | |
*** ZZelle_ has quit IRC | 00:28 | |
*** absubram has quit IRC | 00:32 | |
*** shivrao_ has quit IRC | 00:33 | |
*** sqchen has quit IRC | 00:36 | |
openstackgerrit | Doug Fish proposed openstack/django_openstack_auth: WIP: K2K federation https://review.openstack.org/159910 | 00:39 |
*** smc7 has joined #openstack-horizon | 00:41 | |
*** smc7 has quit IRC | 00:47 | |
*** mwhagedorn has joined #openstack-horizon | 00:54 | |
*** sqchen has joined #openstack-horizon | 00:55 | |
*** mikedillion has joined #openstack-horizon | 01:03 | |
*** mikedillion has quit IRC | 01:05 | |
*** mikedillion has joined #openstack-horizon | 01:06 | |
*** SimonChung has quit IRC | 01:10 | |
*** tqtran has quit IRC | 01:10 | |
openstackgerrit | Merged openstack/horizon: Rest API for Users list filter https://review.openstack.org/156810 | 01:15 |
*** aix has joined #openstack-horizon | 01:16 | |
*** rwsu is now known as rwsu-afk | 01:17 | |
r1chardj0n3s | \o/ another one merged | 01:19 |
*** alexvictorchan has quit IRC | 01:23 | |
*** sqchen has quit IRC | 01:33 | |
*** fischerw has quit IRC | 01:38 | |
*** vishwanathj has quit IRC | 01:40 | |
*** vishwanathj has joined #openstack-horizon | 01:41 | |
openstackgerrit | Brad Pokorny proposed openstack/horizon: Retrieve domain scoped token https://review.openstack.org/148082 | 01:44 |
openstackgerrit | Brad Pokorny proposed openstack/horizon: Allow Domain Admin to list roles on project https://review.openstack.org/161985 | 01:44 |
*** vishwanathj has quit IRC | 01:45 | |
*** clu_ has quit IRC | 01:46 | |
*** sqchen has joined #openstack-horizon | 01:52 | |
*** neillc is now known as neillc_coast | 01:53 | |
*** mikedillion has quit IRC | 02:02 | |
*** r1chardj0n3s is now known as r1chardj0n3s_afk | 02:03 | |
openstackgerrit | Brian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 02:03 |
*** bpokorny_ has quit IRC | 02:04 | |
*** stevemar has joined #openstack-horizon | 02:08 | |
*** neelashah has joined #openstack-horizon | 02:13 | |
*** clu_ has joined #openstack-horizon | 02:17 | |
*** clu_ has quit IRC | 02:23 | |
openstackgerrit | Travis Tripp proposed openstack/horizon: WIP - Launch Instance Model https://review.openstack.org/158929 | 02:28 |
TravT | btully: r1chardj0n3s: ^^ boot from image, boot from image (create new volume), boot from volume, boot from volume snapshot are working with default data | 02:29 |
TravT | boot from volume still has an issue. | 02:29 |
TravT | still needs to be refactored to be pretty. | 02:30 |
*** nlahouti has quit IRC | 02:30 | |
*** mwhagedorn has quit IRC | 02:35 | |
openstackgerrit | Merged openstack/horizon: REST Angular for Cinder Fix https://review.openstack.org/160093 | 02:42 |
*** ericpeterson has joined #openstack-horizon | 02:42 | |
*** ericpeterson has quit IRC | 02:48 | |
*** dak419 has joined #openstack-horizon | 02:49 | |
*** ybathia has quit IRC | 02:51 | |
*** r1chardj0n3s_afk is now known as r1chardj0n3s | 02:54 | |
r1chardj0n3s | TravT: cool | 02:55 |
*** jtriley has joined #openstack-horizon | 02:58 | |
*** mwhagedorn has joined #openstack-horizon | 03:01 | |
*** radez is now known as radez_g0n3 | 03:05 | |
*** dkorn has quit IRC | 03:10 | |
openstackgerrit | Richard Jones proposed openstack/horizon: WIP - Launch Instance Step - Access and Security https://review.openstack.org/158949 | 03:16 |
r1chardj0n3s | anyone around? sqchen, TravT? | 03:27 |
r1chardj0n3s | or even ongk? | 03:28 |
r1chardj0n3s | hm | 03:28 |
sqchen | r1chardj0n3s:: | 03:28 |
r1chardj0n3s | hey sqchen | 03:28 |
sqchen | Hi | 03:28 |
*** dkorn has joined #openstack-horizon | 03:28 | |
r1chardj0n3s | so I've just hit a bit of an implementation wall | 03:28 |
*** sayan has joined #openstack-horizon | 03:29 | |
r1chardj0n3s | so, I have this transfer table malarky all set up, the user can select a Security Group | 03:29 |
r1chardj0n3s | and that's added to the transfer table's allocated array | 03:29 |
r1chardj0n3s | I cannot see how to set that on the launch instance model without setting up a $watch on the transfer table's attribute | 03:30 |
sqchen | ok | 03:30 |
r1chardj0n3s | any thoughts? | 03:30 |
r1chardj0n3s | I think the transfer table should generate a signal which I can listen to | 03:30 |
sqchen | First, there are two methods defined on model adding/removing security group, that you can use, and second … | 03:31 |
r1chardj0n3s | sqchen: ok, I have a separate issue about those | 03:32 |
r1chardj0n3s | (there's only ever one security group, so it should be set/unset not add/remove | 03:32 |
r1chardj0n3s | actually, I think the mockup might be incorrect there, I think there can be multiple groups | 03:33 |
sqchen | secondly, whenever the transfer table changed, call the method accordingly. | 03:33 |
r1chardj0n3s | ok, so the key is "whenever the transfer table changed" | 03:33 |
r1chardj0n3s | I won't *know* when that happens without setting up a manual $watch | 03:33 |
r1chardj0n3s | and I'd really prefer not to | 03:33 |
sqchen | you mright right, I added those two methods blindly :( | 03:33 |
r1chardj0n3s | I'm gonna double-check that, no stress | 03:33 |
r1chardj0n3s | but the transfer table should be generating a signal, not asking for me to $watch its internals | 03:34 |
r1chardj0n3s | IMO | 03:34 |
*** jtriley has quit IRC | 03:35 | |
sqchen | no 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 IRC | 03:36 | |
sqchen | listener | 03:36 |
r1chardj0n3s | wish ongk was on, could ask her thoughts :/ | 03:36 |
sqchen | right :) | 03:36 |
sqchen | sorry couldn’t help much. | 03:38 |
r1chardj0n3s | np | 03:38 |
r1chardj0n3s | I'm gonna look at throwing a patch up that bases off ongk's latest patch to add a signal | 03:38 |
r1chardj0n3s | sqchen: we really need her latest transfer table patch in the launch instance code | 03:39 |
r1chardj0n3s | sqchen: keep running into bugs, and I'm pretty sure she's fixed most of them :/ | 03:40 |
r1chardj0n3s | I noticed you rebased onto the help widget change tho... | 03:40 |
r1chardj0n3s | s/widget/panel | 03:40 |
sqchen | not me. some one made it by mistake. you kow git review is hard. | 03:41 |
r1chardj0n3s | durn | 03:41 |
r1chardj0n3s | ok | 03:41 |
openstackgerrit | Richard Jones proposed openstack/horizon: WIP - Launch Instance Step - Access and Security https://review.openstack.org/158949 | 03:42 |
r1chardj0n3s | I wonder how grumpy that person would be if I moved us back onto ongk's code :/ | 03:42 |
openstackgerrit | Richard Jones proposed openstack/horizon: Updated transfer tables with table directives https://review.openstack.org/159541 | 03:42 |
sqchen | If you can make the common-style depending on transfer table, it will be great, can you? | 03:43 |
r1chardj0n3s | yeah, but I'd have to move us off the help panel patch tho | 03:43 |
sqchen | that is the hard part. I know | 03:44 |
*** david-lyle is now known as david-lyle_afk | 03:44 | |
david-lyle_afk | r1chardj0n3s: just reading back, but multiple security groups are supported | 03:46 |
r1chardj0n3s | david-lyle_afk: yup, thanks | 03:46 |
david-lyle_afk | ok, making sure | 03:46 |
david-lyle_afk | going away again. kids bedtime | 03:46 |
r1chardj0n3s | cya david-lyle_afk :) | 03:46 |
*** harlowja is now known as harlowja_away | 03:57 | |
*** julim has quit IRC | 03:57 | |
*** dkorn has quit IRC | 03:59 | |
*** mwhagedorn has quit IRC | 04:01 | |
r1chardj0n3s | sqchen: oh, crap, the wizard panel controllers aren't created/destroyed as they're transitioned to/from | 04:02 |
r1chardj0n3s | sqchen: that makes event listening much harder :/ | 04:02 |
r1chardj0n3s | sqchen: in fact, I can't see any way for a panel to know when it's been entered / left | 04:03 |
sqchen | let me check | 04:04 |
r1chardj0n3s | this seems like a broader issue of panel lifecycle management and data handling that hasn't been addressed, unless I'm missing something... | 04:04 |
sqchen | I don’t think each panel should be recreated/destroyed when switch betweem them. | 04:06 |
sqchen | why you need to know when the panel get entered? | 04:07 |
r1chardj0n3s | hm, 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 |
r1chardj0n3s | destroying the controller stops it listening to the event, so that would solve that problem | 04:07 |
*** Longgeek has joined #openstack-horizon | 04:08 | |
r1chardj0n3s | problem is we've got a bunch of controllers alive that aren't actually controlling anything | 04:08 |
r1chardj0n3s | *shouldn't* be alive, imo ;) | 04:08 |
r1chardj0n3s | so I guess I could add something to the tableData like a "callback" for when allocated changes. hm | 04:08 |
r1chardj0n3s | I'll do that, to work around this issue | 04:09 |
sqchen | Not entirely sure I agree with you on that this is a wizard’d issue. | 04:09 |
r1chardj0n3s | so 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 data | 04:10 |
r1chardj0n3s | so these questions will come up :) | 04:10 |
*** tzumainn has quit IRC | 04:12 | |
sqchen | but 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 |
r1chardj0n3s | thaty 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 time | 04:16 |
r1chardj0n3s | I'm working around this by adding a callback to the transfer table config | 04:16 |
*** amotoki has joined #openstack-horizon | 04:16 | |
*** smc7 has joined #openstack-horizon | 04:19 | |
*** dkorn has joined #openstack-horizon | 04:19 | |
*** sayan has quit IRC | 04:21 | |
*** alexpilotti has quit IRC | 04:22 | |
*** gyee has quit IRC | 04:23 | |
*** smc7 has quit IRC | 04:24 | |
*** dkorn has quit IRC | 04:28 | |
TravT | r1chardj0n3s: just read back. | 04:28 |
TravT | I think added a callback for change makes sense | 04:28 |
r1chardj0n3s | TravT: patch incoming ;) | 04:28 |
openstackgerrit | Richard Jones proposed openstack/horizon: Add callback to allow controller notification of allocation change https://review.openstack.org/162009 | 04:28 |
TravT | lol | 04:29 |
r1chardj0n3s | I'm also going to push up a modified version of ongk's demo that uses the callback | 04:29 |
TravT | So you might as well then set the style patch to depend on this... | 04:29 |
r1chardj0n3s | TravT: can't - someone else rebased the style patch onto the bloody help panel change | 04:30 |
TravT | but there's no real dependency there right? | 04:31 |
* TravT looking at your patch. | 04:32 | |
*** sqchen has left #openstack-horizon | 04:32 | |
*** mwhagedorn has joined #openstack-horizon | 04:32 | |
*** masco has joined #openstack-horizon | 04:32 | |
TravT | i think it'd been fine to just put your stuff onto Kelly's... | 04:33 |
TravT | but i guess she isn't around to ask | 04:33 |
r1chardj0n3s | I didn't want to hold that patch up | 04:33 |
ongk | I hear my name | 04:34 |
TravT | ongk! | 04:34 |
TravT | https://review.openstack.org/#/c/162009/ | 04:34 |
r1chardj0n3s | ongk! :) | 04:34 |
r1chardj0n3s | hi :) | 04:34 |
r1chardj0n3s | I've been a-stomping over your code! :) | 04:34 |
r1chardj0n3s | [not really] | 04:34 |
r1chardj0n3s | about to push up a revised demo patch | 04:35 |
r1chardj0n3s | ouch, I didn't account for re-ordering :/ | 04:35 |
r1chardj0n3s | I'll fix that in a bit | 04:35 |
ongk | heh, no worries. Need anything from me? | 04:36 |
r1chardj0n3s | nup, except for you to not yell at me when you see what I've done ;) | 04:37 |
openstackgerrit | Richard Jones proposed openstack/horizon: Demo for transfer tables and basic table https://review.openstack.org/155420 | 04:37 |
r1chardj0n3s | ok, that's the demo with my callback patch inserted between ongk's patch and the demo patch | 04:37 |
r1chardj0n3s | I shal now look at fixing the reordering issue | 04:37 |
r1chardj0n3s | ... and TravT's nit | 04:38 |
r1chardj0n3s | can I get pycharm to highlight dangling whitespace? | 04:38 |
TravT | you can make it autoremove it | 04:38 |
r1chardj0n3s | took me long enough to convince the damn thing to use the correct indentation :/ | 04:38 |
TravT | yeah, i do my dev in a vm... I rebuilt the vm this morning from nearly scratch and lost half my settings. | 04:39 |
r1chardj0n3s | ongk: hm, it looks as though there's nothing in the transfer table controller to look for reodering | 04:39 |
r1chardj0n3s | ongk: I *think* I'm just gonna have to $watch the allocated array... | 04:39 |
ongk | yeah, the reordering is in table.js | 04:41 |
ongk | or rather basic-table.js | 04:42 |
r1chardj0n3s | I'll go with the $watch ;) | 04:43 |
ongk | could just chain callbacks. ok | 04:43 |
r1chardj0n3s | the precise implementation can change down the track if we like; for now we just need the data back in the wizard | 04:44 |
*** dkorn has joined #openstack-horizon | 04:46 | |
openstackgerrit | Richard Jones proposed openstack/horizon: Add callback to allow controller notification of allocation change https://review.openstack.org/162009 | 04:46 |
r1chardj0n3s | ok, that's reordering fixed | 04:46 |
openstackgerrit | Richard Jones proposed openstack/horizon: Demo for transfer tables and basic table https://review.openstack.org/155420 | 04:49 |
r1chardj0n3s | right, so that's as far as I can go, unless I rebase the help panel onto the transfer tables :/ | 04:49 |
ongk | Ok cool. I’m off then :) | 04:50 |
r1chardj0n3s | cya :) | 04:50 |
*** dkorn has quit IRC | 04:53 | |
*** DCWilliams_VA has joined #openstack-horizon | 05:09 | |
*** dkorn has joined #openstack-horizon | 05:12 | |
*** DCWilliams_VA has quit IRC | 05:13 | |
*** sayan has joined #openstack-horizon | 05:14 | |
*** sayan has quit IRC | 05:20 | |
*** r1chardj0n3s is now known as r1chardj0n3s_afk | 05:27 | |
TravT | r1chardj0n3s_afk: sqchen: btully: ongk: what's the problem with removing the dependency on help panel | 05:30 |
TravT | i've got that done locally and could push. | 05:30 |
btully | no problem, feel free to push | 05:31 |
TravT | could update all of them to be on richard's new patch | 05:31 |
btully | sounds good | 05:31 |
*** mwhagedorn has quit IRC | 05:33 | |
*** sayan has joined #openstack-horizon | 05:33 | |
openstackgerrit | Dan Nguyen proposed openstack/horizon: Retrieve domain scoped token https://review.openstack.org/148082 | 05:33 |
r1chardj0n3s_afk | TravT: I'm done for the day/week, it's all yours! | 05:35 |
TravT | r1chardj0n3s_afk: okay, thanks! have a good weekend! | 05:35 |
*** lhcheng has quit IRC | 05:37 | |
*** lhcheng has joined #openstack-horizon | 05:38 | |
*** absubram has joined #openstack-horizon | 05:49 | |
openstackgerrit | Travis Tripp proposed openstack/horizon: WIP - Launch instance - common style https://review.openstack.org/160221 | 05:50 |
openstackgerrit | Travis Tripp proposed openstack/horizon: WIP - Launch Instance Model https://review.openstack.org/158929 | 05:51 |
*** neelashah has quit IRC | 05:51 | |
openstackgerrit | Travis Tripp proposed openstack/horizon: WIP - Launch Instance Step - Access and Security https://review.openstack.org/158949 | 05:51 |
openstackgerrit | Travis Tripp proposed openstack/horizon: WIP - Launch Instance Step - Post Creation https://review.openstack.org/158953 | 05:51 |
*** absubram has quit IRC | 05:59 | |
*** vishwanathj has joined #openstack-horizon | 06:07 | |
*** nlahouti has joined #openstack-horizon | 06:07 | |
*** vishwana_ has joined #openstack-horizon | 06:08 | |
*** vishwanathj has quit IRC | 06:11 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon: Imported Translations from Transifex https://review.openstack.org/162029 | 06:13 |
*** nlahouti has quit IRC | 06:14 | |
*** nlahouti has joined #openstack-horizon | 06:14 | |
*** Drago1 has joined #openstack-horizon | 06:15 | |
*** Drago has quit IRC | 06:16 | |
*** ishant has joined #openstack-horizon | 06:24 | |
*** jtriley has joined #openstack-horizon | 06:31 | |
*** mwhagedorn has joined #openstack-horizon | 06:33 | |
*** jtriley has quit IRC | 06:36 | |
*** Longgeek has quit IRC | 06:39 | |
*** mrunge has joined #openstack-horizon | 06:47 | |
*** tnovacik has joined #openstack-horizon | 06:48 | |
mrunge | xnox, thank you. you're right. *all* xstattic packages are missing valid license files | 06:48 |
mrunge | this is something we need to fix. | 06:48 |
*** romainh has joined #openstack-horizon | 06:56 | |
openstackgerrit | Kahou Lei proposed openstack/horizon: Floating IP table should support sorting. https://review.openstack.org/162038 | 07:10 |
*** oro has joined #openstack-horizon | 07:13 | |
*** jamielennox is now known as jamielennox|away | 07:16 | |
*** Longgeek has joined #openstack-horizon | 07:19 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 07:33 |
*** mwhagedorn has quit IRC | 07:33 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch instance - common style https://review.openstack.org/160221 | 07:36 |
*** jprovazn has joined #openstack-horizon | 07:37 | |
*** Longgeek has quit IRC | 07:43 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch Instance Model https://review.openstack.org/158929 | 07:44 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 07:44 |
*** mpavlase has joined #openstack-horizon | 07:51 | |
openstackgerrit | Sergey Reshetnyak proposed openstack/horizon: Replacing data_processing with data-processing https://review.openstack.org/161191 | 07:54 |
*** smc7 has joined #openstack-horizon | 07:57 | |
*** oro has quit IRC | 07:59 | |
*** jcoufal has joined #openstack-horizon | 08:01 | |
*** zul has quit IRC | 08:01 | |
*** markus_z has joined #openstack-horizon | 08:01 | |
*** mrunge has quit IRC | 08:03 | |
*** MaxV has joined #openstack-horizon | 08:04 | |
*** mwhagedorn has joined #openstack-horizon | 08:04 | |
*** chlong has quit IRC | 08:11 | |
*** mrunge has joined #openstack-horizon | 08:11 | |
*** mrunge_ has joined #openstack-horizon | 08:11 | |
*** MaxV has quit IRC | 08:11 | |
*** mrunge_ has quit IRC | 08:12 | |
*** mrunge has quit IRC | 08:12 | |
*** nlahouti has quit IRC | 08:13 | |
*** mrunge has joined #openstack-horizon | 08:13 | |
*** alanf-mc has joined #openstack-horizon | 08:14 | |
*** zul has joined #openstack-horizon | 08:14 | |
*** alanf-mc has quit IRC | 08:14 | |
*** jtomasek has joined #openstack-horizon | 08:15 | |
*** MaxV has joined #openstack-horizon | 08:18 | |
openstackgerrit | Merged openstack/horizon: Imported Translations from Transifex https://review.openstack.org/162029 | 08:19 |
*** MaxV has quit IRC | 08:28 | |
*** MaxV has joined #openstack-horizon | 08:28 | |
*** MaxV has quit IRC | 08:33 | |
*** regebro|afk is now known as regebro | 08:34 | |
*** zz_ttrifonov is now known as ttrifonov | 08:37 | |
*** stevemar has quit IRC | 08:42 | |
*** sayan has quit IRC | 08:51 | |
*** Ala has joined #openstack-horizon | 08:53 | |
*** ygbo has joined #openstack-horizon | 08:55 | |
*** MaxV has joined #openstack-horizon | 08:59 | |
*** JeanBriceCombebi has joined #openstack-horizon | 09:01 | |
*** mwhagedorn has quit IRC | 09:04 | |
*** rdopiera has joined #openstack-horizon | 09:07 | |
*** sayan has joined #openstack-horizon | 09:20 | |
*** sayan has quit IRC | 09:24 | |
*** Longgeek has joined #openstack-horizon | 09:32 | |
*** JeanBriceCombebi has quit IRC | 09:38 | |
*** JeanBriceCombebi has joined #openstack-horizon | 09:40 | |
*** sayan has joined #openstack-horizon | 09:42 | |
xnox | mrunge: yeah. Do you want me to start sending merge proposals? | 09:46 |
*** mwhagedorn has joined #openstack-horizon | 10:05 | |
*** Longgeek has quit IRC | 10:06 | |
*** JeanBriceCombebi has quit IRC | 10:09 | |
*** e0ne has joined #openstack-horizon | 10:09 | |
*** _gryf has quit IRC | 10:11 | |
*** Longgeek has joined #openstack-horizon | 10:14 | |
*** JeanBriceCombebi has joined #openstack-horizon | 10:18 | |
*** e0ne is now known as e0ne_ | 10:22 | |
*** davelowe has joined #openstack-horizon | 10:23 | |
*** _gryf has joined #openstack-horizon | 10:27 | |
*** _gryf has quit IRC | 10:28 | |
*** _gryf has joined #openstack-horizon | 10:29 | |
*** TravT has quit IRC | 10:30 | |
*** _gryf has quit IRC | 10:30 | |
*** Piet has quit IRC | 10:31 | |
*** smc7 has quit IRC | 10:32 | |
*** e0ne_ has quit IRC | 10:33 | |
openstackgerrit | Radomir Dopieralski proposed openstack/tuskar-ui: Add IPMI metrics to node overview page https://review.openstack.org/161016 | 10:35 |
*** JeanBriceCombebi has quit IRC | 10:36 | |
*** ZZelle has quit IRC | 10:37 | |
*** JeanBriceCombebi has joined #openstack-horizon | 10:37 | |
*** _gryf has joined #openstack-horizon | 10:38 | |
*** e0ne has joined #openstack-horizon | 10:39 | |
*** ishant has quit IRC | 10:41 | |
mrunge | xnox, I'm not sure, where to do this. maybe rdopiera can suggest. | 10:50 |
mrunge | xnox, rdopiera afaik, xstatic files are mostly generated content. patching generated files won't really help | 10:51 |
xnox | mrunge: 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 |
mrunge | there should be a better option | 10:51 |
xnox | mrunge: i have automated tools for license discovery which we use to identify licenses =) | 10:51 |
xnox | mrunge: so where from are the xstatic-* things generated? | 10:52 |
rdopiera | mrunge: context? | 10:52 |
mrunge | xnox, sure. | 10:52 |
mrunge | rdopiera, ^xnox brought this ip | 10:52 |
xnox | rdopiera: XStatic-* have invalid license tags => (same as *), rather than "MIT" | 10:52 |
mrunge | xnox, it's not just MIT, they differ | 10:52 |
xnox | mrunge: yeah, i get that. That was a shorthand example for one of them. | 10:53 |
mrunge | hard coding MIT might help in a few cases. As packager, you probably want to double check that | 10:53 |
rdopiera | well, we can patch the metadata in each xstatic package and release them with incremented build number | 10:53 |
mrunge | just as a warning. I didn't assume, you wanted to hard code it | 10:53 |
rdopiera | mrunge: hardcoding is no good, you have to check for each package | 10:53 |
mrunge | sure! | 10:53 |
rdopiera | mrunge: it's in the package's metadata | 10:53 |
mrunge | rdopiera, I already got that, when I packaged those files | 10:54 |
rdopiera | we just copied what was in the xtstaic packaging example | 10:54 |
mrunge | rdopiera, while we're at it | 10:54 |
mrunge | exactly | 10:54 |
mrunge | can we change the description and remove the version number? | 10:55 |
mrunge | since the version is already included in the version field itself | 10:55 |
rdopiera | mrunge: remove version number? | 10:55 |
mrunge | like here: https://pypi.python.org/pypi/XStatic-Angular-Irdragndrop | 10:55 |
mrunge | description says: Angular-Irdragndrop 1.0.2 (XStatic packaging standard) | 10:56 |
mrunge | and 1.0.2 is the version | 10:56 |
mrunge | so change to Angular-Irdragndrop (XStatic packaging standard) | 10:56 |
rdopiera | DESCRIPTION = "%s %s (XStatic packaging standard)" % (DISPLAY_NAME, VERSION) | 10:57 |
*** TravT has joined #openstack-horizon | 10:57 | |
*** lhcheng is now known as lhcheng_afk | 10:57 | |
rdopiera | yeah, we can do that | 10:57 |
mrunge | yep | 10:57 |
mrunge | sounds good, and will reduce the amount of work | 10:57 |
rdopiera | I was afraid it would be in the guts of xstatic itself | 10:57 |
openstackgerrit | Merged openstack/tuskar-ui: Create form input fields according to service param attributes https://review.openstack.org/159094 | 10:58 |
mrunge | no, it's just generated metadata | 10:58 |
rdopiera | "generated" by copy-pasting ;) | 10:59 |
mrunge | magic ;-) | 11:00 |
rdopiera | mrunge: for maximum efficiency, we need to find one more person who can approve all those patches at once | 11:00 |
*** tosky has joined #openstack-horizon | 11:00 | |
rdopiera | mrunge: because I don't feel like just letting them sit there for months | 11:01 |
openstackgerrit | Merged openstack/tuskar-ui: Sync common parameters across roles when updating plan https://review.openstack.org/159459 | 11:01 |
mrunge | rdopiera, sure | 11:01 |
mrunge | afaik, horizon cores can do that, right? | 11:02 |
rdopiera | yes | 11:02 |
rdopiera | I will make the patches | 11:02 |
mrunge | but we don't have a talked about requirements of 1 or 2 cores to approve | 11:02 |
rdopiera | you will +2, we need one more +2 | 11:02 |
rdopiera | I always assumed the same rules as for horizon apply | 11:03 |
mrunge | I would assume, that's something we can defer to david-lyle_afk ? | 11:03 |
rdopiera | since the code effectively lands in Horizon | 11:03 |
mrunge | sure | 11:03 |
*** DaveJ__ has joined #openstack-horizon | 11:03 | |
mrunge | makes sense | 11:03 |
rdopiera | by the way, this patch only needs one more +2 https://review.openstack.org/#/c/155986/ | 11:05 |
*** mwhagedorn has quit IRC | 11:06 | |
mrunge | I see. let me have a look right now | 11:06 |
mrunge | thanks! | 11:06 |
*** e0ne is now known as e0ne_ | 11:07 | |
rdopiera | I wonder if we could make the bot here also tell us about all the xstatic patches | 11:08 |
mrunge | that'd be great | 11:08 |
*** dkorn has quit IRC | 11:09 | |
*** e0ne_ has quit IRC | 11:18 | |
*** chlong has joined #openstack-horizon | 11:22 | |
*** JeanBriceCombebi has quit IRC | 11:26 | |
*** dkorn has joined #openstack-horizon | 11:27 | |
*** jcoufal_ has joined #openstack-horizon | 11:28 | |
*** jcoufal has quit IRC | 11:31 | |
*** e0ne has joined #openstack-horizon | 11:47 | |
*** sayan has quit IRC | 11:50 | |
*** dkorn has quit IRC | 12:00 | |
*** mwhagedorn has joined #openstack-horizon | 12:06 | |
openstackgerrit | Carlos Gonçalves proposed openstack/horizon: Add 'Download Image' option to Images table https://review.openstack.org/74799 | 12:13 |
*** alexpilotti has joined #openstack-horizon | 12:13 | |
openstackgerrit | Merged openstack/tuskar-ui: Remove kernel/image from flavor and put it on node https://review.openstack.org/160528 | 12:13 |
openstackgerrit | Merged openstack/tuskar-ui: Add IPMI metrics to node overview page https://review.openstack.org/161016 | 12:13 |
rdopiera | rbertram: your xstatic patch is merged, you can make a release :) | 12:16 |
*** sambetts has quit IRC | 12:17 | |
*** sambetts has joined #openstack-horizon | 12:17 | |
*** smc7 has joined #openstack-horizon | 12:18 | |
*** mpavlase has quit IRC | 12:20 | |
*** dkorn has joined #openstack-horizon | 12:22 | |
*** smc7 has quit IRC | 12:23 | |
*** ZZelle has joined #openstack-horizon | 12:25 | |
openstackgerrit | Ravikumar Venkatesan proposed openstack/horizon: Adds router create/delete integration tests https://review.openstack.org/151177 | 12:27 |
*** MaxV has quit IRC | 12:37 | |
*** aix has quit IRC | 12:38 | |
*** MaxV has joined #openstack-horizon | 12:46 | |
*** raildo_away is now known as raildo | 12:48 | |
*** DCWilliams_VA has joined #openstack-horizon | 13:04 | |
*** mwhagedorn has quit IRC | 13:07 | |
*** lhcheng_afk has quit IRC | 13:09 | |
*** tzumainn has joined #openstack-horizon | 13:10 | |
*** e0ne is now known as e0ne_ | 13:12 | |
*** masco has quit IRC | 13:20 | |
*** e0ne_ is now known as e0ne | 13:22 | |
openstackgerrit | Radomir Dopieralski proposed openstack/tuskar-ui: Use ironic_discoverd.client.get_status instead of Node.extra https://review.openstack.org/159471 | 13:30 |
openstackgerrit | Radomir Dopieralski proposed openstack/tuskar-ui: Use ironic_dicoverd.client https://review.openstack.org/159422 | 13:30 |
*** aix has joined #openstack-horizon | 13:30 | |
openstackgerrit | Radomir Dopieralski proposed openstack/tuskar-ui: Make the button label match wireframes https://review.openstack.org/159782 | 13:34 |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Launch Instance Step - Network https://review.openstack.org/158950 | 13:36 |
openstackgerrit | Nikita Konovalov proposed openstack/horizon: [Sahara] Add support for event logs https://review.openstack.org/158715 | 13:36 |
*** sunilm has joined #openstack-horizon | 13:37 | |
*** fthiagogv has joined #openstack-horizon | 13:37 | |
*** matt-borland has joined #openstack-horizon | 13:39 | |
*** dboik has quit IRC | 13:43 | |
*** radez_g0n3 is now known as radez | 13:46 | |
*** obutenko has quit IRC | 13:46 | |
openstackgerrit | Radomir Dopieralski proposed openstack/tuskar-ui: Use ironic_discoverd.client.get_status instead of Node.extra https://review.openstack.org/159471 | 13:48 |
*** crobertsrh has joined #openstack-horizon | 13:49 | |
openstackgerrit | Merged openstack/tuskar-ui: Use ironic_dicoverd.client https://review.openstack.org/159422 | 13:50 |
*** julim has joined #openstack-horizon | 13:52 | |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Instance Details UX/Angular redesign https://review.openstack.org/153602 | 13:53 |
openstackgerrit | Matt Borland proposed openstack/horizon: Add New UX CSS for Upcoming Detail Screens https://review.openstack.org/158881 | 13:53 |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign https://review.openstack.org/158409 | 13:54 |
*** JeanBriceCombebi has joined #openstack-horizon | 13:56 | |
*** DCWilliams_VA has quit IRC | 13:57 | |
*** JeanBriceCombebi has quit IRC | 13:58 | |
*** obutenko has joined #openstack-horizon | 13:58 | |
*** lblanchard has joined #openstack-horizon | 13:59 | |
*** mattfarina has joined #openstack-horizon | 14:00 | |
*** Piet has joined #openstack-horizon | 14:01 | |
*** JeanBriceCombebi has joined #openstack-horizon | 14:02 | |
openstackgerrit | Merged openstack/tuskar-ui: Make the button label match wireframes https://review.openstack.org/159782 | 14:04 |
*** Longgeek has quit IRC | 14:05 | |
*** fifieldt_ has quit IRC | 14:05 | |
openstackgerrit | Ravikumar Venkatesan proposed openstack/horizon: Adds router create/delete integration tests https://review.openstack.org/151177 | 14:06 |
*** dboik has joined #openstack-horizon | 14:07 | |
*** smc7 has joined #openstack-horizon | 14:07 | |
*** mwhagedorn has joined #openstack-horizon | 14:07 | |
*** dboik has quit IRC | 14:07 | |
*** dboik_ has joined #openstack-horizon | 14:08 | |
openstackgerrit | Carlos Gonçalves proposed openstack/horizon: Add 'Download Image' option to Images table https://review.openstack.org/74799 | 14:08 |
*** smc7 has quit IRC | 14:11 | |
*** tnovacik has quit IRC | 14:13 | |
*** Piet has quit IRC | 14:13 | |
openstackgerrit | Merged openstack/tuskar-ui: Use ironic_discoverd.client.get_status instead of Node.extra https://review.openstack.org/159471 | 14:14 |
*** markus_z has quit IRC | 14:17 | |
openstackgerrit | Carlos Gonçalves proposed openstack/horizon: Add 'Download Image' option to Images table https://review.openstack.org/74799 | 14:17 |
*** mwhagedorn has quit IRC | 14:18 | |
*** obutenko has quit IRC | 14:18 | |
openstackgerrit | Nikita Konovalov proposed openstack/horizon: [Data_processing] fix job_executions table https://review.openstack.org/125927 | 14:18 |
*** Longgeek has joined #openstack-horizon | 14:20 | |
*** sunilm has quit IRC | 14:25 | |
*** Piet has joined #openstack-horizon | 14:29 | |
*** peristeri has joined #openstack-horizon | 14:29 | |
*** jtriley has joined #openstack-horizon | 14:29 | |
*** Ala has quit IRC | 14:29 | |
*** Piet has quit IRC | 14:29 | |
*** sseago has joined #openstack-horizon | 14:33 | |
*** victorfeitosa has joined #openstack-horizon | 14:33 | |
*** obutenko has joined #openstack-horizon | 14:34 | |
*** neelashah has joined #openstack-horizon | 14:34 | |
*** sseago has left #openstack-horizon | 14:34 | |
*** chlong has quit IRC | 14:34 | |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Launch Instance Step - Network https://review.openstack.org/158950 | 14:39 |
david-lyle_afk | rdopiera: https://review.openstack.org/162174 let me know if I missed any xstatic packages | 14:40 |
david-lyle_afk | gerritbot changes | 14:40 |
*** mwhagedorn has joined #openstack-horizon | 14:40 | |
*** Ala has joined #openstack-horizon | 14:40 | |
*** ZZelle has quit IRC | 14:43 | |
*** jasongarber has joined #openstack-horizon | 14:44 | |
rdopiera | david-lyle_afk: all are there, thank you very much! | 14:46 |
*** vijendar has quit IRC | 14:50 | |
*** Drago1 has quit IRC | 14:52 | |
*** Drago has joined #openstack-horizon | 14:52 | |
*** e0ne is now known as e0ne_ | 14:55 | |
*** absubram has joined #openstack-horizon | 14:56 | |
*** amotoki has quit IRC | 14:57 | |
*** ericpeterson has joined #openstack-horizon | 14:58 | |
*** absubram has quit IRC | 14:58 | |
*** absubram has joined #openstack-horizon | 14:59 | |
*** e0ne_ has quit IRC | 15:01 | |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign https://review.openstack.org/158409 | 15:01 |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign https://review.openstack.org/158409 | 15:02 |
*** jprovazn has quit IRC | 15:03 | |
*** Piet has joined #openstack-horizon | 15:10 | |
*** radez is now known as radez_g0n3 | 15:12 | |
*** iamjarvo has joined #openstack-horizon | 15:13 | |
*** ericpeterson has quit IRC | 15:15 | |
*** Piet has quit IRC | 15:16 | |
*** smc7 has joined #openstack-horizon | 15:17 | |
*** vijendar has joined #openstack-horizon | 15:24 | |
openstackgerrit | Merged openstack/tuskar-ui: Change the validation message list into checklist https://review.openstack.org/159096 | 15:24 |
openstackgerrit | Merged openstack/tuskar-ui: Required parameters check as part of deployment validation https://review.openstack.org/160368 | 15:25 |
*** rdopiera has quit IRC | 15:27 | |
*** JeanBriceCombebi has quit IRC | 15:28 | |
*** ericpeterson has joined #openstack-horizon | 15:31 | |
*** e0ne has joined #openstack-horizon | 15:32 | |
*** radez_g0n3 is now known as radez | 15:34 | |
*** clu_ has joined #openstack-horizon | 15:35 | |
*** absubram has quit IRC | 15:35 | |
*** vkmc is now known as cmkv | 15:41 | |
*** vishwana_ has quit IRC | 15:47 | |
*** Piet has joined #openstack-horizon | 15:53 | |
*** stevemar has joined #openstack-horizon | 16:01 | |
*** mflobo has left #openstack-horizon | 16:01 | |
*** Miouge has joined #openstack-horizon | 16:02 | |
*** bpokorny has joined #openstack-horizon | 16:05 | |
*** e0ne is now known as e0ne_ | 16:07 | |
*** e0ne_ is now known as e0ne | 16:10 | |
*** dkorn has quit IRC | 16:10 | |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign https://review.openstack.org/158409 | 16:11 |
*** vishwanathj has joined #openstack-horizon | 16:11 | |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign https://review.openstack.org/158409 | 16:12 |
openstackgerrit | Brad Pokorny proposed openstack/horizon: Allow Domain Admin to list roles on project https://review.openstack.org/161985 | 16:16 |
*** Drago has quit IRC | 16:18 | |
*** Drago has joined #openstack-horizon | 16:18 | |
*** jasongarber has quit IRC | 16:26 | |
*** pkarikh has quit IRC | 16:26 | |
*** dkorn has joined #openstack-horizon | 16:29 | |
*** amotoki has joined #openstack-horizon | 16:33 | |
*** jasongarber has joined #openstack-horizon | 16:33 | |
*** chlong has joined #openstack-horizon | 16:33 | |
*** dkorn has quit IRC | 16:41 | |
*** alexvictorchan has joined #openstack-horizon | 16:43 | |
*** nlahouti has joined #openstack-horizon | 16:43 | |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign https://review.openstack.org/158409 | 16:43 |
*** SimonChung has joined #openstack-horizon | 16:43 | |
*** SimonChung1 has joined #openstack-horizon | 16:44 | |
*** SimonChung has quit IRC | 16:44 | |
*** gyee has joined #openstack-horizon | 16:49 | |
*** sambetts has quit IRC | 16:55 | |
*** sambetts has joined #openstack-horizon | 16:57 | |
*** dkorn has joined #openstack-horizon | 16:58 | |
*** Miouge has quit IRC | 16:58 | |
*** jasongarber has quit IRC | 17:05 | |
*** Ala has quit IRC | 17:07 | |
*** iamjarvo has quit IRC | 17:08 | |
*** dkorn has quit IRC | 17:08 | |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign https://review.openstack.org/158409 | 17:11 |
*** oro has joined #openstack-horizon | 17:12 | |
*** e0ne is now known as e0ne_ | 17:16 | |
*** e0ne_ is now known as e0ne | 17:16 | |
*** ttrifonov is now known as zz_ttrifonov | 17:20 | |
*** fischerw has joined #openstack-horizon | 17:23 | |
openstackgerrit | Kahou Lei proposed openstack/horizon: Floating IP table should support sorting. https://review.openstack.org/162038 | 17:26 |
*** e0ne is now known as e0ne_ | 17:27 | |
*** dkorn has joined #openstack-horizon | 17:28 | |
*** e0ne_ has quit IRC | 17:32 | |
*** dkorn has quit IRC | 17:32 | |
*** william_home has quit IRC | 17:32 | |
openstackgerrit | David Lyle proposed openstack/horizon: Enable volumes metadata update https://review.openstack.org/112880 | 17:33 |
*** jcoufal_ has quit IRC | 17:33 | |
*** oro has quit IRC | 17:33 | |
*** rwsu-afk is now known as rwsu | 17:33 | |
*** tqtran has joined #openstack-horizon | 17:34 | |
*** lhcheng__ has joined #openstack-horizon | 17:39 | |
*** iamjarvo has joined #openstack-horizon | 17:41 | |
*** iamjarvo has quit IRC | 17:41 | |
*** iamjarvo has joined #openstack-horizon | 17:42 | |
*** tosky has quit IRC | 17:43 | |
*** lhcheng__ is now known as lhcheng | 17:43 | |
*** david-lyle_afk is now known as david-lyle | 17:43 | |
*** jprovazn has joined #openstack-horizon | 17:44 | |
*** romainh has left #openstack-horizon | 17:49 | |
*** stevemar has quit IRC | 17:50 | |
*** stevemar has joined #openstack-horizon | 17:50 | |
*** dkorn has joined #openstack-horizon | 17:53 | |
*** jcoufal has joined #openstack-horizon | 17:54 | |
*** oro has joined #openstack-horizon | 17:55 | |
*** jtriley has quit IRC | 17:56 | |
*** dkorn has quit IRC | 17:57 | |
*** ybathia has joined #openstack-horizon | 18:01 | |
*** sbfox has joined #openstack-horizon | 18:02 | |
*** regebro has quit IRC | 18:03 | |
*** jasongarber has joined #openstack-horizon | 18:06 | |
*** SimonChung1 has quit IRC | 18:06 | |
*** SimonChung has joined #openstack-horizon | 18:06 | |
*** jasongarber has quit IRC | 18:10 | |
*** dkorn has joined #openstack-horizon | 18:15 | |
*** ygbo has quit IRC | 18:16 | |
*** morganfainberg is now known as needscoffeebadly | 18:19 | |
openstackgerrit | Chad Roberts proposed openstack/horizon: Guided job execution page for Sahara https://review.openstack.org/147918 | 18:21 |
*** dkorn has quit IRC | 18:21 | |
*** needscoffeebadly is now known as CaptainMorgan | 18:22 | |
*** e0ne has joined #openstack-horizon | 18:22 | |
*** e0ne has quit IRC | 18:24 | |
*** sbfox has quit IRC | 18:26 | |
openstackgerrit | Matt Fischer proposed openstack/horizon: Set OS_PROJECT_NAME https://review.openstack.org/162264 | 18:30 |
openstackgerrit | Travis Tripp proposed openstack/horizon: WIP - Launch Instance Model https://review.openstack.org/158929 | 18:32 |
*** obutenko has quit IRC | 18:33 | |
*** thiagop has joined #openstack-horizon | 18:33 | |
thiagop | Hello david-lyle! Have we reached a veredict with that problem on the session overflow with keystone v3 token? | 18:34 |
thiagop | david-lyle: We have an impediment here depending on that... | 18:35 |
david-lyle | thiagop I hope to put my patch for devstack to default to memcached, easiest road | 18:35 |
david-lyle | today | 18:35 |
mrunge | thiagop, use database backed sessions | 18:35 |
david-lyle | was the when | 18:35 |
david-lyle | mrunge: we need a default in devstack | 18:36 |
mrunge | I see | 18:36 |
stevemar | david-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 |
thiagop | david-lyle: memcached it is, then | 18:37 |
*** oro has quit IRC | 18:37 | |
*** jasongarber has joined #openstack-horizon | 18:37 | |
mrunge | still I recommend everybody NOT to use devstack. at least not on any non disposable machine | 18:38 |
*** andrewbogott has joined #openstack-horizon | 18:40 | |
*** dkorn has joined #openstack-horizon | 18:41 | |
andrewbogott | drive-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-lyle | andrewbogott: thanks! always nice to have some positive feedback from time to time :) | 18:42 |
david-lyle | stevemar: actually I would like to get you and jamielennox|away together | 18:43 |
*** jprovazn has quit IRC | 18:43 | |
david-lyle | we have 3 patch sets for different features all tramping about in the same small set of code | 18:43 |
david-lyle | but a test system would certainly help | 18:43 |
stevemar | david-lyle, then lets get that discussion started, i am tired of seeing it not-merged :) | 18:44 |
tqtran | <--- please include me as well | 18:45 |
*** dkorn has quit IRC | 18:46 | |
openstackgerrit | Brian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 18:48 |
* ericpeterson has a joke about tinyurl in the service catalog, to avoid session overflow | 18:48 | |
lhcheng | stevemar: or document the google integration for testing sso :) | 18:48 |
stevemar | it is partially doced | 18:48 |
lhcheng | ericpeterson: lol | 18:49 |
stevemar | http://docs.openstack.org/developer/keystone/extensions/openidc.html | 18:49 |
stevemar | lhcheng, ^ | 18:49 |
david-lyle | stevemar: me too | 18:49 |
stevemar | david-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 monday | 18:50 |
*** stevemar is now known as stevedore | 18:50 | |
*** absubram has joined #openstack-horizon | 18:52 | |
*** alanf-mc has joined #openstack-horizon | 18:53 | |
lhcheng | stevemar: thank you! much appreciated | 18:57 |
*** william_home has joined #openstack-horizon | 18:58 | |
*** bpokorny_ has joined #openstack-horizon | 19:01 | |
*** jasongarber has quit IRC | 19:02 | |
*** william_home has quit IRC | 19:02 | |
openstackgerrit | lu huichun proposed openstack/horizon: Sahara Data Processing EDP Job Add HBase common lib checkbox https://review.openstack.org/162273 | 19:03 |
*** MaxV has quit IRC | 19:03 | |
*** bpokorny has quit IRC | 19:04 | |
*** fthiagogv has quit IRC | 19:04 | |
*** dkorn has joined #openstack-horizon | 19:05 | |
*** cmkv is now known as vkmc | 19:09 | |
*** andrewbogott has left #openstack-horizon | 19:10 | |
*** jasongarber has joined #openstack-horizon | 19:10 | |
*** jtriley has joined #openstack-horizon | 19:12 | |
*** Piet has quit IRC | 19:14 | |
*** dkorn has quit IRC | 19:14 | |
*** william_home has joined #openstack-horizon | 19:21 | |
openstackgerrit | Chad Roberts proposed openstack/horizon: Updating sahara image registry form for dynamic adds https://review.openstack.org/162277 | 19:21 |
*** thiagop has quit IRC | 19:23 | |
*** aix has quit IRC | 19:24 | |
*** sbfox has joined #openstack-horizon | 19:29 | |
*** victorfeitosa has quit IRC | 19:30 | |
*** SimonChung1 has joined #openstack-horizon | 19:31 | |
*** SimonChung has quit IRC | 19:31 | |
*** dkorn has joined #openstack-horizon | 19:34 | |
*** sayan has joined #openstack-horizon | 19:34 | |
*** bpokorny has joined #openstack-horizon | 19:35 | |
openstackgerrit | Thai Tran proposed openstack/horizon: Allow to hide tab title bar when only one tab is available https://review.openstack.org/129449 | 19:35 |
*** jtriley has quit IRC | 19:36 | |
*** bpokorny_ has quit IRC | 19:38 | |
*** dkorn has quit IRC | 19:39 | |
*** tnovacik has joined #openstack-horizon | 19:39 | |
*** jtriley has joined #openstack-horizon | 19:40 | |
*** DaveJ__ has quit IRC | 19:40 | |
*** jasongarber has quit IRC | 19:42 | |
*** jasongarber has joined #openstack-horizon | 19:44 | |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Launch Instance Step - Network https://review.openstack.org/158950 | 19:47 |
openstackgerrit | Amogh proposed openstack/horizon: Integration tests - Instances tests https://review.openstack.org/117091 | 19:48 |
*** mrunge has quit IRC | 19:50 | |
*** CaptainMorgan is now known as morganfainberg | 19:50 | |
openstackgerrit | Tyr Johanson proposed openstack/horizon: WIP - Launch Instance Step - Select Flavor https://review.openstack.org/158945 | 19:53 |
openstackgerrit | Brian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source https://review.openstack.org/158934 | 19:54 |
*** william_home has quit IRC | 19:57 | |
*** dkorn has joined #openstack-horizon | 19:57 | |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign https://review.openstack.org/158409 | 19:58 |
*** bpokorny_ has joined #openstack-horizon | 20:00 | |
*** bpokorn__ has joined #openstack-horizon | 20:01 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Add New UX CSS for Upcoming Detail Screens https://review.openstack.org/158881 | 20:02 |
*** bpokorny has quit IRC | 20:03 | |
*** dkorn has quit IRC | 20:04 | |
*** mpavlase has joined #openstack-horizon | 20:04 | |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign https://review.openstack.org/158409 | 20:05 |
*** bpokorny_ has quit IRC | 20:05 | |
*** Longgeek has quit IRC | 20:06 | |
*** mwhagedorn has quit IRC | 20:07 | |
*** mwhagedorn has joined #openstack-horizon | 20:09 | |
*** Piet has joined #openstack-horizon | 20:10 | |
*** ayoung has joined #openstack-horizon | 20:17 | |
*** dkorn has joined #openstack-horizon | 20:25 | |
*** dkorn has quit IRC | 20:29 | |
*** ericpete_ has joined #openstack-horizon | 20:30 | |
*** Piet has quit IRC | 20:31 | |
*** radez is now known as radez_g0n3 | 20:32 | |
*** alanf-mc has quit IRC | 20:34 | |
*** ericpeterson has quit IRC | 20:34 | |
*** sayan has quit IRC | 20:34 | |
*** jasongarber has quit IRC | 20:35 | |
*** raildo has quit IRC | 20:42 | |
*** dkorn has joined #openstack-horizon | 20:48 | |
*** Ephur_ has quit IRC | 20:49 | |
*** smc7 has quit IRC | 20:50 | |
*** tnovacik has quit IRC | 20:54 | |
*** dkorn has quit IRC | 20:56 | |
*** nlahouti has quit IRC | 20:58 | |
*** sqchen has joined #openstack-horizon | 21:00 | |
*** lblanchard has quit IRC | 21:03 | |
*** jasongarber has joined #openstack-horizon | 21:05 | |
openstackgerrit | Dan Nguyen proposed openstack/horizon: Add example keystone v3 policy file to horizon https://review.openstack.org/151018 | 21:11 |
*** r1chardj0n3s_afk is now known as r1chardj0n3s | 21:12 | |
esp | doug-fish: at your convenience sir https://review.openstack.org/151018 | 21:14 |
doug-fish | already done! | 21:14 |
doug-fish | (It's like I have esp) | 21:14 |
*** smc7 has joined #openstack-horizon | 21:15 | |
*** dkorn has joined #openstack-horizon | 21:15 | |
*** absubram has quit IRC | 21:17 | |
*** iamjarvo has quit IRC | 21:21 | |
stevedore | horizon 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-horizon | 21:23 | |
*** dkorn has quit IRC | 21:25 | |
doug-fish | stevedore: not sure offhand ... looking/thinking | 21:25 |
doug-fish | stevedore: how are you installing? | 21:25 |
stevedore | i installed horizon through devstack | 21:26 |
openstackgerrit | Thai Tran proposed openstack/horizon: WIP angularize identity users. https://review.openstack.org/133767 | 21:26 |
stevedore | and DOA through git clone, and did a `python setup.py develop` | 21:26 |
*** julim has quit IRC | 21:27 | |
david-lyle | stevedore: needs more wraps | 21:27 |
david-lyle | wondering if oslo_concurrency is requiring a specific version of six, that's not getting installed? | 21:28 |
stevedore | david-lyle, i've got both up to date, let me look at th requirements | 21:29 |
*** alanf-mc has joined #openstack-horizon | 21:29 | |
david-lyle | six >= 1.9.0 | 21:30 |
david-lyle | for oslo_concurrency | 21:30 |
david-lyle | same in horizon | 21:30 |
*** matt-borland has quit IRC | 21:31 | |
stevedore | i have six==1.9.0 oslo.concurrency==1.6.0 installed | 21:31 |
stevedore | to restart horizon, just restart apache right? | 21:32 |
david-lyle | yeah | 21:32 |
openstackgerrit | Thai Tran proposed openstack/horizon: WIP angularize identity users. https://review.openstack.org/133767 | 21:32 |
openstackgerrit | Thai Tran proposed openstack/horizon: Angular Form Password Validation https://review.openstack.org/161344 | 21:32 |
*** harlowja_away has quit IRC | 21:34 | |
stevedore | well now it's just trying to autogenerate that key | 21:34 |
stevedore | if i comment it out | 21:34 |
esp | lol doug-fish | 21:35 |
*** iamjarvo has joined #openstack-horizon | 21:35 | |
david-lyle | stevedore: just hard-code the key | 21:36 |
david-lyle | I'm not seeing the problem locally | 21:36 |
*** dboik_ has quit IRC | 21:37 | |
doug-fish | stevedore: david-lyle I don't see the problem either - of course I don't set up my development environment that way | 21:37 |
*** jcoufal has quit IRC | 21:39 | |
stevedore | something wonky is going on with six | 21:39 |
stevedore | the settings get changes in openstack_dashboard/local/local_settings.py right? anyway to undo those changes? they aren't tracked by git | 21:42 |
*** dkorn has joined #openstack-horizon | 21:44 | |
david-lyle | stevedore: they're just a copy of settings.py.example | 21:46 |
david-lyle | with a couple of changes | 21:46 |
david-lyle | https://github.com/openstack-dev/devstack/blob/master/lib/horizon#L96 | 21:47 |
david-lyle | but I think you can live without those as the defaults should work | 21:47 |
*** amotoki has quit IRC | 21:48 | |
*** neelashah has quit IRC | 21:49 | |
*** dkorn has quit IRC | 21:49 | |
*** nlahouti has joined #openstack-horizon | 21:50 | |
*** neelashah has joined #openstack-horizon | 21:50 | |
*** jtriley has quit IRC | 21:51 | |
openstackgerrit | Thai Tran proposed openstack/horizon: Angular Form Password Validation https://review.openstack.org/161344 | 21:54 |
openstackgerrit | Thai Tran proposed openstack/horizon: Angular Form Password Validation https://review.openstack.org/161344 | 21:56 |
tqtran | david-lyle: when you get a chance, could you take a look at the form stuff, its a pretty simple patch and needed for identity users | 21:57 |
*** davelowe has quit IRC | 21:59 | |
*** ericpete_ has quit IRC | 22:00 | |
*** cbader has quit IRC | 22:01 | |
*** ericpeterson has joined #openstack-horizon | 22:02 | |
*** andrewbogott has joined #openstack-horizon | 22:03 | |
andrewbogott | I’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 |
andrewbogott | Is that configurable someplace, or am overlooking an obvious widget? | 22:05 |
*** romainh has joined #openstack-horizon | 22:06 | |
*** romainh has left #openstack-horizon | 22:06 | |
*** dkorn has joined #openstack-horizon | 22:07 | |
*** ericpeterson has quit IRC | 22:07 | |
*** crobertsrh is now known as _crobertsrh | 22:07 | |
*** radez_g0n3 is now known as radez | 22:08 | |
*** mattfarina has quit IRC | 22:09 | |
david-lyle | andrewbogott: there was no a view but a project selector in the left hand navigation | 22:09 |
david-lyle | it now lives in the header bar | 22:09 |
david-lyle | I think that's what you're looking for? | 22:09 |
andrewbogott | david-lyle: right, but that selector only includes projects that I’m admin for | 22:09 |
andrewbogott | There are projects I’m a member of that I can no longer select. | 22:10 |
andrewbogott | I was imagining some sort of read-only interface for users | 22:10 |
andrewbogott | maybe I’m misremembering how havana behaved | 22:10 |
david-lyle | did you add all these roles in the current session? | 22:10 |
andrewbogott | no... | 22:10 |
andrewbogott | but I will log out and in just to be sure :) | 22:10 |
david-lyle | hmm | 22:10 |
andrewbogott | yeah, still not there | 22:11 |
david-lyle | we may be hiding disabled projects as well | 22:11 |
*** dkorn has quit IRC | 22:11 | |
* david-lyle has a tough time remembering icehouse specifics | 22:11 | |
andrewbogott | It’s also possible that my role names are non-standard, if they were renamed anytime since diablo | 22:11 |
andrewbogott | I also don’t have an interface for creating projects/adding members, which makes me think I must have left a section out of my config | 22:13 |
david-lyle | admin is the only role horizon in icehouse looks for to toggle things | 22:13 |
david-lyle | that should be in the admin dashboard in the identity panel group | 22:14 |
david-lyle | as long as you're admin | 22:14 |
*** r1chardj0n3s is now known as r1chardj0n3s_afk | 22:15 | |
andrewbogott | I have only a ‘compute’ dashboard | 22:15 |
david-lyle | then you do not have the admin role | 22:15 |
andrewbogott | ‘admin role’ is tenant-specific, or some global concept? | 22:16 |
david-lyle | name is 'admin' and applies to the project you are scoped to | 22:16 |
david-lyle | so if your default project (if set) were a project you were not admin you would not see the Admin dashboard | 22:17 |
*** sbfox has quit IRC | 22:17 | |
andrewbogott | Ah, but as I said, it /only/ shows projects that I am admin in. | 22:17 |
andrewbogott | So I can be pretty confident that… | 22:17 |
andrewbogott | well — let’s check. what should I look for on the keystone-client commandline to verify this? | 22:18 |
david-lyle | sure | 22:18 |
david-lyle | oops | 22:18 |
andrewbogott | $ keystone --os-tenant-name testlabs role-list | 22: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 |
andrewbogott | that’s a bad sign | 22:19 |
andrewbogott | it looks like the roles /were/ renamed :( | 22:19 |
david-lyle | yeah 'admin' is the value | 22:20 |
*** tnovacik has joined #openstack-horizon | 22:20 | |
david-lyle | we just added the ability to specify a different role name for admin, but that's not in icehouse | 22:20 |
*** sbfox has joined #openstack-horizon | 22:21 | |
*** bpokorny has joined #openstack-horizon | 22:21 | |
andrewbogott | nor juno, I take it? | 22:22 |
david-lyle | no, sorry | 22:22 |
*** e0ne has joined #openstack-horizon | 22:22 | |
andrewbogott | grrr, now I can’t even get keystone to admit that I exist as a user | 22:22 |
*** jtomasek has quit IRC | 22:24 | |
*** davelowe has joined #openstack-horizon | 22:24 | |
*** chlong has quit IRC | 22:24 | |
*** bpokorn__ has quit IRC | 22:25 | |
andrewbogott | bah! 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-horizon | 22:25 | |
andrewbogott | nm, found it | 22:25 |
david-lyle | sorry don't hit the CLI very ofter | 22:26 |
david-lyle | *often | 22:26 |
openstackgerrit | Kahou Lei proposed openstack/horizon: Floating IP table should support sorting https://review.openstack.org/162038 | 22:27 |
*** jasongarber has quit IRC | 22:28 | |
andrewbogott | Is it possible to be a member of a project but have no role at all? | 22:30 |
*** radez is now known as radez_g0n3 | 22:31 | |
david-lyle | no, the role is membership | 22:31 |
*** dkorn has joined #openstack-horizon | 22:32 | |
andrewbogott | Hm, keystone user-role-list is returning emptyness for users that I know are in the project | 22:32 |
*** r1chardj0n3s_afk is now known as r1chardj0n3s | 22:32 | |
andrewbogott | but, 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 |
openstackgerrit | Merged openstack/horizon: Making Resource panel visible where appropriate https://review.openstack.org/159881 | 22:34 |
david-lyle | andrewbogott: if I'm scoped (logged into) a project that I have the 'admin' role on, then I can do all the things in icehouse | 22:35 |
david-lyle | I can create users, I can assign roles for that user on any project | 22:36 |
andrewbogott | um… that’s crazy, right? Being able to administrate one project != being able to administrate the whole damn cloud | 22:36 |
david-lyle | it does in openstack | 22:36 |
david-lyle | with keystone v3 API and a new policy file some of that changes | 22:37 |
andrewbogott | How can that be? There are public clouds after all. | 22:37 |
*** sbfox has quit IRC | 22:37 | |
david-lyle | andrewbogott: 2 main public clouds based on OpenStack don't use keystone | 22:38 |
david-lyle | the use model is thought to be this | 22:38 |
david-lyle | you the operator own and administer the cloud | 22:39 |
david-lyle | you create all users and projects and assign roles | 22:39 |
*** tqtran is now known as tqtran_afk | 22:39 | |
david-lyle | then the users can log in and create VMs, networks, etc on the projects they have a role on | 22:39 |
david-lyle | but have no control over authentication rules | 22:40 |
Piet | If 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/xs6ixvh9es7dkgc4 | 22:40 |
andrewbogott | david-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 instances | 22:40 |
andrewbogott | - ‘projectadmin’ can add/remove members from their project, and create and delete instances | 22:41 |
*** julim has joined #openstack-horizon | 22:41 | |
andrewbogott | - ‘cloudadmin’ can create projects and hence, do all those other things | 22:41 |
andrewbogott | So, maybe ‘cloudadmin’ is what OS calls ‘admin’ | 22:42 |
david-lyle | then you are using keystone v3 and a modified policy file? | 22:42 |
andrewbogott | and ‘projectadmin’ is what OS calls ‘member’ | 22:42 |
andrewbogott | Nope, this has been how we ran it since diablo | 22:42 |
andrewbogott | But with a custom UI. so maybe all these policies are implemented in the UI and ignore keystone rights altogether... | 22:42 |
andrewbogott | although we certainly use keystone auth to log into the UI | 22:42 |
andrewbogott | but, ok, it seems like ‘cloudadmin’ in my cloud == ‘admin’ in OS | 22:43 |
david-lyle | andrewbogott: but it's just the UI that's blocking access control | 22:43 |
andrewbogott | and ‘projectadmin’ == member in OS | 22:43 |
andrewbogott | and OS just doesn’t have a concept of what we call a ‘member' | 22:43 |
andrewbogott | david-lyle: it must just be enforced by the gui, I haven’t thought about it that hard. | 22:43 |
andrewbogott | Crap, this means adopting horizon is going to be ugly :( | 22:44 |
david-lyle | you are elevating privilege somehow for projectadmin users | 22:44 |
david-lyle | andrewbogott: we're actually working very hard to fix all that | 22:44 |
andrewbogott | must be, yeah. | 22:44 |
*** sbfox has joined #openstack-horizon | 22:44 | |
david-lyle | let me grab some patches | 22:45 |
david-lyle | just a sec | 22:45 |
andrewbogott | david-lyle: working to fix in kilo, or for L? | 22:46 |
david-lyle | https://review.openstack.org/#/c/141153/ and https://review.openstack.org/#/c/148082/ | 22:46 |
david-lyle | working for Kilo, running out of runway | 22:46 |
*** tqtran_afk has quit IRC | 22:46 | |
david-lyle | but it introduces another identity concept, domains | 22:47 |
david-lyle | which has been in keystone since Grizzly | 22:47 |
david-lyle | but, domains are essentially how you're treating projects | 22:47 |
david-lyle | so the roles are shlub (member), domain admin and cloud admin | 22:48 |
andrewbogott | how do domains differ from tenants? | 22:48 |
david-lyle | basically a super-tenant | 22:49 |
openstackgerrit | Dan Nguyen proposed openstack/horizon: Add example keystone v3 policy file to horizon https://review.openstack.org/162325 | 22:49 |
david-lyle | another container | 22:50 |
lhcheng | **spatial tenant | 22:50 |
andrewbogott | david-lyle: ah, because what you’re calling ‘shlub’ is /already/ a tenant admin in my lingo | 22:50 |
david-lyle | no, just user | 22:50 |
david-lyle | well maybe | 22:50 |
andrewbogott | then why is there not a tenant admin role? | 22:50 |
david-lyle | what can our user do? | 22:51 |
david-lyle | spin up VMs, etc? | 22:51 |
david-lyle | that's just user | 22:51 |
david-lyle | or "member' | 22:51 |
andrewbogott | Is there any role that means ‘I can change members of this tenant’? | 22:51 |
andrewbogott | Or just ‘I can change members of <some> tenants’? | 22:51 |
openstackgerrit | Doug Fish proposed openstack/django_openstack_auth: WIP: K2K federation https://review.openstack.org/159910 | 22:52 |
david-lyle | just from the domain admin level | 22:53 |
andrewbogott | weird | 22:53 |
andrewbogott | and there’s still no concept of ‘can login to vms but not create them’] | 22:53 |
david-lyle | keystone is actually attempting to squash out domains (if I understand the flavor of the week) | 22:53 |
david-lyle | you would just do that with a keypair or username and password on the VM | 22:54 |
andrewbogott | ‘squash out’ in what sense? | 22:54 |
*** peristeri has quit IRC | 22:54 | |
david-lyle | or are you using the consoles | 22:54 |
david-lyle | well, you're not using horizon, so what are you wanting this third class of user to be able to do? | 22:54 |
andrewbogott | david-lyle: nah, keypair/username works, just it would be nice to be able to administrate that from horizon | 22:55 |
david-lyle | the tenant owner can add users on the OS instance | 22:55 |
david-lyle | could access through the console in horizon | 22:55 |
david-lyle | but we don't modify user credentials on the VMs directly | 22:56 |
andrewbogott | ‘tenant owner’? | 22:56 |
david-lyle | I think it's broader | 22:56 |
david-lyle | anyone who has a role on the tenant | 22:56 |
david-lyle | are you doing useradd from your UI? | 22:58 |
andrewbogott | well, my current design is kind of a 9-headed monster. | 22:58 |
andrewbogott | Ldap backs everything — access on machines and also keystone. | 22:59 |
david-lyle | oh, so you do user permission changes directly in ldap | 22:59 |
*** iamjarvo has quit IRC | 22:59 | |
david-lyle | not your UI | 22:59 |
david-lyle | or you use ldap for users on the VMs | 23:00 |
andrewbogott | Right, the VMs use ldap auth | 23:00 |
andrewbogott | And the UI reads/writes from/to ldap. | 23:01 |
david-lyle | oh the UI writes to ldap, so you've mapped your roles | 23:01 |
andrewbogott | right. | 23:01 |
david-lyle | that's been a difficult thing to generalize | 23:02 |
andrewbogott | All of this was implemented before horizon (and most of keystone) existed. | 23:02 |
andrewbogott | I guess I should’ve been keeping an eye out so that keystone’s development included my use case :( | 23:02 |
*** ericpeterson has joined #openstack-horizon | 23:03 | |
david-lyle | andrewbogott: they've thought a lot about it, like I say though hard to have a generic mapping mechanism | 23:03 |
david-lyle | not so bad for one installation | 23:04 |
andrewbogott | It sounds like I need two things — | 23:04 |
andrewbogott | 1) domain admins (or something like that) that lets me limit a user’s influence to a single tenant | 23:04 |
andrewbogott | 2) a new dashboard that controls ‘peon’ users within ldap, who don’t necessarily even exist in keystone as members of any projects. | 23:05 |
andrewbogott | At which point what you’re calling an ‘admin’ will be what we call a ‘cloud admin’ | 23:06 |
david-lyle | well member may be your projectadmin other than your custom ldap work | 23:06 |
david-lyle | which you could use RBAC to control | 23:06 |
david-lyle | access to | 23:06 |
andrewbogott | hm, true — if ‘member’ has access to the peon dashboard. | 23:06 |
andrewbogott | they couldn’t add/remove other members. | 23:06 |
andrewbogott | but they could, peons. | 23:06 |
andrewbogott | So that’s a slight change from our current use but might be acceptable. | 23:06 |
david-lyle | yup | 23: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 |
andrewbogott | Which, if I understand correctly, I could create domain admins and just define each domain to be == a single tenant | 23:07 |
*** ericpeterson has quit IRC | 23:07 | |
andrewbogott | at which point a domain admin would be the same as a projectadmin | 23:07 |
andrewbogott | Unless keystone abolishes domains, which you mentioned earlier and which seems to… negate everything else you said about domains :) | 23:08 |
david-lyle | andrewbogott: I think so, and if domains go away, there will still be a hierarchy that you could use | 23:09 |
david-lyle | tenants are becoming hierarchical | 23:10 |
andrewbogott | ok. And you think it’s vaguely possible that this will role out in K? | 23:10 |
david-lyle | vaguely yes | 23:10 |
andrewbogott | you mean, tenants in tenants? | 23:10 |
andrewbogott | :/ ok | 23:10 |
david-lyle | yes to tenants in tenants | 23:10 |
david-lyle | that's somewhat in Keystone now, will be in other projects in L | 23:10 |
*** mpavlase has quit IRC | 23:10 | |
andrewbogott | ok | 23:11 |
andrewbogott | I’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 |
andrewbogott | david-lyle: thank you for talking this through with me | 23:11 |
*** tnovacik has quit IRC | 23:12 | |
david-lyle | sure, the domain model was intended for things like public cloud, but that's as far as it got | 23:12 |
andrewbogott | david-lyle: do you object to my c/p’ing this conversation and posting it in a potentially public place? | 23:12 |
david-lyle | hard to connect the dots through all the projects in openstack | 23:13 |
david-lyle | no, that's fine, I assume this channel is logged by someone (not officially) | 23:13 |
david-lyle | so it's yours to do with as you please | 23:13 |
andrewbogott | Due 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 |
andrewbogott | thanks | 23:13 |
david-lyle | if you want more detailed keystone talk, try #openstack-keystone they're very helpful and responsive too | 23:14 |
david-lyle | I just build on the pieces they provide :) | 23:16 |
stevedore | david-lyle, they are a bunch of jerk faced jerks, but handsome | 23:16 |
david-lyle | stevedore: I had it the other way around | 23:16 |
*** ericpeterson has joined #openstack-horizon | 23:17 | |
*** vijendar has quit IRC | 23:19 | |
*** r1chardj0n3s is now known as r1chardj0n3s_afk | 23:20 | |
*** e0ne has quit IRC | 23:22 | |
*** ericpeterson has quit IRC | 23:23 | |
lhcheng | haha | 23:23 |
* andrewbogott flees | 23:25 | |
*** andrewbogott is now known as andrewbogott_afk | 23:25 | |
*** doug-fish has left #openstack-horizon | 23:28 | |
*** mwhagedorn has quit IRC | 23:30 | |
*** stevedore has quit IRC | 23:31 | |
*** mattfarina has joined #openstack-horizon | 23:40 | |
*** oro has joined #openstack-horizon | 23:41 | |
*** mwhagedorn has joined #openstack-horizon | 23:49 | |
*** sqchen has quit IRC | 23:55 | |
*** sqchen has joined #openstack-horizon | 23:56 | |
*** mattfarina has quit IRC | 23:57 | |
morganfainberg | david-lyle, ^ i just read the scrollback and i'm not sure how we (keystone) missed the mark on 'public cloud' use-case | 23:59 |
david-lyle | I don't think keystone did | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!