*** david-lyle has quit IRC | 00:03 | |
*** lnxnut has quit IRC | 00:09 | |
*** lnxnut has joined #openstack-keystone | 00:10 | |
*** leseb has quit IRC | 00:11 | |
*** leseb has joined #openstack-keystone | 00:11 | |
*** lnxnut has quit IRC | 00:14 | |
*** dolphm is now known as dolphm_503 | 00:19 | |
*** richm has quit IRC | 00:25 | |
*** devlaps1 has quit IRC | 00:27 | |
*** devlaps has joined #openstack-keystone | 00:27 | |
*** devlaps has quit IRC | 00:27 | |
*** devlaps has joined #openstack-keystone | 00:28 | |
*** hogepodge has joined #openstack-keystone | 00:30 | |
morganfainberg | hogepodge, us keystone folks are all here | 00:30 |
---|---|---|
hogepodge | Hello! | 00:31 |
*** devlaps1 has joined #openstack-keystone | 00:31 | |
morganfainberg | dstanek_dinner has been doing the password rotation stuff, hogepodge, should should talk to him when he's back about irt | 00:32 |
morganfainberg | it* | 00:32 |
morganfainberg | if you need the extra functionality | 00:32 |
hogepodge | It's just something that's nice. | 00:32 |
*** devlaps has quit IRC | 00:32 | |
morganfainberg | hogepodge, likely the ability to set a password hash should be it's own API call (admin only) or an extension | 00:32 |
hogepodge | For context for others here, I help maintain the puppet-openstack modules. | 00:32 |
*** devlaps1 has quit IRC | 00:33 | |
*** devlaps has joined #openstack-keystone | 00:33 | |
morganfainberg | not a side effect of some special incarnation of just user update | 00:33 |
hogepodge | When 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 |
morganfainberg | hogepodge, yeah i think it could be done. | 00:34 |
morganfainberg | hogepodge, but should be very explicit to be managed that way not the typical password set way, if that makes sense | 00:34 |
*** dstanek_dinner is now known as dstanek | 00:37 | |
dstanek | hogepodge: would you need to read the hashes too? | 00:37 |
hogepodge | dstanek, yeah, we would need to detect config changes | 00:52 |
dstanek | hogepodge: to know when the password has been changed? | 00:53 |
hogepodge | yes | 00:54 |
hogepodge | This 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 |
hogepodge | At least, not a project I like. | 00:57 |
dstanek | hogepodge: 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 |
hogepodge | Yes, and if it's changed, be able to update with the new hash. | 01:00 |
*** lnxnut has joined #openstack-keystone | 01:00 | |
hogepodge | We 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 |
dstanek | hogepodge: 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 |
hogepodge | We 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 |
hogepodge | I guess that has to happen anyway, but write vs read. | 01:07 |
bknudson | https://review.openstack.org/#/c/75549/ | 01:08 |
hogepodge | Out for the evening. Have a great weekend. | 01:08 |
bknudson | there's some fixmes in there but that's what I think I'll get done today | 01:08 |
morganfainberg | bknudson, ++ nice! | 01:10 |
bknudson | morganfainberg: it was easy to update the config! | 01:10 |
morganfainberg | bknudson, :) | 01:10 |
morganfainberg | bknudson, yay! | 01:10 |
*** bradsturtevant has joined #openstack-keystone | 01:13 | |
*** marcoemorais1 has joined #openstack-keystone | 01:21 | |
*** marcoemorais has quit IRC | 01:21 | |
ayoung | morganfainberg, 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 |
morganfainberg | ayoung, lol | 01:36 |
ayoung | morganfainberg, 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 |
morganfainberg | ayoung, really, i thought oauth beat that (not inc. separate testing patch in trusts) | 01:36 |
morganfainberg | ayoung, i know. i'm holding on test config stuff until post I3 | 01:37 |
ayoung | did it? thought it was close, but not quite | 01:37 |
morganfainberg | ayoung, and more paralleltesting changes for just that reason | 01:37 |
morganfainberg | ayoung, .. 68 or 72 patches i thinkg | 01:37 |
morganfainberg | was steve's | 01:37 |
ayoung | just saw that the revoke by tree commit failed... | 01:37 |
morganfainberg | ayoung, =/ | 01:38 |
morganfainberg | ayoung, i expect i'll be looking over the revocation extension again this weekend | 01:38 |
ayoung | last_fetch ... ah dagnabit | 01:38 |
ayoung | its a legit failure based on changin the name of a parameter.... | 01:39 |
*** lnxnut has quit IRC | 01:39 | |
ayoung | please do | 01:41 |
*** nkinder has joined #openstack-keystone | 01:41 | |
morganfainberg | ayoung, at a glance it looks pretty good | 01:45 |
morganfainberg | ayoung, but haven't done the deeeeeeep dive | 01:45 |
*** achampion has joined #openstack-keystone | 01:55 | |
*** leseb has quit IRC | 01:56 | |
*** gokrokve has joined #openstack-keystone | 02:03 | |
morganfainberg | ayoung, so... | 02:05 |
morganfainberg | ayoung, 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-ldap | 02:06 |
morganfainberg | because i don't see a clear way to do that -- i might just be missing something in the code base | 02:06 |
ayoung | you mean, how to keep keystone pointing at a valid server if one dies | 02:06 |
morganfainberg | ayoung, yep | 02:06 |
ayoung | um...load balancer? | 02:07 |
morganfainberg | between keystone and the ldap server? | 02:07 |
ayoung | why not | 02:07 |
ayoung | you could do it with DNS tricks....round robin if you are cheap | 02:07 |
morganfainberg | ayoung, hmm. | 02:07 |
ayoung | But I should not be answering this question | 02:07 |
morganfainberg | ayoung, sure. | 02:07 |
morganfainberg | ayoung, i was just curious if we had something implemented on that front in keystone | 02:08 |
morganfainberg | ayoung, you answered what i needed to hear though | 02:08 |
morganfainberg | ayoung, thnx | 02:08 |
ayoung | morganfainberg, asked rcrit to come on over, he might have a better idea | 02:08 |
nkinder | morganfainberg: I'm not sure that python-ldap has failover built in. | 02:08 |
morganfainberg | ayoung, cool. thnx. brb, spilled something | 02:08 |
nkinder | morganfainberg: you want to define multiple servers for failover, not LB, right? | 02:09 |
nkinder | I haven't looked at how keytone does connection management to LDAP yet | 02:10 |
nkinder | Does it leave a connection open? | 02:10 |
ayoung | can you do something with pacemaker? | 02:11 |
ayoung | http://www.zivtech.com/blog/setting-ip-failover-heartbeat-and-pacemaker-ubuntu-lucid | 02:12 |
ayoung | no, we don't leave the connection open. We do a simple bind, and use that connection each time. | 02:13 |
morganfainberg | nkinder, ideallty | 02:13 |
morganfainberg | ayoung, the use case is AD with multiple servers serving the data, but they are geographically distributed and any one may or may not be up | 02:14 |
nkinder | ayoung: yuck | 02:14 |
morganfainberg | nkinder, ^ | 02:14 |
ayoung | yuck to pacemaker? | 02:14 |
nkinder | ayoung: yuck to a new connection per operation | 02:14 |
morganfainberg | nkinder, ++ | 02:14 |
ayoung | or to using the users connection to connect to LDAP | 02:14 |
ayoung | well, I was young and needed the money | 02:15 |
morganfainberg | anyway. this was just a question of what we had done | 02:15 |
ayoung | actually, I was thinking that we would use the users permissions on the LDAP server to enforce what they could and could not do | 02:15 |
morganfainberg | and what python-ldap does | 02:15 |
nkinder | morganfainberg: it shouldn't be too hard to write failover logic around python-ldap | 02:15 |
morganfainberg | nkinder, sure, but we can't use SIGALRM | 02:15 |
nkinder | ayoung: you can do that. You can rebind on a connection | 02:15 |
nkinder | no need to trash it each time | 02:15 |
ayoung | nkinder, then we would need a connection pool, right? | 02:16 |
morganfainberg | nkinder, my first thought was to use some alarm magic | 02:16 |
morganfainberg | nkinder, but that breaks in mod_wsgi | 02:16 |
morganfainberg | nkinder, i'll stew on this, it's relevant for my up coming deployments moving to Icehouse keystone | 02:16 |
morganfainberg | nkinder, and i can see some benefit to offering it to others | 02:16 |
nkinder | ayoung: a pool would be nice | 02:16 |
morganfainberg | nkinder, do pools work well under mod_wsgi? | 02:17 |
ayoung | maybe with a slide and a swim up bar...are we still talking code? | 02:17 |
morganfainberg | or would we just not use pool in that case, assuming per-process single connection? | 02:17 |
nkinder | morganfainberg: not familiar with mod_wsgi | 02:18 |
morganfainberg | nkinder, *nod* | 02:18 |
nkinder | a single connection would be OK too depending on the operation load | 02:18 |
nkinder | but, it would serialize everything... | 02:18 |
morganfainberg | nkinder, mod_wsgi runs multiple keystones | 02:18 |
ayoung | nkinder, I'd ask rcrit what they did in FreeIPA. | 02:18 |
ayoung | mod_wsgi in prefork mode.... | 02:19 |
morganfainberg | ayoung, aye | 02:19 |
morganfainberg | even in worker, you do get more than _one_ process iirc | 02:19 |
morganfainberg | nkinder, thanks for weiging in | 02:21 |
nkinder | morganfainberg: sure. It's an area I'd be interested to look into/work on if I can manage the time. | 02:22 |
morganfainberg | nkinder, it would be awesome to have it if you do have some cyccles to spend on it | 02:22 |
nkinder | this weekend is shot catching up with work, but maybe next week sometime | 02:23 |
morganfainberg | cool | 02:23 |
nkinder | morganfainberg: keep me in the loop if you start looking at it | 02:23 |
morganfainberg | nkinder, sure! | 02:23 |
ayoung | morganfainberg, there is a pool mechanism in Apache already. Not sure if it does LDAP...lets see | 02:25 |
ayoung | Hmm JAva...think it is for Tomcat | 02:25 |
nkinder | ayoung, morganfainberg: interesting... https://github.com/mozilla-services/ldappool | 02:26 |
nkinder | no idea how well it works | 02:27 |
ayoung | https://github.com/mozilla-services/ldappool/blob/master/ldappool/__init__.py | 02:27 |
ayoung | thats pretty much it | 02:27 |
morganfainberg | ayoung, oh yeah | 02:28 |
ayoung | lemme see what we actually do.... | 02:28 |
*** harlowja has quit IRC | 02:28 | |
ayoung | https://github.com/openstack/keystone/blob/master/keystone/common/ldap/core.py#L484 | 02:28 |
ayoung | https://github.com/openstack/keystone/blob/master/keystone/common/ldap/core.py#L228 | 02:30 |
*** harlowja has joined #openstack-keystone | 02:30 | |
morganfainberg | ayoung, probaby wouldn't be hard to put some pool logic / use mozilla pool in there | 02:31 |
nkinder | morganfainberg: just be careful to rebind as the user and check the result always | 02:31 |
morganfainberg | nkinder, *nod* | 02:31 |
nkinder | pools are often used where all connections are bound as a single application user | 02:32 |
ayoung | what is handler in there.... | 02:32 |
ayoung | nkinder, we do: see https://github.com/openstack/keystone/blob/master/keystone/common/ldap/core.py#L228 | 02:32 |
ayoung | but what calls register_handler | 02:33 |
*** marcoemorais1 has quit IRC | 02:34 | |
ayoung | ah..you can register and return a handler, but the default is LdapWrapper | 02:34 |
ayoung | I didn;t write that, it came over from Nova | 02:34 |
morganfainberg | ayoung, it's so we can use fakeldap | 02:34 |
morganfainberg | ayoung, right? | 02:34 |
ayoung | yeah. | 02:34 |
*** devlaps has quit IRC | 02:34 | |
ayoung | but we could register a pool mechanism in there if we wanted, too | 02:35 |
ayoung | except for all of the logic that has crawled into LdapWrapper | 02:35 |
morganfainberg | ayoung, yeah | 02:35 |
ayoung | seems to me we want to push that to a different level. | 02:36 |
ayoung | Bridge pattern | 02:36 |
ayoung | AAAAHHHH! | 02:45 |
ayoung | cannot keep patch versions right | 02:46 |
*** lnxnut has joined #openstack-keystone | 02:54 | |
*** browne has quit IRC | 03:14 | |
*** harlowja is now known as harlowja_away | 03:40 | |
*** david-lyle has joined #openstack-keystone | 03:49 | |
*** lnxnut has quit IRC | 03:54 | |
*** hogepodge has quit IRC | 03:58 | |
*** stevemar has joined #openstack-keystone | 04:15 | |
*** ChanServ sets mode: +v stevemar | 04:15 | |
morganfainberg | ughnmsadjfnsdjhf | 04:18 |
morganfainberg | i mean ugh | 04:18 |
morganfainberg | trying to setup keystone in devstack under httpd on port 80 | 04:18 |
morganfainberg | yeaaaah | 04:18 |
morganfainberg | this is "fun"* | 04:18 |
morganfainberg | * = certain values of fun...mostly unfun | 04:18 |
morganfainberg | jamielennox|away did a good job of setting up keystone under apache but still on port 5000 and 35357 | 04:19 |
morganfainberg | doesn't really solve our port issue / follow the example httpd config though | 04:19 |
*** lnxnut has joined #openstack-keystone | 05:04 | |
*** lnxnut has quit IRC | 05:05 | |
*** lnxnut has joined #openstack-keystone | 05:05 | |
*** morganfainberg is now known as morganfainberg_Z | 05:12 | |
*** lnxnut has quit IRC | 05:15 | |
*** lnxnut has joined #openstack-keystone | 05:15 | |
*** lnxnut has quit IRC | 05:17 | |
*** lnxnut has joined #openstack-keystone | 05:17 | |
*** dstanek has quit IRC | 05:22 | |
*** dstanek has joined #openstack-keystone | 05:29 | |
*** ChanServ sets mode: +v dstanek | 05:29 | |
*** gokrokve has quit IRC | 05:49 | |
*** gokrokve has joined #openstack-keystone | 05:50 | |
*** lnxnut has quit IRC | 05:52 | |
*** lnxnut has joined #openstack-keystone | 05:53 | |
*** gokrokve has quit IRC | 05:54 | |
*** lnxnut has quit IRC | 05:57 | |
*** lnxnut has joined #openstack-keystone | 05:58 | |
*** lnxnut_ has joined #openstack-keystone | 06:01 | |
*** lnxnut has quit IRC | 06:03 | |
*** lnxnut_ has quit IRC | 06:06 | |
*** lnxnut has joined #openstack-keystone | 06:06 | |
*** lnxnut_ has joined #openstack-keystone | 06:09 | |
*** lnxnut has quit IRC | 06:11 | |
*** lnxnut_ has quit IRC | 06:14 | |
*** lnxnut has joined #openstack-keystone | 06:17 | |
*** dstanek has quit IRC | 06:20 | |
*** gokrokve has joined #openstack-keystone | 06:20 | |
*** lnxnut has quit IRC | 06:21 | |
*** gokrokve has quit IRC | 06:25 | |
*** gyee has quit IRC | 06:30 | |
*** lnxnut has joined #openstack-keystone | 06:47 | |
*** lnxnut has quit IRC | 06:52 | |
*** marcoemorais has joined #openstack-keystone | 06:58 | |
*** saju_m has joined #openstack-keystone | 06:59 | |
*** marcoemorais1 has joined #openstack-keystone | 07:00 | |
*** marcoemorais has quit IRC | 07:02 | |
*** lnxnut has joined #openstack-keystone | 07:03 | |
*** lnxnut has quit IRC | 07:08 | |
*** Kanagaraj has joined #openstack-keystone | 07:21 | |
*** gokrokve has joined #openstack-keystone | 07:21 | |
*** gokrokve has quit IRC | 07:26 | |
*** lnxnut has joined #openstack-keystone | 07:34 | |
*** lnxnut has quit IRC | 07:38 | |
*** Kanagaraj has quit IRC | 07:50 | |
*** lnxnut has joined #openstack-keystone | 08:04 | |
*** Kanagaraj has joined #openstack-keystone | 08:05 | |
*** lnxnut has quit IRC | 08:09 | |
*** KanagarajM_ has joined #openstack-keystone | 08:14 | |
*** Kanagaraj has quit IRC | 08:17 | |
*** gokrokve has joined #openstack-keystone | 08:21 | |
*** gokrokve has quit IRC | 08:26 | |
*** d0ugal has quit IRC | 08:40 | |
*** lnxnut has joined #openstack-keystone | 09:04 | |
*** lnxnut has quit IRC | 09:09 | |
*** gokrokve has joined #openstack-keystone | 09:21 | |
*** saju_m has quit IRC | 09:24 | |
*** gokrokve has quit IRC | 09:26 | |
*** bradsturtevant has left #openstack-keystone | 09:44 | |
*** lnxnut has joined #openstack-keystone | 10:04 | |
*** marcoemorais1 has quit IRC | 10:06 | |
*** lnxnut has quit IRC | 10:09 | |
*** KanagarajM_ has quit IRC | 10:19 | |
*** gokrokve has joined #openstack-keystone | 10:21 | |
*** gokrokve has quit IRC | 10:26 | |
*** lnxnut has joined #openstack-keystone | 11:04 | |
*** lnxnut has quit IRC | 11:09 | |
*** gokrokve has joined #openstack-keystone | 11:21 | |
*** gokrokve has quit IRC | 11:26 | |
*** Kanagaraj has joined #openstack-keystone | 11:36 | |
*** david-lyle has quit IRC | 11:40 | |
*** saju_m has joined #openstack-keystone | 11:41 | |
*** stevemar has quit IRC | 11:46 | |
*** Kanagaraj has quit IRC | 11:49 | |
*** chandan_kumar has joined #openstack-keystone | 11:58 | |
*** lnxnut has joined #openstack-keystone | 12:04 | |
*** lnxnut has quit IRC | 12:09 | |
*** chandan_kumar has quit IRC | 12:18 | |
*** chandan_kumar has joined #openstack-keystone | 12:18 | |
*** gokrokve has joined #openstack-keystone | 12:21 | |
*** leseb has joined #openstack-keystone | 12:25 | |
*** gokrokve has quit IRC | 12:26 | |
*** saju_m has quit IRC | 12:37 | |
*** dstanek has joined #openstack-keystone | 12:37 | |
*** ChanServ sets mode: +v dstanek | 12:37 | |
*** leseb has quit IRC | 12:43 | |
*** leseb has joined #openstack-keystone | 12:45 | |
*** dstanek has quit IRC | 12:52 | |
*** lnxnut has joined #openstack-keystone | 13:04 | |
*** chandan_kumar has quit IRC | 13:05 | |
*** lnxnut has quit IRC | 13:09 | |
*** dstanek has joined #openstack-keystone | 13:18 | |
*** ChanServ sets mode: +v dstanek | 13:18 | |
*** gokrokve has joined #openstack-keystone | 13:21 | |
*** dstanek has quit IRC | 13:23 | |
*** gokrokve has quit IRC | 13:26 | |
*** dstanek has joined #openstack-keystone | 13:28 | |
*** ChanServ sets mode: +v dstanek | 13:28 | |
*** dolphm_503 is now known as dolphm | 14:09 | |
*** dolphm is now known as dolphm_503 | 14:17 | |
*** koolhead17 has quit IRC | 14:23 | |
*** Daviey has quit IRC | 14:25 | |
*** tellesnobrega1 has quit IRC | 14:25 | |
*** ayoung has quit IRC | 14:25 | |
*** huats_ has joined #openstack-keystone | 14:27 | |
*** huats_ has quit IRC | 14:27 | |
*** huats_ has joined #openstack-keystone | 14:27 | |
*** leseb has quit IRC | 14:28 | |
*** lbragstad_away has quit IRC | 14:28 | |
*** bvandenh has quit IRC | 14:28 | |
*** dtroyer has quit IRC | 14:28 | |
*** harlowja_away has quit IRC | 14:31 | |
*** achampion has quit IRC | 14:31 | |
*** bknudson has quit IRC | 14:31 | |
*** sudorandom has quit IRC | 14:31 | |
*** mhu has quit IRC | 14:31 | |
*** mfisch has quit IRC | 14:31 | |
*** dolphm_503 has quit IRC | 14:34 | |
*** mfisch has joined #openstack-keystone | 14:37 | |
*** mhu has joined #openstack-keystone | 14:37 | |
*** leseb has joined #openstack-keystone | 14:39 | |
*** dtroyer has joined #openstack-keystone | 14:49 | |
*** nkinder has quit IRC | 14:49 | |
*** YorikSar has quit IRC | 14:49 | |
*** jamielennox|away has quit IRC | 14:49 | |
*** huats has quit IRC | 14:49 | |
*** simo has quit IRC | 14:49 | |
*** topol has joined #openstack-keystone | 14:54 | |
*** koolhead17 has joined #openstack-keystone | 14:58 | |
*** koolhead17 has quit IRC | 14:58 | |
*** mfisch has quit IRC | 15:02 | |
*** haneef_ has joined #openstack-keystone | 15:02 | |
*** mhu has quit IRC | 15:02 | |
*** mfisch has joined #openstack-keystone | 15:03 | |
*** mhu has joined #openstack-keystone | 15:03 | |
*** topol has quit IRC | 15:13 | |
*** mfisch has quit IRC | 15:13 | |
*** mhu has quit IRC | 15:13 | |
*** haneef_ has quit IRC | 15:13 | |
*** leseb has quit IRC | 15:13 | |
*** haneef__ has quit IRC | 15:13 | |
*** dtroyer has quit IRC | 15:13 | |
*** chmouel has quit IRC | 15:13 | |
*** lari_ has quit IRC | 15:13 | |
*** ChanServ has quit IRC | 15:13 | |
*** morganfainberg_Z has quit IRC | 15:13 | |
*** dstanek has quit IRC | 15:13 | |
*** amerine has quit IRC | 15:13 | |
*** rwsu has quit IRC | 15:13 | |
*** huats_ has quit IRC | 15:13 | |
*** marekd|away has quit IRC | 15:13 | |
*** Daviey has joined #openstack-keystone | 15:29 | |
*** bvandenh has joined #openstack-keystone | 15:29 | |
*** lnxnut_ has joined #openstack-keystone | 15:29 | |
*** nkinder has joined #openstack-keystone | 15:29 | |
*** gokrokve has joined #openstack-keystone | 15:29 | |
*** dolphm has joined #openstack-keystone | 15:29 | |
*** lbragstad has joined #openstack-keystone | 15:29 | |
*** jamielennox|away has joined #openstack-keystone | 15:29 | |
*** koolhead17 has joined #openstack-keystone | 15:29 | |
*** chmouel has joined #openstack-keystone | 15:29 | |
*** leseb has joined #openstack-keystone | 15:29 | |
*** huats_ has joined #openstack-keystone | 15:29 | |
*** amerine has joined #openstack-keystone | 15:29 | |
*** marekd|away has joined #openstack-keystone | 15:29 | |
*** morganfainberg_Z has joined #openstack-keystone | 15:29 | |
*** rwsu has joined #openstack-keystone | 15:29 | |
*** lari_ has joined #openstack-keystone | 15:29 | |
*** ChanServ has joined #openstack-keystone | 15:29 | |
*** dickson.freenode.net sets mode: +oovo dolphm morganfainberg_Z morganfainberg_Z ChanServ | 15:29 | |
*** koolhead17 has quit IRC | 15:30 | |
*** gokrokve has quit IRC | 15:30 | |
*** chmouel has quit IRC | 15:30 | |
*** dtroyer has joined #openstack-keystone | 15:30 | |
*** amerine has quit IRC | 15:33 | |
*** koolhead17 has joined #openstack-keystone | 15:34 | |
*** amerine has joined #openstack-keystone | 15:35 | |
*** topol has joined #openstack-keystone | 15:35 | |
*** dolphm is now known as dolphm_503 | 15:37 | |
*** rwsu has quit IRC | 15:39 | |
*** lnxnut_ has quit IRC | 15:44 | |
*** koolhead17 has quit IRC | 15:45 | |
*** Daviey has quit IRC | 15:46 | |
*** jamielennox|away has quit IRC | 15:46 | |
*** leseb has quit IRC | 15:46 | |
*** amerine has quit IRC | 15:50 | |
*** dtroyer has quit IRC | 15:50 | |
*** bvandenh has quit IRC | 15:55 | |
*** leseb has joined #openstack-keystone | 16:07 | |
*** koolhead17 has joined #openstack-keystone | 16:10 | |
*** dtroyer has joined #openstack-keystone | 16:12 | |
*** Daviey has joined #openstack-keystone | 16:12 | |
*** Daviey has joined #openstack-keystone | 16:12 | |
*** mhu has joined #openstack-keystone | 16:13 | |
*** jamielennox|away has joined #openstack-keystone | 16:13 | |
*** stevemar has joined #openstack-keystone | 16:14 | |
*** ChanServ sets mode: +v stevemar | 16:14 | |
*** chmouel has joined #openstack-keystone | 16:14 | |
*** amerine has joined #openstack-keystone | 16:14 | |
*** chmouel has quit IRC | 16:15 | |
*** openstack has joined #openstack-keystone | 16:20 | |
*** haneef has joined #openstack-keystone | 16:22 | |
*** zigo has quit IRC | 16:22 | |
*** jraim has quit IRC | 16:23 | |
*** jamielennox|away has joined #openstack-keystone | 16:24 | |
*** jraim has joined #openstack-keystone | 16:24 | |
*** nkinder_ has joined #openstack-keystone | 16:27 | |
*** dtroyer_zz has joined #openstack-keystone | 16:28 | |
*** simo has joined #openstack-keystone | 16:28 | |
*** simo has quit IRC | 16:28 | |
*** simo has joined #openstack-keystone | 16:28 | |
*** jamielennox|away has quit IRC | 16:29 | |
*** anteaya has quit IRC | 16:31 | |
*** dtroyer_zz has quit IRC | 16:34 | |
*** openstack has joined #openstack-keystone | 17:04 | |
*** nkinder__ has joined #openstack-keystone | 17:07 | |
*** nkinder_ has quit IRC | 17:12 | |
*** dtroyer has quit IRC | 17:12 | |
*** simo has quit IRC | 17:12 | |
*** bvandenh has quit IRC | 17:12 | |
*** openstack has joined #openstack-keystone | 17:17 | |
*** koolhead17 has joined #openstack-keystone | 17:18 | |
*** nkinder__ has joined #openstack-keystone | 17:21 | |
*** jamielennox|away has joined #openstack-keystone | 17:23 | |
*** bvandenh has joined #openstack-keystone | 17:25 | |
*** haneef has joined #openstack-keystone | 17:25 | |
*** dtroyer has joined #openstack-keystone | 17:27 | |
*** chmouel has joined #openstack-keystone | 17:27 | |
*** bvandenh has quit IRC | 17:29 | |
*** dtroyer has quit IRC | 17:33 | |
*** openstack has joined #openstack-keystone | 17:34 | |
*** koolhead17 has quit IRC | 17:34 | |
*** lnxnut has joined #openstack-keystone | 17:34 | |
*** openstack has joined #openstack-keystone | 17:42 | |
*** openstack has joined #openstack-keystone | 17:49 | |
*** openstack has joined #openstack-keystone | 17:53 | |
*** bvandenh has joined #openstack-keystone | 17:55 | |
*** nkinder__ has quit IRC | 18:00 | |
*** chmouel has quit IRC | 18:00 | |
*** dtroyer has quit IRC | 18:00 | |
*** koolhead17 has joined #openstack-keystone | 18:04 | |
*** ChanServ has joined #openstack-keystone | 18:04 | |
*** lari_ has joined #openstack-keystone | 18:04 | |
*** morganfainberg_Z has joined #openstack-keystone | 18:04 | |
*** marekd|away has joined #openstack-keystone | 18:04 | |
*** huats_ has joined #openstack-keystone | 18:04 | |
*** mhu has joined #openstack-keystone | 18:04 | |
*** zigo_ has joined #openstack-keystone | 18:04 | |
*** tellesnobrega has joined #openstack-keystone | 18:04 | |
*** leseb has joined #openstack-keystone | 18:04 | |
*** lbragstad has joined #openstack-keystone | 18:04 | |
*** dolphm_503 has joined #openstack-keystone | 18:04 | |
*** dickson.freenode.net sets mode: +oovo ChanServ morganfainberg_Z morganfainberg_Z dolphm_503 | 18:04 | |
*** koolhead17 has quit IRC | 18:07 | |
*** tellesnobrega has quit IRC | 18:07 | |
*** leseb has quit IRC | 18:07 | |
*** jamielennox|away has joined #openstack-keystone | 18:10 | |
*** chmouel has joined #openstack-keystone | 18:12 | |
*** amerine has joined #openstack-keystone | 18:12 | |
*** koolhead17 has joined #openstack-keystone | 18:12 | |
*** nkinder has joined #openstack-keystone | 18:13 | |
*** dtroyer has joined #openstack-keystone | 18:13 | |
*** simo has joined #openstack-keystone | 18:14 | |
*** jamielenz has joined #openstack-keystone | 18:17 | |
*** amerine_ has joined #openstack-keystone | 18:24 | |
*** nkinder_ has joined #openstack-keystone | 18:24 | |
*** amerine has quit IRC | 18:24 | |
*** jamielennox|away has quit IRC | 18:24 | |
*** lbragstad has quit IRC | 18:24 | |
*** dolphm_503 has quit IRC | 18:24 | |
*** jamielenz has quit IRC | 18:35 | |
*** simo has quit IRC | 18:35 | |
*** nkinder has quit IRC | 18:35 | |
*** dtroyer has quit IRC | 18:35 | |
*** lnxnut has quit IRC | 18:42 | |
*** jamielennox|away has joined #openstack-keystone | 18:59 | |
*** simo has joined #openstack-keystone | 19:37 | |
*** dtroyer has joined #openstack-keystone | 19:38 | |
*** rwsu has joined #openstack-keystone | 19:39 | |
*** Daviey has joined #openstack-keystone | 19:41 | |
*** lbragstad has joined #openstack-keystone | 19:52 | |
*** dolphm has joined #openstack-keystone | 19:52 | |
*** dickson.freenode.net sets mode: +o dolphm | 19:52 | |
*** tellesnobrega has joined #openstack-keystone | 19:53 | |
*** lbragstad has quit IRC | 20:35 | |
*** dolphm has quit IRC | 20:35 | |
*** tellesnobrega has quit IRC | 20:42 | |
*** tellesnobrega has joined #openstack-keystone | 20:53 | |
*** tellesnobrega has quit IRC | 21:16 | |
*** bvandenh has quit IRC | 21:23 | |
*** lbragstad has joined #openstack-keystone | 22:05 | |
*** dolphm_503 has joined #openstack-keystone | 22:05 | |
*** dickson.freenode.net sets mode: +o dolphm_503 | 22:05 | |
*** leseb has joined #openstack-keystone | 22:09 | |
*** tellesnobrega has joined #openstack-keystone | 22:09 | |
*** lbragstad has quit IRC | 22:16 | |
*** dolphm_503 has quit IRC | 22:16 | |
*** devlaps has joined #openstack-keystone | 22:23 | |
*** leseb_ has joined #openstack-keystone | 22:24 | |
*** leseb has quit IRC | 22:24 | |
*** tellesnobrega has quit IRC | 22:24 | |
*** devlaps has quit IRC | 23:05 | |
*** devlaps has joined #openstack-keystone | 23:11 | |
*** devlaps has quit IRC | 23:29 | |
*** tellesnobrega has joined #openstack-keystone | 23:37 | |
*** lbragstad has joined #openstack-keystone | 23:46 | |
*** dolphm_503 has joined #openstack-keystone | 23:46 | |
*** dickson.freenode.net sets mode: +o dolphm_503 | 23:46 | |
*** anteaya has joined #openstack-keystone | 23:51 | |
*** lbragstad has quit IRC | 23:58 | |
*** dolphm_503 has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!