*** dims has joined #openstack-keystone | 00:00 | |
*** jistr has quit IRC | 00:01 | |
*** jerrygb has joined #openstack-keystone | 00:01 | |
*** diazjf has quit IRC | 00:02 | |
*** jistr has joined #openstack-keystone | 00:03 | |
*** mvk has quit IRC | 00:10 | |
*** diazjf has joined #openstack-keystone | 00:14 | |
*** stingaci has joined #openstack-keystone | 00:15 | |
*** diazjf has quit IRC | 00:15 | |
*** stingaci has quit IRC | 00:19 | |
*** jerrygb_ has joined #openstack-keystone | 00:22 | |
*** jerrygb has quit IRC | 00:23 | |
*** jerrygb has joined #openstack-keystone | 00:29 | |
*** jerrygb_ has quit IRC | 00:31 | |
*** jerrygb_ has joined #openstack-keystone | 00:35 | |
*** jerrygb has quit IRC | 00:37 | |
*** jerrygb has joined #openstack-keystone | 00:40 | |
*** jerrygb_ has quit IRC | 00:42 | |
*** stingaci has joined #openstack-keystone | 00:47 | |
*** jerrygb has quit IRC | 00:47 | |
*** jerrygb has joined #openstack-keystone | 00:47 | |
*** stingaci has quit IRC | 00:51 | |
*** jerrygb_ has joined #openstack-keystone | 00:53 | |
*** jerrygb has quit IRC | 00:53 | |
*** liujiong has joined #openstack-keystone | 01:07 | |
*** stingaci has joined #openstack-keystone | 01:11 | |
*** thorst_ has joined #openstack-keystone | 01:14 | |
*** thorst_ has quit IRC | 01:14 | |
openstackgerrit | Ron De Rose proposed openstack/keystone: Set the domain for federated users https://review.openstack.org/423708 | 01:15 |
---|---|---|
*** stingaci has quit IRC | 01:15 | |
*** jerrygb has joined #openstack-keystone | 01:19 | |
*** jerrygb_ has quit IRC | 01:20 | |
openstackgerrit | Ron De Rose proposed openstack/keystone: Set the domain for federated users https://review.openstack.org/423708 | 01:21 |
*** jerrygb has quit IRC | 01:44 | |
*** thorst_ has joined #openstack-keystone | 01:55 | |
*** thorst_ has quit IRC | 02:00 | |
morgan | rderose: ping | 02:03 |
morgan | rderose: when did the ignore expires option land? | 02:03 |
morgan | rderose: in Ocata? because i'm going to say fix that now instead of saying "oh this already landed" | 02:03 |
morgan | if it's in newton, i'm still going to hold on my -1, and say "fix this" and make the option deprecated. | 02:04 |
morgan | it's a very very very bad design choice | 02:04 |
morgan | and had i seen it in the original patch, i would have complained there too | 02:04 |
rderose | morgan: hi | 02:05 |
morgan | rderose: sorry i feel *very* strongly about these types of designs | 02:05 |
rderose | morgan: understand, np | 02:06 |
morgan | putting uuids in config files is justification in my book for a -2 | 02:06 |
rderose | morgan: at the time, it was the easy & quick option | 02:06 |
rderose | morgan: understand | 02:06 |
morgan | ftr, i didn't -2 it because i figured we could easily move away from it in either case | 02:06 |
morgan | and a -2 requires a lot more interactions to get removed :) | 02:06 |
rderose | right | 02:06 |
morgan | i mean, i can re-spin this if you want. but i'd rather be able to +2 it ^_^ | 02:06 |
morgan | did the password expiry stuff land in newton or ocata (pre-3?) | 02:07 |
rderose | newton | 02:07 |
morgan | ok then my view is deprecate the option, keep the current functionality and add it as an attribute on the user | 02:07 |
morgan | knowing the option and functionality around it is going away | 02:07 |
rderose | morgan: creating another option for ignoring expired passwords seems out-of-scope for what I'm doing | 02:08 |
morgan | so the end check is (<password_change_on_first_user> and (not in <conf.option>[deprecated] or not <user.ignore_password_expiry>) | 02:08 |
rderose | morgan: my patch is setting a password to be expired | 02:09 |
morgan | well like i said, i view this lumping functionality into a -2 category as is. the choice to use that option is bad, that option is bad | 02:09 |
morgan | i'm happy to spin up a patch to do what i am asking for | 02:10 |
morgan | and make this one depend on it | 02:10 |
morgan | this is one of those things i keep having to fight because it is the same design pattern used over and over and it sucks every single time | 02:10 |
rderose | morgan: so your would be to simply deprecate the current config option and use it? | 02:10 |
morgan | i would deprecate the current option, add a user-attribute | 02:11 |
morgan | and use either/both for now | 02:11 |
morgan | the option drops in Q | 02:11 |
morgan | like i said, happy to quickly spin a patch for that | 02:11 |
rderose | morgan: okay, go for it | 02:11 |
morgan | just tell me where i should set the metadata for the user to ignore that option | 02:11 |
morgan | user column? | 02:12 |
morgan | erm user_table column? | 02:12 |
* morgan sees a design change for P to create a more fluid set of options for user(s) | 02:12 | |
morgan | but for now, what is the best place to stash this option. i'll spin up the patch tonight and rebase your work on it (should be pretty darn quick) | 02:13 |
rderose | morgan: okay, I think user table | 02:13 |
morgan | wfm :) | 02:13 |
morgan | i think that in P we should build a more fluid option table that is a [option][user][value] sql thing | 02:14 |
rderose | morgan: yeah, that would be cool | 02:14 |
morgan | and define the values in code, because having a ton of columns on the user table may be bad if they are unused :) | 02:14 |
morgan | and then we just load up the options for the user. this, and other such magic super-flags can live in that kind of relationship | 02:15 |
morgan | anyway, that is a PTG discussion | 02:15 |
morgan | i'll have some code for you shortly | 02:15 |
morgan | thnx for understanding ^_^ | 02:15 |
rderose | morgan: alright, sounds good | 02:15 |
rderose | morgan: and thank you :) | 02:15 |
morgan | hmm | 02:16 |
morgan | silly question, should i use the SQL migration (migrate) to populate the column from the config if the values are set? | 02:16 |
morgan | i feel like that might be weird. | 02:17 |
rderose | morgan: yeah, you would have to | 02:17 |
morgan | well don't *have* to | 02:17 |
rderose | morgan: :) | 02:17 |
stevemar | morgan: this is why we need you in keystone :) | 02:17 |
stevemar | morgan: you make the right architectural moves :) | 02:17 |
morgan | because both the value form the option and the flag will be used in Ocata | 02:17 |
stevemar | some other dumb PTL approved using uuids in a config :( | 02:17 |
morgan | stevemar: i'm basing the new patch on the MFA table addition | 02:17 |
morgan | stevemar: FYI because i don't want to do rebase hell atm | 02:18 |
morgan | [not the whole chain, just the mfa table add] | 02:18 |
morgan | i can rebase if we punt MFA stuff out, but i should have all the code up tomorrow for that too | 02:18 |
rderose | morgan: if not in config, how would deployers set the new user attribute? | 02:18 |
morgan | rderose: .update_user | 02:18 |
morgan | it's a soft value that is set on the user itself | 02:18 |
rderose | morgan: ah, extra field? | 02:18 |
morgan | yep | 02:18 |
morgan | hence why storing it in the user table makes sense | 02:19 |
morgan | stevemar: it wasn't a dumb ptl, it was, like most things, where the PTL saw good code but missed things. I never caught everything when I was PTL :P | 02:19 |
morgan | stevemar: i let things in i shouldn't have :P | 02:19 |
morgan | stevemar: but i mean, i'm happy to blame said PTL :P | 02:20 |
morgan | rderose: i'm happy to pull the conf data in, but it feels weird to do so in a migrate. | 02:20 |
morgan | rderose: i'll comment the patch once i push it so reviewers can make a call on it | 02:20 |
rderose | morgan: yeah, if you don't, deployers will just have to manually migrate | 02:20 |
rderose | or do it | 02:20 |
morgan | rderose: yeah. | 02:21 |
rderose | morgan: config was always the short-term option, ideally, we'll make PCI domain scoped | 02:21 |
morgan | then per-user flags make a ton of sense | 02:21 |
morgan | since the domain-admin may want exceptions as well | 02:21 |
rderose | good point | 02:22 |
morgan | woo, since this is new data i don't have to have triggers *yay* | 02:23 |
rderose | morgan: :) | 02:24 |
openstackgerrit | Kristi Nikolla proposed openstack/keystone: Remove LDAP write support https://review.openstack.org/423572 | 02:32 |
stevemar | morgan: :) | 02:50 |
morgan | knikolla: close to what i suggested, close enough though | 02:53 |
morgan | knikolla: +2 (i would have preffered to not rename all the methods to _ prefixed and just added the new call to the top of the deprecated methods | 02:53 |
morgan | knikolla: this is fine as is. i'll rebase my chain on top of it. | 02:53 |
morgan | stevemar: we should fix the sheer volume of deprecated warning for the CORS stuff when running unit tests and use .set defaults | 02:55 |
morgan | stevemar: we should also fix the identifiers in the cadf calls to be uuids | 02:56 |
knikolla | morgan: i agree, but separating them somehow made a stronger case for their lack of support. at least in my mind when i did it. | 02:57 |
knikolla | thanks for the reviews morgan and stevemar | 02:57 |
morgan | knikolla: it's a lot of code shuffle really for not a big change/effect but like i said, it's fine as is and +2 :) | 02:57 |
morgan | i'll +A it once CI passes it | 02:58 |
knikolla | morgan: thanks! | 03:04 |
*** edmondsw has joined #openstack-keystone | 03:06 | |
*** edmondsw has quit IRC | 03:10 | |
knikolla | morgan: i like how your per-user-auth-plugin-reqs read like a story. | 03:13 |
knikolla | first there was the authhandler | 03:14 |
morgan | lol | 03:17 |
morgan | i'm trying to merge the stuff that should be in the MFA table add down so i can do the next parts here | 03:19 |
morgan | it's being... weird. | 03:19 |
morgan | the ldap bits are so annoying to debug | 03:19 |
knikolla | i wish my ldap3 driver wouldn't have been dropped | 03:22 |
*** BrAsS_mOnKeY is now known as g2 | 03:29 | |
*** g2 is now known as g2[ATL] | 03:29 | |
stevemar | morgan: file bugs so we don't forget | 03:40 |
stevemar | morgan: hopefully our RC period is quiet and we can stamp them out | 03:41 |
morgan | stevemar: these aren't bugs | 03:41 |
morgan | oh the cors things | 03:41 |
morgan | yeah | 03:41 |
morgan | i'll toss bugs up | 03:41 |
stevemar | morgan: real bugs have been filed for far less :P | 03:41 |
stevemar | morgan: gonna +W knikolla's work | 03:42 |
morgan | kk | 03:42 |
stevemar | thanks knikolla! | 03:43 |
knikolla | stevemar: anytime. i said i'd do it around november, so i'm pretty late actually. | 03:44 |
stevemar | knikolla: :) | 03:48 |
stevemar | knikolla: no worries, it was *really* tangled up | 03:48 |
stevemar | morgan: i'll look at your stuff now | 03:48 |
stevemar | morgan: thoughts on the domain id migration for federated users? | 03:48 |
morgan | stevemar: i'll look at that once i post my rebase of the MFA table add on knikolla's ldap patch | 03:50 |
stevemar | morgan: coolio | 03:51 |
morgan | stevemar: then i need to drive home and run an errand and i'll get back to the fix for rderose and expire_password_ignore | 03:51 |
morgan | and *then* I'll write the api stuff(s) for MFA | 03:51 |
stevemar | morgan: alright, i'll probably be asleep by then :P | 03:51 |
morgan | i figured as much | 03:51 |
openstackgerrit | Morgan Fainberg proposed openstack/keystone: Add user_mfa_rules table https://review.openstack.org/418166 | 03:52 |
morgan | ^ rebase on knikolla's patch | 03:53 |
openstackgerrit | Morgan Fainberg proposed openstack/keystone: Auth Method Handlers now return a response object always https://review.openstack.org/420955 | 03:53 |
openstackgerrit | Morgan Fainberg proposed openstack/keystone: Auth Plugins pass data back via AuthHandlerResponse https://review.openstack.org/422912 | 03:53 |
stevemar | awesome sauce | 03:56 |
*** nicolasbock has quit IRC | 04:06 | |
*** richm has quit IRC | 04:15 | |
openstackgerrit | Morgan Fainberg proposed openstack/keystone: Add user_mfa_rules table https://review.openstack.org/418166 | 04:44 |
openstackgerrit | Morgan Fainberg proposed openstack/keystone: Auth Method Handlers now return a response object always https://review.openstack.org/420955 | 04:44 |
openstackgerrit | Morgan Fainberg proposed openstack/keystone: Auth Plugins pass data back via AuthHandlerResponse https://review.openstack.org/422912 | 04:44 |
openstackgerrit | Morgan Fainberg proposed openstack/keystone: Process and validate auth methods against MFA rules https://review.openstack.org/423548 | 04:49 |
morgan | phew. now that is correctly rebased | 04:49 |
openstackgerrit | Morgan Fainberg proposed openstack/keystone: Process and validate auth methods against MFA rules https://review.openstack.org/423548 | 04:50 |
*** dikonoor has joined #openstack-keystone | 05:12 | |
*** mnaser has quit IRC | 05:15 | |
*** mordred has quit IRC | 05:16 | |
*** afazekas has quit IRC | 05:16 | |
*** mordred has joined #openstack-keystone | 05:16 | |
*** afazekas has joined #openstack-keystone | 05:21 | |
openstackgerrit | Merged openstack/keystone: Remove LDAP write support https://review.openstack.org/423572 | 05:23 |
*** mnaser has joined #openstack-keystone | 05:31 | |
*** liujiong has quit IRC | 05:34 | |
*** liujiong has joined #openstack-keystone | 05:34 | |
stevemar | dims: is there a specific version of py35 that we'll be using? 3.5.2 / 3.5.3? | 05:45 |
*** afazekas has quit IRC | 05:48 | |
*** mnaser has quit IRC | 05:49 | |
*** afazekas has joined #openstack-keystone | 05:50 | |
*** dikonoor has quit IRC | 05:56 | |
*** mnaser has joined #openstack-keystone | 06:04 | |
openstackgerrit | Steve Martinelli proposed openstack/keystone: update entry points related to paste middleware https://review.openstack.org/423753 | 06:11 |
*** edmondsw has joined #openstack-keystone | 06:42 | |
*** dikonoor has joined #openstack-keystone | 06:45 | |
*** edmondsw has quit IRC | 06:46 | |
*** voelzmo has joined #openstack-keystone | 08:04 | |
*** liujiong has quit IRC | 08:58 | |
*** zzzeek has quit IRC | 09:00 | |
*** zzzeek has joined #openstack-keystone | 09:00 | |
*** voelzmo has quit IRC | 09:09 | |
*** lamt has quit IRC | 09:17 | |
*** edmondsw has joined #openstack-keystone | 10:18 | |
*** edmondsw has quit IRC | 10:23 | |
*** haplo37_ has quit IRC | 10:37 | |
*** haplo37_ has joined #openstack-keystone | 10:37 | |
*** gus__ has quit IRC | 10:40 | |
*** gus has joined #openstack-keystone | 10:42 | |
*** lennyb has quit IRC | 10:56 | |
*** dikonoor has quit IRC | 11:21 | |
*** dikonoor has joined #openstack-keystone | 11:23 | |
*** nicolasbock has joined #openstack-keystone | 11:49 | |
*** mvk has joined #openstack-keystone | 11:57 | |
*** masber has quit IRC | 11:57 | |
*** masber has joined #openstack-keystone | 11:58 | |
*** martinus__ has quit IRC | 12:08 | |
*** martinus__ has joined #openstack-keystone | 12:13 | |
*** voelzmo has joined #openstack-keystone | 12:27 | |
*** voelzmo has quit IRC | 12:32 | |
*** thorst_ has joined #openstack-keystone | 12:55 | |
*** thorst_ has quit IRC | 12:56 | |
*** jerrygb has joined #openstack-keystone | 12:59 | |
*** jerrygb_ has joined #openstack-keystone | 13:01 | |
*** jerrygb has quit IRC | 13:04 | |
openstackgerrit | Ron De Rose proposed openstack/keystone: Refactor shadow users tests https://review.openstack.org/423705 | 13:13 |
openstackgerrit | Ron De Rose proposed openstack/keystone: Set the domain for federated users https://review.openstack.org/423708 | 13:14 |
*** jefrite has quit IRC | 13:17 | |
*** jefrite has joined #openstack-keystone | 13:26 | |
rderose | morgan stevemar: I added a comment to the PCI patch, thinking about this some more, I think we should wait on taking the ignore lists out of configuration. Too big of change at this late hour. | 13:37 |
rderose | morgan stevemar: And while I know morgan feels strongly about the design, it is out-of-scope for this patch and can be addressed later on. | 13:38 |
*** jerrygb has joined #openstack-keystone | 13:41 | |
*** jerrygb_ has quit IRC | 13:44 | |
*** edmondsw has joined #openstack-keystone | 13:55 | |
*** thorst_ has joined #openstack-keystone | 13:57 | |
*** edmondsw has quit IRC | 13:59 | |
*** thorst_ has quit IRC | 14:02 | |
*** dancn has quit IRC | 14:11 | |
knikolla | o/ | 14:28 |
*** jamielennox is now known as jamielennox|away | 14:28 | |
*** dancn has joined #openstack-keystone | 14:30 | |
*** dikonoor has quit IRC | 14:33 | |
*** jose-phillips has joined #openstack-keystone | 15:05 | |
*** thorst_ has joined #openstack-keystone | 15:09 | |
*** richm has joined #openstack-keystone | 15:13 | |
*** thorst_ has quit IRC | 15:14 | |
*** nicolasbock has quit IRC | 15:19 | |
*** jose-phillips has quit IRC | 15:22 | |
*** rdo has quit IRC | 15:31 | |
*** rdo has joined #openstack-keystone | 15:33 | |
*** catintheroof has joined #openstack-keystone | 15:45 | |
*** thorst_ has joined #openstack-keystone | 15:55 | |
*** voelzmo has joined #openstack-keystone | 15:58 | |
*** thorst_ has quit IRC | 16:00 | |
morgan | rderose: well I'm maintaining my -1 | 16:01 |
*** v1k0d3n has quit IRC | 16:01 | |
morgan | and I'll.have the change posted today as promised. | 16:01 |
morgan | I am very against lumping.more.on that config | 16:02 |
morgan | as said, I view those things as -2 worthy. | 16:02 |
*** jerrygb has quit IRC | 16:03 | |
*** spotz_zzz has joined #openstack-keystone | 16:05 | |
*** spotz_zzz is now known as spotz | 16:05 | |
*** v1k0d3n has joined #openstack-keystone | 16:05 | |
*** jerrygb has joined #openstack-keystone | 16:11 | |
*** spotz is now known as spotz_zzz | 16:15 | |
*** voelzmo has quit IRC | 16:21 | |
*** diazjf has joined #openstack-keystone | 16:23 | |
openstackgerrit | Ron De Rose proposed openstack/keystone: Refactor shadow users tests https://review.openstack.org/423705 | 16:45 |
*** mvk has quit IRC | 16:51 | |
*** stingaci has joined #openstack-keystone | 16:56 | |
*** thorst_ has joined #openstack-keystone | 16:57 | |
*** jerrygb has quit IRC | 17:02 | |
*** thorst_ has quit IRC | 17:02 | |
*** diazjf has quit IRC | 17:07 | |
*** catinthe_ has joined #openstack-keystone | 17:10 | |
*** catintheroof has quit IRC | 17:11 | |
*** voelzmo has joined #openstack-keystone | 17:14 | |
*** jerrygb has joined #openstack-keystone | 17:16 | |
*** voelzmo has quit IRC | 17:19 | |
*** jerrygb has quit IRC | 17:20 | |
*** v1k0d3n has quit IRC | 17:22 | |
*** v1k0d3n has joined #openstack-keystone | 17:23 | |
*** richm has quit IRC | 17:25 | |
*** stingaci has quit IRC | 17:27 | |
*** jerrygb has joined #openstack-keystone | 17:27 | |
*** edmondsw has joined #openstack-keystone | 17:31 | |
*** voelzmo has joined #openstack-keystone | 17:31 | |
rderose | morgan: understand, I'll look for your patch. and as I said my comments, there is also the lockout ignores list. | 17:32 |
*** portdirect is now known as portdirect_away | 17:33 | |
*** edmondsw has quit IRC | 17:35 | |
*** jerrygb has quit IRC | 17:38 | |
*** stingaci has joined #openstack-keystone | 17:43 | |
*** stingaci has quit IRC | 17:47 | |
openstackgerrit | Ron De Rose proposed openstack/keystone: Add domain_id to the user table https://review.openstack.org/409874 | 18:28 |
*** stingaci has joined #openstack-keystone | 18:29 | |
openstackgerrit | Ron De Rose proposed openstack/keystone: Add domain_id to the user table https://review.openstack.org/409874 | 18:30 |
*** stingaci has quit IRC | 18:33 | |
*** catintheroof has joined #openstack-keystone | 18:34 | |
*** catinthe_ has quit IRC | 18:38 | |
*** dave-mccowan has joined #openstack-keystone | 18:39 | |
openstackgerrit | Ron De Rose proposed openstack/keystone: Refactor shadow users tests https://review.openstack.org/423705 | 18:41 |
openstackgerrit | Ron De Rose proposed openstack/keystone: Set the domain for federated users https://review.openstack.org/423708 | 18:42 |
openstackgerrit | Ron De Rose proposed openstack/keystone: Add domain_id to the user table https://review.openstack.org/409874 | 18:46 |
*** thorst_ has joined #openstack-keystone | 18:47 | |
openstackgerrit | Ron De Rose proposed openstack/keystone: Add domain_id to the user table https://review.openstack.org/409874 | 18:48 |
openstackgerrit | Ron De Rose proposed openstack/keystone: Refactor shadow users tests https://review.openstack.org/423705 | 18:50 |
*** thorst_ has quit IRC | 18:50 | |
openstackgerrit | Ron De Rose proposed openstack/keystone: Set the domain for federated users https://review.openstack.org/423708 | 18:50 |
*** v1k0d3n has quit IRC | 19:01 | |
*** voelzmo has quit IRC | 19:02 | |
*** voelzmo has joined #openstack-keystone | 19:02 | |
*** voelzmo has quit IRC | 19:03 | |
*** stingaci has joined #openstack-keystone | 19:16 | |
*** thorst_ has joined #openstack-keystone | 19:16 | |
*** stingaci has quit IRC | 19:20 | |
*** catintheroof has quit IRC | 19:21 | |
*** v1k0d3n has joined #openstack-keystone | 19:24 | |
*** lamt has joined #openstack-keystone | 19:39 | |
*** v1k0d3n has quit IRC | 19:42 | |
*** v1k0d3n has joined #openstack-keystone | 19:43 | |
*** lamt has quit IRC | 19:53 | |
*** diazjf has joined #openstack-keystone | 19:59 | |
*** voelzmo has joined #openstack-keystone | 20:01 | |
*** voelzmo has quit IRC | 20:02 | |
*** dave-mccowan has quit IRC | 20:07 | |
*** diazjf has quit IRC | 20:21 | |
*** diazjf has joined #openstack-keystone | 20:25 | |
*** v1k0d3n has joined #openstack-keystone | 20:25 | |
*** v1k0d3n has quit IRC | 20:25 | |
*** v1k0d3n has joined #openstack-keystone | 20:26 | |
*** thorst_ has joined #openstack-keystone | 20:32 | |
*** diazjf has quit IRC | 20:41 | |
*** thorst_ has quit IRC | 20:44 | |
*** lamt has joined #openstack-keystone | 20:48 | |
*** severion has joined #openstack-keystone | 20:55 | |
*** severion has quit IRC | 20:56 | |
*** severion has joined #openstack-keystone | 20:59 | |
*** v1k0d3n has quit IRC | 20:59 | |
*** severion has quit IRC | 20:59 | |
*** pnavarro has quit IRC | 20:59 | |
*** v1k0d3n has joined #openstack-keystone | 20:59 | |
*** voelzmo has joined #openstack-keystone | 21:02 | |
*** thorst_ has joined #openstack-keystone | 21:06 | |
*** thorst_ has quit IRC | 21:06 | |
*** edmondsw has joined #openstack-keystone | 21:07 | |
*** mvk has joined #openstack-keystone | 21:07 | |
*** voelzmo has quit IRC | 21:09 | |
*** edmondsw has quit IRC | 21:11 | |
*** jerrygb has joined #openstack-keystone | 21:18 | |
*** jerrygb has quit IRC | 21:23 | |
*** stingaci has joined #openstack-keystone | 21:34 | |
*** stingaci has quit IRC | 21:39 | |
*** rdo has quit IRC | 21:44 | |
*** agrebennikov_ has joined #openstack-keystone | 21:45 | |
*** diazjf has joined #openstack-keystone | 21:51 | |
*** nkinder has quit IRC | 21:55 | |
*** rdo has joined #openstack-keystone | 21:57 | |
*** stingaci has joined #openstack-keystone | 22:07 | |
*** jamielennox|away is now known as jamielennox | 22:10 | |
*** stingaci has quit IRC | 22:11 | |
*** catintheroof has joined #openstack-keystone | 22:19 | |
*** diazjf has quit IRC | 22:20 | |
*** stingaci has joined #openstack-keystone | 22:24 | |
*** furface has joined #openstack-keystone | 22:24 | |
*** catintheroof has quit IRC | 22:26 | |
*** catintheroof has joined #openstack-keystone | 22:27 | |
*** stingaci has quit IRC | 22:28 | |
*** catintheroof has quit IRC | 22:32 | |
*** jamielennox is now known as jamielennox|away | 22:38 | |
*** diazjf has joined #openstack-keystone | 22:38 | |
*** dikonoor has joined #openstack-keystone | 22:46 | |
*** thorst_ has joined #openstack-keystone | 22:52 | |
*** diazjf has quit IRC | 22:55 | |
*** nicolasbock has joined #openstack-keystone | 22:55 | |
*** stingaci has joined #openstack-keystone | 22:56 | |
*** thorst_ has quit IRC | 22:57 | |
*** thorst_ has joined #openstack-keystone | 23:00 | |
*** jamielennox|away is now known as jamielennox | 23:00 | |
*** stingaci has quit IRC | 23:00 | |
*** thorst_ has quit IRC | 23:03 | |
*** masber has quit IRC | 23:03 | |
*** masber has joined #openstack-keystone | 23:03 | |
*** masber has quit IRC | 23:06 | |
*** masber has joined #openstack-keystone | 23:07 | |
*** stingaci has joined #openstack-keystone | 23:12 | |
*** stingaci has quit IRC | 23:16 | |
*** richm has joined #openstack-keystone | 23:18 | |
*** lamt has quit IRC | 23:31 | |
*** stingaci has joined #openstack-keystone | 23:44 | |
*** stingaci has quit IRC | 23:48 | |
*** jamielennox is now known as jamielennox|away | 23:50 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!