Saturday, 2014-02-22

*** david-lyle has quit IRC00:03
*** lnxnut has quit IRC00:09
*** lnxnut has joined #openstack-keystone00:10
*** leseb has quit IRC00:11
*** leseb has joined #openstack-keystone00:11
*** lnxnut has quit IRC00:14
*** dolphm is now known as dolphm_50300:19
*** richm has quit IRC00:25
*** devlaps1 has quit IRC00:27
*** devlaps has joined #openstack-keystone00:27
*** devlaps has quit IRC00:27
*** devlaps has joined #openstack-keystone00:28
*** hogepodge has joined #openstack-keystone00:30
morganfainberghogepodge, us keystone folks are all here00:30
hogepodgeHello!00:31
*** devlaps1 has joined #openstack-keystone00:31
morganfainbergdstanek_dinner has been doing the password rotation stuff, hogepodge, should should talk to him when he's back about irt00:32
morganfainbergit*00:32
morganfainbergif you need the extra functionality00:32
hogepodgeIt's just something that's nice.00:32
*** devlaps has quit IRC00:32
morganfainberghogepodge, likely the ability to set a password hash should be it's own API call (admin only) or an extension00:32
hogepodgeFor context for others here, I help maintain the puppet-openstack modules.00:32
*** devlaps1 has quit IRC00:33
*** devlaps has joined #openstack-keystone00:33
morganfainbergnot a side effect of some special incarnation of just user update00:33
hogepodgeWhen we manage users with puppet passwords wind up being stored in plaintext in manifests. I'd like to store hashes instead, but that means allowing admin reading and writing of that in the keystone api.00:33
morganfainberghogepodge, yeah i think it could be done.00:34
morganfainberghogepodge, but should be very explicit to be managed that way not the typical password set way, if that makes sense00:34
*** dstanek_dinner is now known as dstanek00:37
dstanekhogepodge: would you need to read the hashes too?00:37
hogepodgedstanek, yeah, we would need to detect config changes00:52
dstanekhogepodge: to know when the password has been changed?00:53
hogepodgeyes00:54
hogepodgeThis is something I'd be willing do devote time/effort to, but I don't want to come into a project and just start stomping around.00:56
hogepodgeAt least, not a project I like.00:57
dstanekhogepodge: so you have a hash stored in puppet and then you'd like to check to see if that's still the current password hash?00:59
hogepodgeYes, and if it's changed, be able to update with the new hash.01:00
*** lnxnut has joined #openstack-keystone01:00
hogepodgeWe do something similar with sql, where we read the user tables and update the hashes if necessary. There's a function that computes the hash for us so we can have some confidence that it's valid.01:01
dstanekhogepodge: if the end state is that you always want it set to a particular value can't you just set it and not retrieve?01:03
hogepodgeWe could do that. It would mean calling out to keystone every time a configuration run is done, which in some instances can be as frequent as every 30 minutes. I know of installations where there are hundreds of users being managed, so it could turn into a bottleneck.01:06
hogepodgeI guess that has to happen anyway, but write vs read.01:07
bknudsonhttps://review.openstack.org/#/c/75549/01:08
hogepodgeOut for the evening. Have a great weekend.01:08
bknudsonthere's some fixmes in there but that's what I think I'll get done today01:08
morganfainbergbknudson, ++ nice!01:10
bknudsonmorganfainberg: it was easy to update the config!01:10
morganfainbergbknudson, :)01:10
morganfainbergbknudson, yay!01:10
*** bradsturtevant has joined #openstack-keystone01:13
*** marcoemorais1 has joined #openstack-keystone01:21
*** marcoemorais has quit IRC01:21
ayoungmorganfainberg, I'm trying to protect my record actually.  Most patches in a review is still the Trusts review from this time last year.01:31
morganfainbergayoung, lol01:36
ayoungmorganfainberg, its all of the cleanup code for stuff like config and openstack DB  that is killing me right now.  THings keep changing out from under me.  Keeping up with it is a full time job.01:36
morganfainbergayoung, really, i thought oauth beat that (not inc. separate testing patch in trusts)01:36
morganfainbergayoung, i know.  i'm holding on test config stuff until post I301:37
ayoungdid it?  thought it was close, but not quite01:37
morganfainbergayoung, and more paralleltesting changes for just that reason01:37
morganfainbergayoung, .. 68 or 72 patches i thinkg01:37
morganfainbergwas steve's01:37
ayoungjust saw that the revoke by tree commit failed...01:37
morganfainbergayoung, =/01:38
morganfainbergayoung, i expect i'll be looking over the revocation extension again this weekend01:38
ayounglast_fetch   ... ah dagnabit01:38
ayoungits a legit failure based on changin the name of a parameter....01:39
*** lnxnut has quit IRC01:39
ayoungplease do01:41
*** nkinder has joined #openstack-keystone01:41
morganfainbergayoung, at a glance it looks pretty good01:45
morganfainbergayoung, but haven't done the deeeeeeep dive01:45
*** achampion has joined #openstack-keystone01:55
*** leseb has quit IRC01:56
*** gokrokve has joined #openstack-keystone02:03
morganfainbergayoung, so...02:05
morganfainbergayoung, nkinder if I have say 2 ldap servers for failover (master / alt) in keystone what is the best way to failover ? or more to the point python-ldap02:06
morganfainbergbecause i don't see a clear way to do that -- i might just be missing something in the code base02:06
ayoungyou mean, how to keep keystone pointing at a valid server if one dies02:06
morganfainbergayoung, yep02:06
ayoungum...load balancer?02:07
morganfainbergbetween keystone and the ldap server?02:07
ayoungwhy not02:07
ayoungyou could do it with DNS tricks....round robin if you are cheap02:07
morganfainbergayoung, hmm.02:07
ayoungBut I should not be answering this question02:07
morganfainbergayoung, sure.02:07
morganfainbergayoung, i was just curious if we had something implemented on that front in keystone02:08
morganfainbergayoung, you answered what i needed to hear though02:08
morganfainbergayoung, thnx02:08
ayoungmorganfainberg, asked rcrit to come on over, he might have a better idea02:08
nkindermorganfainberg: I'm not sure that python-ldap has failover built in.02:08
morganfainbergayoung, cool. thnx. brb, spilled something02:08
nkindermorganfainberg: you want to define multiple servers for failover, not LB, right?02:09
nkinderI haven't looked at how keytone does connection management to LDAP yet02:10
nkinderDoes it leave a connection open?02:10
ayoungcan you do something with pacemaker?02:11
ayounghttp://www.zivtech.com/blog/setting-ip-failover-heartbeat-and-pacemaker-ubuntu-lucid02:12
ayoungno, we don't leave the connection open.  We do a simple bind, and use that connection each time.02:13
morganfainbergnkinder, ideallty02:13
morganfainbergayoung, the use case is AD with multiple servers serving the data, but they are geographically distributed and any one may or may not be up02:14
nkinderayoung: yuck02:14
morganfainbergnkinder, ^02:14
ayoungyuck to pacemaker?02:14
nkinderayoung: yuck to a new connection per operation02:14
morganfainbergnkinder, ++02:14
ayoungor to using the users connection to connect to LDAP02:14
ayoungwell, I was young and needed the money02:15
morganfainberganyway. this was just a question of what we had done02:15
ayoungactually, I was thinking that we would use the users permissions on the LDAP server to enforce what they could and could not do02:15
morganfainbergand what python-ldap does02:15
nkindermorganfainberg: it shouldn't be too hard to write failover logic around python-ldap02:15
morganfainbergnkinder, sure, but we can't use SIGALRM02:15
nkinderayoung: you can do that.  You can rebind on a connection02:15
nkinderno need to trash it each time02:15
ayoungnkinder, then we would need a connection pool, right?02:16
morganfainbergnkinder, my first thought was to use some alarm magic02:16
morganfainbergnkinder, but that breaks in mod_wsgi02:16
morganfainbergnkinder, i'll stew on this, it's relevant for my up coming deployments moving to Icehouse keystone02:16
morganfainbergnkinder, and i can see some benefit to offering it to others02:16
nkinderayoung: a pool would be nice02:16
morganfainbergnkinder, do pools work well under mod_wsgi?02:17
ayoungmaybe with a slide and a swim up bar...are we still talking code?02:17
morganfainbergor would we just not use pool in that case, assuming per-process single connection?02:17
nkindermorganfainberg: not familiar with mod_wsgi02:18
morganfainbergnkinder, *nod*02:18
nkindera single connection would be OK too depending on the operation load02:18
nkinderbut, it would serialize everything...02:18
morganfainbergnkinder, mod_wsgi runs multiple keystones02:18
ayoungnkinder, I'd ask rcrit what they did in FreeIPA.02:18
ayoungmod_wsgi in prefork mode....02:19
morganfainbergayoung, aye02:19
morganfainbergeven in worker, you do get more than _one_ process iirc02:19
morganfainbergnkinder, thanks for weiging in02:21
nkindermorganfainberg: sure.  It's an area I'd be interested to look into/work on if I can manage the time.02:22
morganfainbergnkinder, it would be awesome to have it if you do have some cyccles to spend on it02:22
nkinderthis weekend is shot catching up with work, but maybe next week sometime02:23
morganfainbergcool02:23
nkindermorganfainberg: keep me in the loop if you start looking at it02:23
morganfainbergnkinder, sure!02:23
ayoungmorganfainberg, there is a pool mechanism in Apache already.  Not sure if it does LDAP...lets see02:25
ayoungHmm JAva...think it is for Tomcat02:25
nkinderayoung, morganfainberg: interesting... https://github.com/mozilla-services/ldappool02:26
nkinderno idea how well it works02:27
ayounghttps://github.com/mozilla-services/ldappool/blob/master/ldappool/__init__.py02:27
ayoungthats pretty much it02:27
morganfainbergayoung, oh yeah02:28
ayounglemme see what we actually do....02:28
*** harlowja has quit IRC02:28
ayounghttps://github.com/openstack/keystone/blob/master/keystone/common/ldap/core.py#L48402:28
ayounghttps://github.com/openstack/keystone/blob/master/keystone/common/ldap/core.py#L22802:30
*** harlowja has joined #openstack-keystone02:30
morganfainbergayoung, probaby wouldn't be hard to put some pool logic / use mozilla pool in there02:31
nkindermorganfainberg: just be careful to rebind as the user and check the result always02:31
morganfainbergnkinder, *nod*02:31
nkinderpools are often used where all connections are bound as a single application user02:32
ayoungwhat is handler in there....02:32
ayoungnkinder, we do:  see https://github.com/openstack/keystone/blob/master/keystone/common/ldap/core.py#L22802:32
ayoungbut what calls register_handler02:33
*** marcoemorais1 has quit IRC02:34
ayoungah..you can register and return a handler, but the default is LdapWrapper02:34
ayoungI didn;t write that, it came over from Nova02:34
morganfainbergayoung, it's so we can use fakeldap02:34
morganfainbergayoung, right?02:34
ayoungyeah.02:34
*** devlaps has quit IRC02:34
ayoungbut we could register a pool mechanism in there if we wanted, too02:35
ayoungexcept for all of the logic that has crawled into LdapWrapper02:35
morganfainbergayoung, yeah02:35
ayoungseems to me we want to push that to a different level.02:36
ayoungBridge pattern02:36
ayoungAAAAHHHH!02:45
ayoungcannot keep patch versions right02:46
*** lnxnut has joined #openstack-keystone02:54
*** browne has quit IRC03:14
*** harlowja is now known as harlowja_away03:40
*** david-lyle has joined #openstack-keystone03:49
*** lnxnut has quit IRC03:54
*** hogepodge has quit IRC03:58
*** stevemar has joined #openstack-keystone04:15
*** ChanServ sets mode: +v stevemar04:15
morganfainbergughnmsadjfnsdjhf04:18
morganfainbergi mean ugh04:18
morganfainbergtrying to setup keystone in devstack under httpd on port 8004:18
morganfainbergyeaaaah04:18
morganfainbergthis is "fun"*04:18
morganfainberg* = certain values of fun...mostly unfun04:18
morganfainbergjamielennox|away did a good job of setting up keystone under apache but still on port 5000 and 3535704:19
morganfainbergdoesn't really solve our port issue / follow the example httpd config though04:19
*** lnxnut has joined #openstack-keystone05:04
*** lnxnut has quit IRC05:05
*** lnxnut has joined #openstack-keystone05:05
*** morganfainberg is now known as morganfainberg_Z05:12
*** lnxnut has quit IRC05:15
*** lnxnut has joined #openstack-keystone05:15
*** lnxnut has quit IRC05:17
*** lnxnut has joined #openstack-keystone05:17
*** dstanek has quit IRC05:22
*** dstanek has joined #openstack-keystone05:29
*** ChanServ sets mode: +v dstanek05:29
*** gokrokve has quit IRC05:49
*** gokrokve has joined #openstack-keystone05:50
*** lnxnut has quit IRC05:52
*** lnxnut has joined #openstack-keystone05:53
*** gokrokve has quit IRC05:54
*** lnxnut has quit IRC05:57
*** lnxnut has joined #openstack-keystone05:58
*** lnxnut_ has joined #openstack-keystone06:01
*** lnxnut has quit IRC06:03
*** lnxnut_ has quit IRC06:06
*** lnxnut has joined #openstack-keystone06:06
*** lnxnut_ has joined #openstack-keystone06:09
*** lnxnut has quit IRC06:11
*** lnxnut_ has quit IRC06:14
*** lnxnut has joined #openstack-keystone06:17
*** dstanek has quit IRC06:20
*** gokrokve has joined #openstack-keystone06:20
*** lnxnut has quit IRC06:21
*** gokrokve has quit IRC06:25
*** gyee has quit IRC06:30
*** lnxnut has joined #openstack-keystone06:47
*** lnxnut has quit IRC06:52
*** marcoemorais has joined #openstack-keystone06:58
*** saju_m has joined #openstack-keystone06:59
*** marcoemorais1 has joined #openstack-keystone07:00
*** marcoemorais has quit IRC07:02
*** lnxnut has joined #openstack-keystone07:03
*** lnxnut has quit IRC07:08
*** Kanagaraj has joined #openstack-keystone07:21
*** gokrokve has joined #openstack-keystone07:21
*** gokrokve has quit IRC07:26
*** lnxnut has joined #openstack-keystone07:34
*** lnxnut has quit IRC07:38
*** Kanagaraj has quit IRC07:50
*** lnxnut has joined #openstack-keystone08:04
*** Kanagaraj has joined #openstack-keystone08:05
*** lnxnut has quit IRC08:09
*** KanagarajM_ has joined #openstack-keystone08:14
*** Kanagaraj has quit IRC08:17
*** gokrokve has joined #openstack-keystone08:21
*** gokrokve has quit IRC08:26
*** d0ugal has quit IRC08:40
*** lnxnut has joined #openstack-keystone09:04
*** lnxnut has quit IRC09:09
*** gokrokve has joined #openstack-keystone09:21
*** saju_m has quit IRC09:24
*** gokrokve has quit IRC09:26
*** bradsturtevant has left #openstack-keystone09:44
*** lnxnut has joined #openstack-keystone10:04
*** marcoemorais1 has quit IRC10:06
*** lnxnut has quit IRC10:09
*** KanagarajM_ has quit IRC10:19
*** gokrokve has joined #openstack-keystone10:21
*** gokrokve has quit IRC10:26
*** lnxnut has joined #openstack-keystone11:04
*** lnxnut has quit IRC11:09
*** gokrokve has joined #openstack-keystone11:21
*** gokrokve has quit IRC11:26
*** Kanagaraj has joined #openstack-keystone11:36
*** david-lyle has quit IRC11:40
*** saju_m has joined #openstack-keystone11:41
*** stevemar has quit IRC11:46
*** Kanagaraj has quit IRC11:49
*** chandan_kumar has joined #openstack-keystone11:58
*** lnxnut has joined #openstack-keystone12:04
*** lnxnut has quit IRC12:09
*** chandan_kumar has quit IRC12:18
*** chandan_kumar has joined #openstack-keystone12:18
*** gokrokve has joined #openstack-keystone12:21
*** leseb has joined #openstack-keystone12:25
*** gokrokve has quit IRC12:26
*** saju_m has quit IRC12:37
*** dstanek has joined #openstack-keystone12:37
*** ChanServ sets mode: +v dstanek12:37
*** leseb has quit IRC12:43
*** leseb has joined #openstack-keystone12:45
*** dstanek has quit IRC12:52
*** lnxnut has joined #openstack-keystone13:04
*** chandan_kumar has quit IRC13:05
*** lnxnut has quit IRC13:09
*** dstanek has joined #openstack-keystone13:18
*** ChanServ sets mode: +v dstanek13:18
*** gokrokve has joined #openstack-keystone13:21
*** dstanek has quit IRC13:23
*** gokrokve has quit IRC13:26
*** dstanek has joined #openstack-keystone13:28
*** ChanServ sets mode: +v dstanek13:28
*** dolphm_503 is now known as dolphm14:09
*** dolphm is now known as dolphm_50314:17
*** koolhead17 has quit IRC14:23
*** Daviey has quit IRC14:25
*** tellesnobrega1 has quit IRC14:25
*** ayoung has quit IRC14:25
*** huats_ has joined #openstack-keystone14:27
*** huats_ has quit IRC14:27
*** huats_ has joined #openstack-keystone14:27
*** leseb has quit IRC14:28
*** lbragstad_away has quit IRC14:28
*** bvandenh has quit IRC14:28
*** dtroyer has quit IRC14:28
*** harlowja_away has quit IRC14:31
*** achampion has quit IRC14:31
*** bknudson has quit IRC14:31
*** sudorandom has quit IRC14:31
*** mhu has quit IRC14:31
*** mfisch has quit IRC14:31
*** dolphm_503 has quit IRC14:34
*** mfisch has joined #openstack-keystone14:37
*** mhu has joined #openstack-keystone14:37
*** leseb has joined #openstack-keystone14:39
*** dtroyer has joined #openstack-keystone14:49
*** nkinder has quit IRC14:49
*** YorikSar has quit IRC14:49
*** jamielennox|away has quit IRC14:49
*** huats has quit IRC14:49
*** simo has quit IRC14:49
*** topol has joined #openstack-keystone14:54
*** koolhead17 has joined #openstack-keystone14:58
*** koolhead17 has quit IRC14:58
*** mfisch has quit IRC15:02
*** haneef_ has joined #openstack-keystone15:02
*** mhu has quit IRC15:02
*** mfisch has joined #openstack-keystone15:03
*** mhu has joined #openstack-keystone15:03
*** topol has quit IRC15:13
*** mfisch has quit IRC15:13
*** mhu has quit IRC15:13
*** haneef_ has quit IRC15:13
*** leseb has quit IRC15:13
*** haneef__ has quit IRC15:13
*** dtroyer has quit IRC15:13
*** chmouel has quit IRC15:13
*** lari_ has quit IRC15:13
*** ChanServ has quit IRC15:13
*** morganfainberg_Z has quit IRC15:13
*** dstanek has quit IRC15:13
*** amerine has quit IRC15:13
*** rwsu has quit IRC15:13
*** huats_ has quit IRC15:13
*** marekd|away has quit IRC15:13
*** Daviey has joined #openstack-keystone15:29
*** bvandenh has joined #openstack-keystone15:29
*** lnxnut_ has joined #openstack-keystone15:29
*** nkinder has joined #openstack-keystone15:29
*** gokrokve has joined #openstack-keystone15:29
*** dolphm has joined #openstack-keystone15:29
*** lbragstad has joined #openstack-keystone15:29
*** jamielennox|away has joined #openstack-keystone15:29
*** koolhead17 has joined #openstack-keystone15:29
*** chmouel has joined #openstack-keystone15:29
*** leseb has joined #openstack-keystone15:29
*** huats_ has joined #openstack-keystone15:29
*** amerine has joined #openstack-keystone15:29
*** marekd|away has joined #openstack-keystone15:29
*** morganfainberg_Z has joined #openstack-keystone15:29
*** rwsu has joined #openstack-keystone15:29
*** lari_ has joined #openstack-keystone15:29
*** ChanServ has joined #openstack-keystone15:29
*** dickson.freenode.net sets mode: +oovo dolphm morganfainberg_Z morganfainberg_Z ChanServ15:29
*** koolhead17 has quit IRC15:30
*** gokrokve has quit IRC15:30
*** chmouel has quit IRC15:30
*** dtroyer has joined #openstack-keystone15:30
*** amerine has quit IRC15:33
*** koolhead17 has joined #openstack-keystone15:34
*** amerine has joined #openstack-keystone15:35
*** topol has joined #openstack-keystone15:35
*** dolphm is now known as dolphm_50315:37
*** rwsu has quit IRC15:39
*** lnxnut_ has quit IRC15:44
*** koolhead17 has quit IRC15:45
*** Daviey has quit IRC15:46
*** jamielennox|away has quit IRC15:46
*** leseb has quit IRC15:46
*** amerine has quit IRC15:50
*** dtroyer has quit IRC15:50
*** bvandenh has quit IRC15:55
*** leseb has joined #openstack-keystone16:07
*** koolhead17 has joined #openstack-keystone16:10
*** dtroyer has joined #openstack-keystone16:12
*** Daviey has joined #openstack-keystone16:12
*** Daviey has joined #openstack-keystone16:12
*** mhu has joined #openstack-keystone16:13
*** jamielennox|away has joined #openstack-keystone16:13
*** stevemar has joined #openstack-keystone16:14
*** ChanServ sets mode: +v stevemar16:14
*** chmouel has joined #openstack-keystone16:14
*** amerine has joined #openstack-keystone16:14
*** chmouel has quit IRC16:15
*** openstack has joined #openstack-keystone16:20
*** haneef has joined #openstack-keystone16:22
*** zigo has quit IRC16:22
*** jraim has quit IRC16:23
*** jamielennox|away has joined #openstack-keystone16:24
*** jraim has joined #openstack-keystone16:24
*** nkinder_ has joined #openstack-keystone16:27
*** dtroyer_zz has joined #openstack-keystone16:28
*** simo has joined #openstack-keystone16:28
*** simo has quit IRC16:28
*** simo has joined #openstack-keystone16:28
*** jamielennox|away has quit IRC16:29
*** anteaya has quit IRC16:31
*** dtroyer_zz has quit IRC16:34
*** openstack has joined #openstack-keystone17:04
*** nkinder__ has joined #openstack-keystone17:07
*** nkinder_ has quit IRC17:12
*** dtroyer has quit IRC17:12
*** simo has quit IRC17:12
*** bvandenh has quit IRC17:12
*** openstack has joined #openstack-keystone17:17
*** koolhead17 has joined #openstack-keystone17:18
*** nkinder__ has joined #openstack-keystone17:21
*** jamielennox|away has joined #openstack-keystone17:23
*** bvandenh has joined #openstack-keystone17:25
*** haneef has joined #openstack-keystone17:25
*** dtroyer has joined #openstack-keystone17:27
*** chmouel has joined #openstack-keystone17:27
*** bvandenh has quit IRC17:29
*** dtroyer has quit IRC17:33
*** openstack has joined #openstack-keystone17:34
*** koolhead17 has quit IRC17:34
*** lnxnut has joined #openstack-keystone17:34
*** openstack has joined #openstack-keystone17:42
*** openstack has joined #openstack-keystone17:49
*** openstack has joined #openstack-keystone17:53
*** bvandenh has joined #openstack-keystone17:55
*** nkinder__ has quit IRC18:00
*** chmouel has quit IRC18:00
*** dtroyer has quit IRC18:00
*** koolhead17 has joined #openstack-keystone18:04
*** ChanServ has joined #openstack-keystone18:04
*** lari_ has joined #openstack-keystone18:04
*** morganfainberg_Z has joined #openstack-keystone18:04
*** marekd|away has joined #openstack-keystone18:04
*** huats_ has joined #openstack-keystone18:04
*** mhu has joined #openstack-keystone18:04
*** zigo_ has joined #openstack-keystone18:04
*** tellesnobrega has joined #openstack-keystone18:04
*** leseb has joined #openstack-keystone18:04
*** lbragstad has joined #openstack-keystone18:04
*** dolphm_503 has joined #openstack-keystone18:04
*** dickson.freenode.net sets mode: +oovo ChanServ morganfainberg_Z morganfainberg_Z dolphm_50318:04
*** koolhead17 has quit IRC18:07
*** tellesnobrega has quit IRC18:07
*** leseb has quit IRC18:07
*** jamielennox|away has joined #openstack-keystone18:10
*** chmouel has joined #openstack-keystone18:12
*** amerine has joined #openstack-keystone18:12
*** koolhead17 has joined #openstack-keystone18:12
*** nkinder has joined #openstack-keystone18:13
*** dtroyer has joined #openstack-keystone18:13
*** simo has joined #openstack-keystone18:14
*** jamielenz has joined #openstack-keystone18:17
*** amerine_ has joined #openstack-keystone18:24
*** nkinder_ has joined #openstack-keystone18:24
*** amerine has quit IRC18:24
*** jamielennox|away has quit IRC18:24
*** lbragstad has quit IRC18:24
*** dolphm_503 has quit IRC18:24
*** jamielenz has quit IRC18:35
*** simo has quit IRC18:35
*** nkinder has quit IRC18:35
*** dtroyer has quit IRC18:35
*** lnxnut has quit IRC18:42
*** jamielennox|away has joined #openstack-keystone18:59
*** simo has joined #openstack-keystone19:37
*** dtroyer has joined #openstack-keystone19:38
*** rwsu has joined #openstack-keystone19:39
*** Daviey has joined #openstack-keystone19:41
*** lbragstad has joined #openstack-keystone19:52
*** dolphm has joined #openstack-keystone19:52
*** dickson.freenode.net sets mode: +o dolphm19:52
*** tellesnobrega has joined #openstack-keystone19:53
*** lbragstad has quit IRC20:35
*** dolphm has quit IRC20:35
*** tellesnobrega has quit IRC20:42
*** tellesnobrega has joined #openstack-keystone20:53
*** tellesnobrega has quit IRC21:16
*** bvandenh has quit IRC21:23
*** lbragstad has joined #openstack-keystone22:05
*** dolphm_503 has joined #openstack-keystone22:05
*** dickson.freenode.net sets mode: +o dolphm_50322:05
*** leseb has joined #openstack-keystone22:09
*** tellesnobrega has joined #openstack-keystone22:09
*** lbragstad has quit IRC22:16
*** dolphm_503 has quit IRC22:16
*** devlaps has joined #openstack-keystone22:23
*** leseb_ has joined #openstack-keystone22:24
*** leseb has quit IRC22:24
*** tellesnobrega has quit IRC22:24
*** devlaps has quit IRC23:05
*** devlaps has joined #openstack-keystone23:11
*** devlaps has quit IRC23:29
*** tellesnobrega has joined #openstack-keystone23:37
*** lbragstad has joined #openstack-keystone23:46
*** dolphm_503 has joined #openstack-keystone23:46
*** dickson.freenode.net sets mode: +o dolphm_50323:46
*** anteaya has joined #openstack-keystone23:51
*** lbragstad has quit IRC23:58
*** dolphm_503 has quit IRC23:58

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