*** morgan changes topic to "mitaka-3 done, no more features (you missed your chance) until Newton | Tag bugs as rc-potential - fix more bugs!" | 00:01 | |
dstanek | gyee: it's used to pass into the session right? | 00:02 |
---|---|---|
gyee | dstanek, right, let me look at that code again, I may've missed something | 00:03 |
*** spandhe has quit IRC | 00:03 | |
openstackgerrit | Lance Bragstad proposed openstack/keystone: Refactor TestFernetTokenProvider unscoped token tests https://review.openstack.org/286906 | 00:04 |
openstackgerrit | Lance Bragstad proposed openstack/keystone: Refactor TestFernetTokenProvider domain-scoped tests https://review.openstack.org/286907 | 00:04 |
openstackgerrit | Lance Bragstad proposed openstack/keystone: Refactor TestFernetTokenProvider project-scoped tests https://review.openstack.org/286908 | 00:04 |
openstackgerrit | Lance Bragstad proposed openstack/keystone: Refactor TestFernetTokenProvider trust-scoped tests https://review.openstack.org/286909 | 00:04 |
openstackgerrit | Lance Bragstad proposed openstack/keystone: Remove TestFernetTokenProvider https://review.openstack.org/286910 | 00:04 |
lbragstad | ugh - i've wanted to do that ^ for a while | 00:06 |
dstanek | gyee: my thought is that we wanted to start pushing people toward the newer *Method way of doing things, but maybe we like the shorthand classes | 00:08 |
dstanek | gyee: http://docs.openstack.org/developer/keystoneauth/authentication-plugins.html#v3-identity-plugins is, i think, the best reference for my current state of mind :-) | 00:10 |
*** tellesnobrega is now known as tellesnobrega_af | 00:12 | |
*** spandhe has joined #openstack-keystone | 00:14 | |
openstackgerrit | Merged openstack/keystoneauth: Update test run instructions https://review.openstack.org/286813 | 00:15 |
openstackgerrit | Merged openstack/keystoneauth: Add links to federation plugins https://review.openstack.org/286824 | 00:15 |
*** josecastroleon has joined #openstack-keystone | 00:15 | |
gyee | dstanek, right, you can instantiate either TOTPMethod or TOTP | 00:15 |
dstanek | gyee: having multiple ways to do that same this is not cool | 00:16 |
gyee | dstanek, why not, TOTPMethod is for multiple methods in a single auth | 00:16 |
*** mylu has quit IRC | 00:17 | |
gyee | while TOTP includes the entire payload | 00:17 |
dstanek | gyee: this isnt' perl :-) having one way to do it is much better. you could just use the Method and call it a day | 00:17 |
openstackgerrit | Merged openstack/keystoneauth: Editorial nits for docs https://review.openstack.org/286815 | 00:18 |
openstackgerrit | Merged openstack/keystoneauth: Improve usability of docs https://review.openstack.org/286816 | 00:18 |
gyee | but Method does not include {"auth": {"methods": ["totp"]: {" part | 00:18 |
openstackgerrit | Merged openstack/keystoneauth: Fix exported symbol in identity.v3 https://review.openstack.org/286814 | 00:18 |
gyee | dstanek, this is the same pattern as the existing auth plugins | 00:19 |
*** mylu has joined #openstack-keystone | 00:19 | |
dstanek | gyee: i'm not disagreeing. i though i read somewhere that we would prefer that people use the new *Methods. so my thought is why add thing to support the old way. maybe that was a one-off opinion that isn't actually true. | 00:20 |
dstanek | gyee: in any event having multiple ways to do the same thing usually isn't a create experience | 00:21 |
gyee | dstanek, the only distinction between TOTP and TOTPMethod is that the latter is not the entire auth payload | 00:22 |
gyee | rather it is used in conjunction with other methods in an auth payload | 00:22 |
dstanek | gyee: *Methods are used when you automatically create the Auth object (because you can provide a list of methods). the AuthConstructor is a shortcut when you only need one method | 00:23 |
gyee | right | 00:23 |
dstanek | gyee: so there are multiple ways to create a session | 00:24 |
gyee | dstanek, I do like your suggestion of having a single interface to create the auth payload though | 00:24 |
gyee | maybe in the future we have one static method to create the auth payload? | 00:24 |
gyee | like, create_auth(auth_url, auth_methods, scope) | 00:25 |
dstanek | gyee: i like just use the AuthMethod approach from the link | 00:25 |
*** mylu has quit IRC | 00:25 | |
gyee | dstanek, nm, v3.Auth does the same thing | 00:26 |
gyee | dstanek, I am not even sure if stevedore works with TOTPMethod | 00:31 |
dstanek | gyee: what do you mean? | 00:32 |
gyee | dstanek, say I remove TOTP and keep just TOTPMethod | 00:32 |
*** mylu has joined #openstack-keystone | 00:32 | |
gyee | how do I make it construct the entire auth payload | 00:33 |
gyee | like 'openstack --os-auth-type totp' | 00:33 |
*** ninag has quit IRC | 00:34 | |
dstanek | gyee: no idea | 00:34 |
gyee | dstanek, I am not even sure if we can specify auth methods with --os-auth-type right now | 00:34 |
gyee | multiple auth methods | 00:34 |
dstanek | gyee: unfortunately that wouldn't surprise me. i'd have to look closer at what os-auth-type is actually doing | 00:35 |
openstackgerrit | Merged openstack/keystoneauth: Generate FederationBaseAuth constructor parameters https://review.openstack.org/286826 | 00:36 |
*** mylu has quit IRC | 00:37 | |
*** mylu has joined #openstack-keystone | 00:41 | |
*** josecastroleon has quit IRC | 00:45 | |
*** mylu has quit IRC | 00:47 | |
*** mylu has joined #openstack-keystone | 00:47 | |
*** bjornar has quit IRC | 00:48 | |
openstackgerrit | Sean Perry proposed openstack/keystone: Adding 'domain_id' filter to list_user_projects() https://review.openstack.org/182569 | 00:48 |
*** phalmos has quit IRC | 00:50 | |
openstackgerrit | guang-yee proposed openstack/keystoneauth: Support TOTP auth plugin https://review.openstack.org/281086 | 00:54 |
openstackgerrit | Merged openstack/keystoneauth: Remove unavailable parameter https://review.openstack.org/286825 | 00:54 |
*** fpatwa_ has joined #openstack-keystone | 01:01 | |
*** sdake has joined #openstack-keystone | 01:03 | |
*** EinstCrazy has joined #openstack-keystone | 01:09 | |
*** josecastroleon has joined #openstack-keystone | 01:10 | |
*** sdake has quit IRC | 01:16 | |
*** mylu has quit IRC | 01:19 | |
*** fpatwa_ has quit IRC | 01:22 | |
*** jasonsb has joined #openstack-keystone | 01:25 | |
openstackgerrit | Steve Martinelli proposed openstack/keystone: Fixes the templated backend tests for Python3 https://review.openstack.org/280673 | 01:28 |
stevemar | gyee: still around? | 01:30 |
gyee | stevemar, yes sir | 01:30 |
stevemar | gyee: dstanek has a bunch of py3 patches that should be ready to go: https://review.openstack.org/#/q/topic:bp/python3+status:open except the notification one | 01:30 |
openstackgerrit | fengzhr proposed openstack/keystone: The name can be just white character except project and user https://review.openstack.org/272358 | 01:30 |
*** tellesnobrega_af is now known as tellesnobrega | 01:30 | |
gyee | stevemar, looking | 01:31 |
*** sdake has joined #openstack-keystone | 01:31 | |
stevemar | gyee: i think this is the easiest to start at: https://review.openstack.org/#/c/280673/1 | 01:32 |
patchbot | stevemar: patch 280673 - keystone - Fixes the templated backend tests for Python3 | 01:32 |
stevemar | err https://review.openstack.org/#/c/280673/2 | 01:32 |
patchbot | stevemar: patch 280673 - keystone - Fixes the templated backend tests for Python3 | 01:32 |
*** sdake has quit IRC | 01:33 | |
*** rk4n has quit IRC | 01:34 | |
*** davechen has joined #openstack-keystone | 01:34 | |
gyee | hah, python3, you do b'..' or encode('utf8'), pick your poison | 01:36 |
gyee | makes you want to love and hate it at the same time | 01:37 |
*** josecastroleon has quit IRC | 01:42 | |
*** fawadkhaliq has quit IRC | 01:42 | |
*** rk4n has joined #openstack-keystone | 01:43 | |
openstackgerrit | fengzhr proposed openstack/keystone: The name can be just white character except project and user https://review.openstack.org/272358 | 01:52 |
*** sheel has joined #openstack-keystone | 01:56 | |
*** gokrokve has quit IRC | 02:01 | |
*** woodster_ has quit IRC | 02:06 | |
*** rk4n has quit IRC | 02:07 | |
stevemar | bknudson: did you want to do something with https://review.openstack.org/#/c/222729/ ? | 02:08 |
patchbot | stevemar: patch 222729 - keystone (stable/kilo) - Do not revoke all of a user's tokens when a role a... | 02:08 |
openstackgerrit | Steve Martinelli proposed openstack/keystone: Fixes to get cert tests running in Py3 https://review.openstack.org/280674 | 02:11 |
openstackgerrit | Steve Martinelli proposed openstack/keystone: Fixes hacking for Py3 tests https://review.openstack.org/280675 | 02:11 |
*** dan_nguyen has quit IRC | 02:11 | |
openstackgerrit | Steve Martinelli proposed openstack/keystone: Fix keystone.common.wsgi to explicitly use bytes https://review.openstack.org/280672 | 02:15 |
*** gokrokve has joined #openstack-keystone | 02:29 | |
*** josecastroleon has joined #openstack-keystone | 02:33 | |
*** gokrokve has quit IRC | 02:34 | |
openstackgerrit | Steve Martinelli proposed openstack/keystone: add hints to list_services for templated backend https://review.openstack.org/286142 | 02:43 |
*** gokrokve has joined #openstack-keystone | 02:45 | |
*** marg7175 has joined #openstack-keystone | 02:45 | |
ayoung | stevemar, leave that alone...it will be covered by work I am doing | 02:52 |
stevemar | ayoung: ? | 02:53 |
ayoung | stevemar, https://review.openstack.org/#/c/285134/ is the way to go, but we need to iron out some details... | 02:53 |
patchbot | ayoung: patch 285134 - keystone - Remove unneeded revocation events | 02:53 |
stevemar | ayoung: did you get affected by my sweep of abandoned changes? | 02:54 |
ayoung | stevemar, almost certainly, but that is ok | 02:54 |
ayoung | stevemar, I was referring to patch 222729 - keystone (stable/kilo) - Do not revoke all of a user's tokens when a role a... | 02:54 |
patchbot | ayoung: https://review.openstack.org/#/c/222729/ - keystone (stable/kilo) - Do not revoke all of a user's tokens when a role a... | 02:54 |
ayoung | it touches so many files, that it keeps getting broken by rebases | 02:55 |
stevemar | ayoung: oh, but that's a kilo change | 02:55 |
ayoung | stevemar, and are we still doing Kilo changes? | 02:55 |
stevemar | ayoung: it's now in phase 2 of support, only critical/security related fixes | 02:56 |
ayoung | yeah..doesn't count, I think | 02:56 |
stevemar | ayoung: http://docs.openstack.org/project-team-guide/stable-branches.html | 02:57 |
stevemar | yeah, i don't think it makes the cut | 02:57 |
*** lightshadow has joined #openstack-keystone | 02:57 | |
ayoung | stevemar, I was pushing to get my patch into Mitaka, but it is too big a change, I think | 03:00 |
ayoung | I'm going to try to instead get it in to the start of Newton | 03:01 |
*** josecastroleon has quit IRC | 03:02 | |
*** lhcheng has quit IRC | 03:02 | |
openstackgerrit | Steve Martinelli proposed openstack/keystone: clean up test_resource_uuid https://review.openstack.org/281546 | 03:05 |
stevemar | ayoung: good calll | 03:08 |
*** lightshadow has quit IRC | 03:10 | |
*** gokrokve has quit IRC | 03:12 | |
*** dims has quit IRC | 03:15 | |
*** sdake has joined #openstack-keystone | 03:15 | |
*** gyee has quit IRC | 03:16 | |
openstackgerrit | Steve Martinelli proposed openstack/keystone: fix sample config link that 404s https://review.openstack.org/277716 | 03:19 |
openstackgerrit | Steve Martinelli proposed openstack/keystone: fix sample config link that 404s https://review.openstack.org/277716 | 03:22 |
stevemar | ayoung: dstanek, jamielennox, others? :) easy fix at ... https://review.openstack.org/#/c/277716/ | 03:22 |
patchbot | stevemar: patch 277716 - keystone - fix sample config link that 404s | 03:22 |
ayoung | stevemar, looks good | 03:23 |
*** gokrokve has joined #openstack-keystone | 03:23 | |
stevemar | ayoung: oh, can you also comment on https://review.openstack.org/#/c/271135/ - i don't know if i should proceed on that one... | 03:24 |
patchbot | stevemar: patch 271135 - keystone - remove deprecated revoke_by_expiration function | 03:24 |
stevemar | i've abandoned and restored it twice now | 03:24 |
ayoung | stevemar, I need to get back to the lance patch for Trusts in Fernete. It has some strnage Py34 error | 03:24 |
ayoung | stevemar, we can yank it | 03:24 |
*** david-lyle has joined #openstack-keystone | 03:24 | |
ayoung | stevemar, my patch probably would not fly for the same reason | 03:25 |
ayoung | I am yanking all those | 03:25 |
stevemar | ayoung: great, more than happy to abandon it | 03:25 |
ayoung | all except the user and audit and token revoke evetns | 03:25 |
ayoung | stevemar, that one can go in | 03:25 |
stevemar | doh | 03:25 |
ayoung | stevemar, it is not important | 03:26 |
ayoung | if anyone is using that, they are crazy | 03:26 |
stevemar | hehe | 03:26 |
ayoung | most of the other revoke-bys will be changed to liveness checks: | 03:26 |
stevemar | i'll rebase it one more time then | 03:26 |
ayoung | now damnit, I need to \figure oout the params for virt-install | 03:27 |
*** richm has quit IRC | 03:27 | |
*** gokrokve has quit IRC | 03:27 | |
*** spandhe has quit IRC | 03:28 | |
*** Ephur has quit IRC | 03:33 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 03:34 | |
*** sdake has quit IRC | 03:39 | |
*** lhcheng_ has joined #openstack-keystone | 03:41 | |
*** fawadkhaliq has joined #openstack-keystone | 03:43 | |
*** gokrokve has joined #openstack-keystone | 03:51 | |
*** sdake has joined #openstack-keystone | 03:53 | |
*** gokrokve has quit IRC | 03:55 | |
*** diazjf has joined #openstack-keystone | 04:03 | |
*** gokrokve has joined #openstack-keystone | 04:15 | |
openstackgerrit | Steve Martinelli proposed openstack/keystone: remove deprecated revoke_by_expiration function https://review.openstack.org/271135 | 04:15 |
*** ianw has joined #openstack-keystone | 04:29 | |
*** lhcheng_ has quit IRC | 04:29 | |
*** diazjf has quit IRC | 04:31 | |
*** diazjf has joined #openstack-keystone | 04:32 | |
*** gokrokve_ has joined #openstack-keystone | 04:44 | |
*** gokrokve has quit IRC | 04:47 | |
*** lhcheng has joined #openstack-keystone | 04:50 | |
*** ChanServ sets mode: +v lhcheng | 04:50 | |
*** links has joined #openstack-keystone | 04:51 | |
*** fpatwa_ has joined #openstack-keystone | 04:53 | |
*** fawadkhaliq has quit IRC | 04:58 | |
*** GB21 has joined #openstack-keystone | 05:02 | |
*** Nirupama has joined #openstack-keystone | 05:06 | |
*** sdake has quit IRC | 05:09 | |
*** fpatwa_ has quit IRC | 05:16 | |
*** jorge_munoz has joined #openstack-keystone | 05:23 | |
*** jorge_munoz has quit IRC | 05:33 | |
*** pcaruana has joined #openstack-keystone | 05:36 | |
*** ayoung has quit IRC | 05:38 | |
*** pcaruana has quit IRC | 05:49 | |
*** gokrokve has joined #openstack-keystone | 05:50 | |
*** rcernin has joined #openstack-keystone | 05:51 | |
*** dave-mccowan has quit IRC | 05:51 | |
*** gokrokve_ has quit IRC | 05:53 | |
*** gokrokve_ has joined #openstack-keystone | 05:53 | |
*** gokrokve has quit IRC | 05:55 | |
*** gokrokve has joined #openstack-keystone | 05:56 | |
openstackgerrit | Merged openstack/keystone: Update developer docs for ubuntu 15.10 https://review.openstack.org/286307 | 05:56 |
*** gokrokve_ has quit IRC | 05:57 | |
*** GB21 has quit IRC | 05:57 | |
*** jaosorior has joined #openstack-keystone | 06:06 | |
jamielennox | bknudson: so i spent a few hours on swagger client, it can be done but would require a fair bit of work and would probably not end up looking like the current clients (not necessarily a bad thing) | 06:13 |
jamielennox | the generator is java, plugins are customizable but the generator is still fairly limited so it doesn't really end up that nice | 06:13 |
jamielennox | it appears you can override the generator as well as language so maybe that would get us there but more work | 06:14 |
jamielennox | my question would end up how would we want to use swagger on the server? assuming we want to actually tie it in to the server does the code generate a yml file or does the yml file create code/routes? | 06:15 |
jamielennox | i would think we have the yml file as the start and in which case we are already parsing swagger and could reuse that library for our client generation, but bigger effort again | 06:16 |
jamielennox | anyway, interesting and i have the start of a client generator if you want to see | 06:16 |
stevemar | jamielennox: using it for the server would be a crazy amount of work | 06:19 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/keystone: Updating sample configuration file https://review.openstack.org/286565 | 06:19 |
*** spandhe has joined #openstack-keystone | 06:23 | |
openstackgerrit | Steve Martinelli proposed openstack/keystone: Fix keystone.common.wsgi to explicitly use bytes https://review.openstack.org/280672 | 06:31 |
*** jamielennox is now known as jamielennox|away | 06:38 | |
*** diazjf has left #openstack-keystone | 06:48 | |
*** jamielennox|away is now known as jamielennox | 06:49 | |
*** marg7175 has quit IRC | 06:51 | |
*** gokrokve has quit IRC | 06:56 | |
openstackgerrit | Merged openstack/keystone: Remove unused domain driver method in legacy wrapper https://review.openstack.org/286699 | 06:59 |
morgan | stevemar: poke | 07:01 |
morgan | stevemar: i think we're safe since we're multi-process and each process runs a single request through to the end... but | 07:02 |
* stevemar pokes morgan back | 07:02 | |
morgan | stevemar: py3 list(dict.[keys|items|values]()) | 07:02 |
morgan | is not atomic | 07:02 |
stevemar | morgan: oh | 07:02 |
morgan | so conversion to the list() could actually change in threaded pyton | 07:02 |
morgan | python* | 07:02 |
stevemar | morgan: that was the only way i could easily get it to pass on py3 | 07:03 |
morgan | you have to do list(dict.copy().items()) | 07:03 |
morgan | or use a lock to ensure atomicity | 07:03 |
morgan | http://blog.labix.org/2008/06/27/watch-out-for-listdictkeys-in-python-3 | 07:03 |
morgan | it's all sorts of ick. | 07:03 |
morgan | but basically bad idea to index the values of an iter() | 07:03 |
morgan | also it's only in our unit tests | 07:04 |
morgan | but just as an FYI | 07:04 |
stevemar | morgan: yeah, that was going to be my next counter :) | 07:04 |
stevemar | *meh* tests | 07:04 |
morgan | also. that test seems insane | 07:05 |
*** LZ has joined #openstack-keystone | 07:05 | |
morgan | since dicts are explicitly NOT ordered | 07:05 |
morgan | so it seemslike you could probably avoid casting to a list, this is where **kwargs is just awful | 07:06 |
*** e0ne has joined #openstack-keystone | 07:06 | |
morgan | you *could* pass to _build_auth( secret_type, secret_value explicitly | 07:07 |
morgan | and you could eliminate the assertequal(1, len(kwargs)) | 07:07 |
openstackgerrit | Divya K Konoor proposed openstack/keystone: (WIP)Race condition in keystone domain config https://review.openstack.org/287020 | 07:07 |
*** jamielennox is now known as jamielennox|away | 07:08 | |
breton | o/ | 07:09 |
morgan | stevemar: also.. https://twitter.com/SwiftOnSecurity/status/704925447738531840 @swiftonsecurity is brilliant | 07:09 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/keystone: Updating sample configuration file https://review.openstack.org/286565 | 07:09 |
stevemar | morgan: as a non-us person, i enjoy the politics | 07:12 |
morgan | so... https://review.openstack.org/#/c/277198/ | 07:13 |
patchbot | morgan: patch 277198 - keystone - Default caching to on for request-local caching. | 07:13 |
morgan | it's awful, but... no good other way... and is *probably* what we want | 07:14 |
morgan | so all deployments automatically get the request local caching. | 07:15 |
*** fpatwa_ has joined #openstack-keystone | 07:16 | |
morgan | stevemar: also https://github.com/fulldecent/system-bus-radio | 07:20 |
*** fpatwa_ has quit IRC | 07:21 | |
stevemar | morgan: that is super weird | 07:22 |
morgan | stevemar: did you try it? ;) | 07:23 |
stevemar | morgan: nope! | 07:23 |
stevemar | morgan: nothing to receive it | 07:23 |
morgan | i am disappoint | 07:23 |
*** spandhe has quit IRC | 07:24 | |
*** sbezverk has quit IRC | 07:29 | |
*** sbezverk has joined #openstack-keystone | 07:30 | |
*** lhcheng_ has joined #openstack-keystone | 07:37 | |
*** lhcheng has quit IRC | 07:37 | |
*** belmoreira has joined #openstack-keystone | 07:38 | |
*** lhcheng_ has quit IRC | 07:42 | |
*** sbezverk has quit IRC | 07:44 | |
*** sbezverk has joined #openstack-keystone | 07:44 | |
*** sbezverk has quit IRC | 07:44 | |
*** sbezverk has joined #openstack-keystone | 07:44 | |
*** markvoelker has quit IRC | 07:58 | |
*** e0ne has quit IRC | 07:59 | |
*** pcaruana has joined #openstack-keystone | 08:02 | |
*** GB21 has joined #openstack-keystone | 08:06 | |
*** lhcheng has joined #openstack-keystone | 08:18 | |
*** ChanServ sets mode: +v lhcheng | 08:18 | |
*** LZ has quit IRC | 08:21 | |
*** LZ has joined #openstack-keystone | 08:21 | |
*** GB21 has quit IRC | 08:21 | |
*** GB21 has joined #openstack-keystone | 08:23 | |
*** esp has joined #openstack-keystone | 08:25 | |
*** jamielennox|away is now known as jamielennox | 08:25 | |
*** lhcheng_ has joined #openstack-keystone | 08:31 | |
*** esp has quit IRC | 08:32 | |
*** lhcheng has quit IRC | 08:35 | |
*** lhcheng_ has quit IRC | 08:35 | |
*** permalac has joined #openstack-keystone | 08:42 | |
*** permalac has quit IRC | 08:42 | |
*** marg7175 has joined #openstack-keystone | 08:43 | |
davechen | stevemar: still around? | 08:51 |
*** markvoelker has joined #openstack-keystone | 08:58 | |
*** permalac has joined #openstack-keystone | 09:00 | |
*** gokrokve has joined #openstack-keystone | 09:05 | |
*** daemontool_ has joined #openstack-keystone | 09:08 | |
*** daemontool_ is now known as daemontool | 09:08 | |
*** gokrokve has quit IRC | 09:09 | |
*** daemontool__ has quit IRC | 09:11 | |
openstackgerrit | Dina Belova proposed openstack/keystone: Integrate OSprofiler in Keystone https://review.openstack.org/103368 | 09:11 |
openstackgerrit | Dina Belova proposed openstack/keystone: Integrate OSprofiler in Keystone https://review.openstack.org/103368 | 09:12 |
*** jasonsb has quit IRC | 09:16 | |
*** fpatwa_ has joined #openstack-keystone | 09:17 | |
*** mhickey has joined #openstack-keystone | 09:18 | |
*** jistr has joined #openstack-keystone | 09:19 | |
*** fpatwa_ has quit IRC | 09:21 | |
*** e0ne has joined #openstack-keystone | 09:28 | |
*** rk4n has joined #openstack-keystone | 09:29 | |
*** Nirupama has quit IRC | 09:34 | |
*** e0ne has quit IRC | 09:37 | |
*** jasonsb has joined #openstack-keystone | 09:43 | |
*** GB21 has quit IRC | 09:47 | |
*** huats_ has quit IRC | 09:49 | |
*** marg7175 has quit IRC | 09:50 | |
*** GB21 has joined #openstack-keystone | 09:50 | |
*** huats_ has joined #openstack-keystone | 09:50 | |
*** Nirupama has joined #openstack-keystone | 09:50 | |
*** dancn has quit IRC | 09:54 | |
*** dancn has joined #openstack-keystone | 09:55 | |
*** davechen has left #openstack-keystone | 09:57 | |
*** GB21 has quit IRC | 09:57 | |
*** rk4n has quit IRC | 09:57 | |
*** GB21 has joined #openstack-keystone | 10:00 | |
*** e0ne has joined #openstack-keystone | 10:00 | |
*** rk4n has joined #openstack-keystone | 10:02 | |
*** Nirupama has quit IRC | 10:13 | |
*** mvk has quit IRC | 10:20 | |
*** lhcheng has joined #openstack-keystone | 10:23 | |
*** ChanServ sets mode: +v lhcheng | 10:23 | |
*** Nirupama has joined #openstack-keystone | 10:27 | |
*** lhcheng has quit IRC | 10:29 | |
openstackgerrit | Merged openstack/keystone: V2 operations create default domain on demand https://review.openstack.org/284778 | 10:32 |
*** rk4n has quit IRC | 10:34 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/keystone: Updating sample configuration file https://review.openstack.org/286565 | 10:35 |
*** mvk has joined #openstack-keystone | 10:35 | |
*** dikonoor has joined #openstack-keystone | 10:36 | |
*** dikonoor has quit IRC | 10:40 | |
*** rk4n has joined #openstack-keystone | 10:48 | |
*** d0ugal has quit IRC | 10:50 | |
*** nisha_ has joined #openstack-keystone | 10:50 | |
*** d0ugal has joined #openstack-keystone | 10:50 | |
*** d0ugal has quit IRC | 10:50 | |
*** d0ugal has joined #openstack-keystone | 10:50 | |
*** nisha_ is now known as join | 10:51 | |
*** dims_ has joined #openstack-keystone | 10:51 | |
openstackgerrit | Merged openstack/keystone: remove pyc files before running tests https://review.openstack.org/286687 | 11:06 |
*** GB21 has quit IRC | 11:09 | |
openstackgerrit | Merged openstack/keystone: Stop using oslotest.BaseTestCase https://review.openstack.org/281579 | 11:15 |
*** daemontool_ has joined #openstack-keystone | 11:15 | |
*** rk4n has quit IRC | 11:17 | |
*** daemontool has quit IRC | 11:17 | |
*** fpatwa_ has joined #openstack-keystone | 11:18 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/keystone: Updating sample configuration file https://review.openstack.org/286565 | 11:20 |
*** henrynash has quit IRC | 11:21 | |
*** GB21 has joined #openstack-keystone | 11:21 | |
*** fpatwa_ has quit IRC | 11:22 | |
*** EinstCrazy has quit IRC | 11:24 | |
*** henrynash has joined #openstack-keystone | 11:26 | |
*** ChanServ sets mode: +v henrynash | 11:26 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/keystone: Updating sample configuration file https://review.openstack.org/286565 | 11:27 |
*** henrynash has quit IRC | 11:32 | |
*** daemontool_ has quit IRC | 11:39 | |
*** daemontool_ has joined #openstack-keystone | 11:39 | |
*** Nirupama has quit IRC | 11:46 | |
*** rk4n has joined #openstack-keystone | 11:51 | |
*** dave-mccowan has joined #openstack-keystone | 11:53 | |
*** doug-fish has joined #openstack-keystone | 11:56 | |
*** Nirupama has joined #openstack-keystone | 12:02 | |
*** sdake has joined #openstack-keystone | 12:03 | |
*** gokrokve has joined #openstack-keystone | 12:04 | |
*** gokrokve has quit IRC | 12:09 | |
*** rodrigods has quit IRC | 12:12 | |
*** rodrigods has joined #openstack-keystone | 12:12 | |
*** sdake has quit IRC | 12:13 | |
*** GB21 has quit IRC | 12:13 | |
*** pauloewerton has joined #openstack-keystone | 12:17 | |
samueldmq | dstanek: hi | 12:21 |
samueldmq | dstanek: you around? re: keystone bugs | 12:21 |
dstanek | samueldmq: here | 12:22 |
samueldmq | dstanek: hi | 12:22 |
samueldmq | dstanek: so, I am looking for keystone low-hanging-fruit bugs | 12:22 |
dstanek | samueldmq: just waiting for my coffee to be done :-) | 12:23 |
samueldmq | dstanek: there is a student willing to apply for next Outreachy round, and she will participate of a bug smash meetup | 12:23 |
samueldmq | dstanek: oh sure, coffee! | 12:23 |
join | hi samueldmq , dstanek | 12:25 |
*** join has quit IRC | 12:25 | |
*** nisha_ has joined #openstack-keystone | 12:26 | |
dstanek | samueldmq: nice | 12:26 |
nisha_ | hi samueldmq , dstanek :D | 12:26 |
nisha_ | it would be great if you could help me a bit | 12:27 |
samueldmq | nisha_: hi, welcome | 12:27 |
samueldmq | dstanek: nisha_ is the outreachy aspirant | 12:28 |
samueldmq | we have tried last round of Outrachy, but unfortunatelly we didn't meet one of the criterias | 12:28 |
samueldmq | now we will be trying again :) | 12:28 |
dstanek | hi nisha_ | 12:29 |
*** kiran-r has joined #openstack-keystone | 12:29 | |
samueldmq | nisha_: another way to help with bug smash is to review bugs; donwload the proposed solution to bugs and test it also helps | 12:29 |
dstanek | samueldmq: what is Outreachy? | 12:29 |
dstanek | nisha_: are you having trouble or just looking to get started? | 12:30 |
*** subscope has joined #openstack-keystone | 12:30 | |
samueldmq | dstanek: Outreachy is a program like GSoC | 12:30 |
nisha_ | dstanek, I want to contribute as much as I can to increase my chances of getting selected in the upcoming round. | 12:30 |
samueldmq | dstanek: but it focuses in a different public, including women | 12:31 |
*** raildo-afk is now known as raildo | 12:31 | |
samueldmq | dstanek: https://wiki.gnome.org/Outreachy and https://wiki.openstack.org/wiki/Outreachy | 12:32 |
samueldmq | one of the ways nisha_ found to get involved is to participate of the bug smash | 12:33 |
samueldmq | which is great | 12:33 |
*** subscope has quit IRC | 12:36 | |
samueldmq | dstanek: issue is that it's hard to find low-hanging-fruit bugs in keystone atm! | 12:37 |
*** GB21 has joined #openstack-keystone | 12:37 | |
*** lhcheng has joined #openstack-keystone | 12:37 | |
*** ChanServ sets mode: +v lhcheng | 12:37 | |
samueldmq | dstanek: we're running out of bugs! :-) | 12:37 |
*** jaosorior has quit IRC | 12:37 | |
*** jaosorior has joined #openstack-keystone | 12:38 | |
dstanek | samueldmq: yeah, soon we'll be at zero | 12:38 |
samueldmq | dstanek: ++ | 12:39 |
dstanek | nisha_: there are probably still a good amount of reviews that fix bugs that need some help | 12:39 |
samueldmq | dstanek: another way I found to nisha_ to contribute is by reviewing patches closing bugs | 12:39 |
*** jaosorior has quit IRC | 12:39 | |
*** jaosorior has joined #openstack-keystone | 12:40 | |
nisha_ | dstanek, samueldmq that's pretty good too. I am willing to work. | 12:41 |
*** lhcheng has quit IRC | 12:41 | |
dstanek | nisha_: start at an old one like https://review.openstack.org/#/c/210456/ ; make sure the bug hasn't been fixed and is valid. then just figure out what do to | 12:42 |
patchbot | dstanek: patch 210456 - keystone - IdP deletion triggers token revocation | 12:42 |
samueldmq | dstanek: http://bit.ly/1nhQdVo is a good list right? | 12:43 |
dstanek | samueldmq: sure | 12:43 |
*** subscope has joined #openstack-keystone | 12:43 | |
samueldmq | nisha_: look at this link http://bit.ly/1nhQdVo | 12:43 |
samueldmq | nisha_: you must be logged in the review dashboard | 12:43 |
*** GB21 has quit IRC | 12:44 | |
samueldmq | nisha_: you will see patches that propose bug fixes | 12:44 |
samueldmq | nisha_: use 'git review -d <patch-number>' to download the code | 12:44 |
*** subscope has quit IRC | 12:44 | |
samueldmq | nisha_: test the proposed code, this will allow you to learn a lot | 12:45 |
samueldmq | nisha_: look for missing test cases, look at the diff in the review system | 12:45 |
samueldmq | nisha_: leave comments and a +1 or -1 in the patch, even if it's just a 'I tested and it works' it's a great help | 12:45 |
*** subscope has joined #openstack-keystone | 12:46 | |
*** edmondsw has joined #openstack-keystone | 12:46 | |
openstackgerrit | Jacek Tomasiak proposed openstack/python-keystoneclient: Fix invalidation of tokens stored by DefaultCLI plugin https://review.openstack.org/286236 | 12:46 |
*** marg7175 has joined #openstack-keystone | 12:48 | |
*** markvoelker has quit IRC | 12:48 | |
*** markvoelker has joined #openstack-keystone | 12:49 | |
nisha_ | samueldmq, Is that an exhaustive list, which I can review ? | 12:49 |
samueldmq | nisha_: tehre are others, but they got filtered out, as they had not passed Jenkins (tests) or were marked as work in progress, etc | 12:50 |
samueldmq | nisha_: that is an exhaustive list of what's for sure worth it to review | 12:50 |
nisha_ | Oh, alright | 12:51 |
samueldmq | nisha_: or better saying, what is ready to be reviewed :) | 12:51 |
nisha_ | :D | 12:51 |
samueldmq | nisha_: you may switch to other patch if one is too hard | 12:52 |
samueldmq | nisha_: and always feel free to come here and ask | 12:52 |
nisha_ | ok, one more thing, can you please elaborate a bit on the testing part? | 12:53 |
openstackgerrit | Alexander Makarov proposed openstack/keystone: Closure table for HMT https://review.openstack.org/285521 | 12:53 |
nisha_ | does that mean "going through the code, dry run " or actually performing tests | 12:53 |
samueldmq | nisha_: oh sure | 12:53 |
samueldmq | nisha_: last time we had setup a keystone environment, do you still have it ? | 12:54 |
samueldmq | nisha_: you could run tests with 'tox -e py27', for example, you remember? | 12:54 |
*** fawadkhaliq has joined #openstack-keystone | 12:54 | |
nisha_ | yes, I still have it , working | 12:54 |
nisha_ | yeah the tox command | 12:55 |
samueldmq | go to your keystone local repo and do 'git pull' to update it | 12:55 |
samueldmq | nisha_: then you get a change, for example https://review.openstack.org/#/c/286142/ | 12:56 |
patchbot | samueldmq: patch 286142 - keystone - add hints to list_services for templated backend | 12:56 |
samueldmq | nisha_: and do 'git review -d 286142' (see that 286142 is the change number in the URL above) | 12:56 |
nisha_ | samueldmq, Sir updated | 12:57 |
samueldmq | nisha_: it will download the latest patchset of that change | 12:57 |
samueldmq | nisha_: each time the commiter submit a new version of the proposed solution, that's called a patchset | 12:57 |
samueldmq | nisha_: you can see at the history (patchset 1, 2, etc) | 12:57 |
samueldmq | nisha_: once you downlaod the code with git review -d, you can just run the tests and mke sure they work | 12:58 |
samueldmq | nisha_: look at the proposed solution in the gerrit interface and review the new proposed code too | 12:58 |
nisha_ | ohhh, that's nice, I need to go through all the patchests to learn more right, but suggest changes in the latest one? | 12:59 |
*** links has quit IRC | 12:59 | |
samueldmq | nisha_: not necessarily you need to go through all patchsets, but understanding previous discussions and and comments in previous patchsets will help | 13:02 |
nisha_ | samueldmq, Got it :) | 13:02 |
samueldmq | nisha_: to understand the change and see how things get suggested :) | 13:03 |
samueldmq | nisha_: don't be afraid of commenting on patches, you may even leave questions if you want | 13:03 |
nisha_ | oh, thanks samueldmq, I will try doing that as well | 13:04 |
samueldmq | nisha_: np, let me know if you need anything else | 13:04 |
samueldmq | dstanek: thanks for the help :) | 13:04 |
nisha_ | Sure :) | 13:07 |
dstanek | samueldmq: np | 13:10 |
dstanek | nisha_: those older ones (weeks old) may need you to to some updating of the review and re-push. not just a review of the code | 13:11 |
samueldmq | dstanek: ++ | 13:13 |
*** Nirupama has quit IRC | 13:15 | |
nisha_ | might sound silly to ask but how will I know if patch needs that? | 13:16 |
samueldmq | nisha_: if patch is proposing something wrong and you know how to fix; or if it is on merge conflict | 13:17 |
samueldmq | nisha_: you may simply fix it and submit a new patchset | 13:17 |
samueldmq | nisha_: for that, git review -d the patches, do the changes, then "git commit -a --amend" and then 'git review' to post it again | 13:18 |
*** rk4n_ has joined #openstack-keystone | 13:19 | |
nisha_ | samueldmq, so then it will be like solving a bug :) | 13:20 |
*** fawadkhaliq has quit IRC | 13:21 | |
*** rk4n has quit IRC | 13:22 | |
samueldmq | nisha_: yes, if you change the code, you may add your self as co-author | 13:24 |
samueldmq | nisha_: adding it in the commit message with "Co-Authored-By: name <name@example.com>" in a line alone | 13:26 |
dstanek | samueldmq: nisha_: I usually only add myself as a co-author if i didn't something significant. i don't bother for small corrects or to resolve simple merge conflicts | 13:28 |
nisha_ | hmm, thanks got it :) | 13:28 |
dstanek | samueldmq: nisha_: but there's no real rule. you have to do what you feel is right | 13:28 |
samueldmq | dstanek: yes, I agree | 13:29 |
*** pleia2 has quit IRC | 13:33 | |
*** josecastroleon has joined #openstack-keystone | 13:33 | |
openstackgerrit | Merged openstack/keystone: Fixes the templated backend tests for Python3 https://review.openstack.org/280673 | 13:35 |
*** vivekd has joined #openstack-keystone | 13:37 | |
nisha_ | haha, okie , thanks dstanek :) | 13:38 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/keystone: Updating sample configuration file https://review.openstack.org/286565 | 13:39 |
bknudson | jamielennox: it would also be neat to use swagger on the server side, not sure it's worth it. | 13:44 |
bknudson | jamielennox: also, I'd be fine if the swagger client wasn't the same as the keystoneclient. | 13:44 |
bknudson | stevemar: I don't remember why I restored https://review.openstack.org/#/c/222729/ ... maybe someone asked me to | 13:46 |
patchbot | bknudson: patch 222729 - keystone (stable/kilo) - Do not revoke all of a user's tokens when a role a... | 13:46 |
*** jed56 has joined #openstack-keystone | 13:46 | |
*** Ephur has joined #openstack-keystone | 13:47 | |
*** richm has joined #openstack-keystone | 13:47 | |
*** dikonoor has joined #openstack-keystone | 13:48 | |
*** rk4n has joined #openstack-keystone | 13:49 | |
*** dikonoor has quit IRC | 13:51 | |
*** nisha_ has quit IRC | 13:52 | |
*** rk4n_ has quit IRC | 13:53 | |
*** doug-fish has quit IRC | 13:55 | |
*** daemontool_ is now known as daemontool | 13:59 | |
*** slberger has joined #openstack-keystone | 14:00 | |
openstackgerrit | Merged openstack/keystone: Fixes to get cert tests running in Py3 https://review.openstack.org/280674 | 14:02 |
openstackgerrit | Merged openstack/keystone: Fixes hacking for Py3 tests https://review.openstack.org/280675 | 14:02 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/keystone: Updating sample configuration file https://review.openstack.org/286565 | 14:04 |
*** tjcocozz has quit IRC | 14:05 | |
*** bapalm has quit IRC | 14:05 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/keystone: Updating sample configuration file https://review.openstack.org/286565 | 14:05 |
*** bapalm has joined #openstack-keystone | 14:06 | |
*** EinstCrazy has joined #openstack-keystone | 14:06 | |
*** dikonoor has joined #openstack-keystone | 14:08 | |
*** dikonoo has joined #openstack-keystone | 14:09 | |
*** dikonoo has quit IRC | 14:09 | |
*** dikonoor has quit IRC | 14:09 | |
*** dikonoor has joined #openstack-keystone | 14:10 | |
*** henrynash has joined #openstack-keystone | 14:10 | |
*** ChanServ sets mode: +v henrynash | 14:10 | |
*** dikonoo has joined #openstack-keystone | 14:10 | |
*** dikonoor has quit IRC | 14:10 | |
*** dikonoo has quit IRC | 14:10 | |
*** doug-fish has joined #openstack-keystone | 14:13 | |
*** rodrigods has quit IRC | 14:14 | |
*** rodrigods has joined #openstack-keystone | 14:14 | |
*** petertr7_away is now known as petertr7 | 14:15 | |
openstackgerrit | Alexander Makarov proposed openstack/keystone: Closure table for HMT https://review.openstack.org/285521 | 14:16 |
*** subscope has quit IRC | 14:20 | |
*** tjcocozz has joined #openstack-keystone | 14:20 | |
*** subscope has joined #openstack-keystone | 14:21 | |
*** subscope has quit IRC | 14:21 | |
*** subscope has joined #openstack-keystone | 14:22 | |
*** subscope has quit IRC | 14:27 | |
*** mylu has joined #openstack-keystone | 14:35 | |
*** jsavak has joined #openstack-keystone | 14:36 | |
*** josecastroleon has quit IRC | 14:36 | |
openstackgerrit | henry-nash proposed openstack/keystone: Add release notes for projects acting as domains. https://review.openstack.org/287233 | 14:37 |
*** ayoung has joined #openstack-keystone | 14:39 | |
*** ChanServ sets mode: +v ayoung | 14:39 | |
*** GB21 has joined #openstack-keystone | 14:43 | |
*** mylu has quit IRC | 14:46 | |
*** gokrokve has joined #openstack-keystone | 14:47 | |
*** subscope has joined #openstack-keystone | 14:48 | |
*** jsavak has quit IRC | 14:48 | |
*** knikolla has joined #openstack-keystone | 14:49 | |
*** alejandrito has joined #openstack-keystone | 14:49 | |
*** jsavak has joined #openstack-keystone | 14:50 | |
*** sdake has joined #openstack-keystone | 14:51 | |
*** gokrokve has quit IRC | 14:52 | |
*** doug-fish has quit IRC | 14:52 | |
*** GB21 has quit IRC | 14:53 | |
*** doug-fish has joined #openstack-keystone | 14:54 | |
*** josecastroleon has joined #openstack-keystone | 14:55 | |
*** doug-fish has quit IRC | 14:56 | |
*** doug-fish has joined #openstack-keystone | 14:57 | |
*** GB21 has joined #openstack-keystone | 15:05 | |
*** spandhe has joined #openstack-keystone | 15:08 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 15:08 | |
rodrigods | henrynash, the API supports the creation of projects acting as domains? | 15:10 |
*** jsavak has quit IRC | 15:10 | |
henrynash | rodigods: yes | 15:10 |
rodrigods | henrynash, cool | 15:10 |
henrynash | set is_domain=True | 15:11 |
rodrigods | henrynash, reviewed 287233 | 15:11 |
*** spandhe has quit IRC | 15:12 | |
henrynash | rodigods: thx, will update accordingly | 15:13 |
openstackgerrit | henry-nash proposed openstack/keystone: Add release notes for projects acting as domains. https://review.openstack.org/287233 | 15:16 |
*** jaosorior has quit IRC | 15:16 | |
*** henrynash has quit IRC | 15:16 | |
*** mylu has joined #openstack-keystone | 15:18 | |
*** pushkaru has joined #openstack-keystone | 15:21 | |
*** GB21 has quit IRC | 15:22 | |
openstackgerrit | Alexander Makarov proposed openstack/keystone: Closure table for HMT https://review.openstack.org/285521 | 15:23 |
*** josecastroleon has quit IRC | 15:25 | |
*** jsavak has joined #openstack-keystone | 15:25 | |
*** woodster_ has joined #openstack-keystone | 15:27 | |
*** jsavak has quit IRC | 15:29 | |
*** jsavak has joined #openstack-keystone | 15:30 | |
*** roxanaghe has joined #openstack-keystone | 15:30 | |
*** gordc has joined #openstack-keystone | 15:31 | |
*** jorge_munoz has joined #openstack-keystone | 15:34 | |
*** gokrokve has joined #openstack-keystone | 15:42 | |
*** gokrokve has quit IRC | 15:47 | |
*** belmoreira has quit IRC | 15:50 | |
*** jistr has quit IRC | 15:51 | |
*** josecastroleon has joined #openstack-keystone | 15:51 | |
*** sdake_ has joined #openstack-keystone | 15:51 | |
*** sdake has quit IRC | 15:52 | |
*** gokrokve has joined #openstack-keystone | 15:53 | |
*** gokrokve has quit IRC | 15:53 | |
*** gokrokve has joined #openstack-keystone | 15:53 | |
*** sdake has joined #openstack-keystone | 15:55 | |
*** sdake_ has quit IRC | 15:58 | |
lbragstad | is anyone here able to validate dave-chen's concerns? https://review.openstack.org/#/c/277436/12 | 15:58 |
patchbot | lbragstad: patch 277436 - keystone - Return 404 instead of 401 for tokens w/o roles | 15:58 |
lbragstad | I pulled down the patch locally and tested it out but I get the intended response (404). I just want to make sure we're not glossing over something Dave is seeing. | 15:59 |
*** ninag has joined #openstack-keystone | 16:00 | |
*** pcaruana has quit IRC | 16:05 | |
*** fawadkhaliq has joined #openstack-keystone | 16:06 | |
*** BigWillie has joined #openstack-keystone | 16:10 | |
*** sdake_ has joined #openstack-keystone | 16:12 | |
*** daemontool_ has joined #openstack-keystone | 16:12 | |
*** daemontool has quit IRC | 16:13 | |
*** ctracey_ has joined #openstack-keystone | 16:14 | |
*** fawadkhaliq has quit IRC | 16:14 | |
*** odyssey4me_ has joined #openstack-keystone | 16:15 | |
*** slberger has quit IRC | 16:15 | |
*** smurke_ has quit IRC | 16:15 | |
*** sudorandom has quit IRC | 16:15 | |
*** ctracey has quit IRC | 16:15 | |
*** odyssey4me has quit IRC | 16:15 | |
*** briancurtin has quit IRC | 16:15 | |
*** johnthetubaguy has quit IRC | 16:15 | |
*** sdake has quit IRC | 16:15 | |
*** johnthetubaguy has joined #openstack-keystone | 16:15 | |
*** slberger has joined #openstack-keystone | 16:15 | |
*** sudorandom has joined #openstack-keystone | 16:15 | |
*** smurke has joined #openstack-keystone | 16:15 | |
*** briancurtin has joined #openstack-keystone | 16:16 | |
*** ctracey_ is now known as ctracey | 16:16 | |
*** phalmos has joined #openstack-keystone | 16:18 | |
openstackgerrit | Clenimar Filemon proposed openstack/keystoneauth: Add is_domain to keystoneauth token https://review.openstack.org/282377 | 16:19 |
*** EinstCrazy has quit IRC | 16:19 | |
*** sdake_ is now known as sdake | 16:21 | |
*** josecastroleon has quit IRC | 16:21 | |
openstackgerrit | Brant Knudson proposed openstack/keystone-specs: WIP - Swagger definition https://review.openstack.org/286865 | 16:22 |
morgan | DinaBelova: just commented on osprofiler, a few things to cleanup as well as your change to not use engine | 16:23 |
morgan | DinaBelova: but you're close. | 16:23 |
*** jorge_munoz has quit IRC | 16:24 | |
*** jorge_munoz has joined #openstack-keystone | 16:26 | |
*** mylu has quit IRC | 16:28 | |
*** josecastroleon has joined #openstack-keystone | 16:28 | |
*** phalmos has quit IRC | 16:28 | |
*** phalmos has joined #openstack-keystone | 16:30 | |
*** mylu has joined #openstack-keystone | 16:32 | |
*** mylu has quit IRC | 16:33 | |
*** odyssey4me_ is now known as odyssey4me | 16:33 | |
*** jsavak has quit IRC | 16:33 | |
DinaBelova | morgan thanks! | 16:34 |
*** sdake has quit IRC | 16:35 | |
*** david-lyle has quit IRC | 16:36 | |
*** david-lyle has joined #openstack-keystone | 16:38 | |
*** sdake has joined #openstack-keystone | 16:40 | |
*** nisha_ has joined #openstack-keystone | 16:43 | |
*** mylu has joined #openstack-keystone | 16:44 | |
*** subscope has quit IRC | 16:44 | |
*** BigWillie has quit IRC | 16:45 | |
*** mylu has quit IRC | 16:45 | |
*** jsavak has joined #openstack-keystone | 16:45 | |
*** henrynash has joined #openstack-keystone | 16:50 | |
*** ChanServ sets mode: +v henrynash | 16:50 | |
*** belmoreira has joined #openstack-keystone | 16:53 | |
*** nisha_ has quit IRC | 16:55 | |
*** josecastroleon has quit IRC | 16:58 | |
openstackgerrit | Steve Martinelli proposed openstack/keystone: Minor edits to the developing doc https://review.openstack.org/285120 | 17:00 |
openstackgerrit | Steve Martinelli proposed openstack/keystone: Minor edits to the developing doc https://review.openstack.org/285120 | 17:01 |
*** gema has quit IRC | 17:01 | |
*** gema has joined #openstack-keystone | 17:02 | |
*** subscope has joined #openstack-keystone | 17:02 | |
openstackgerrit | Merged openstack/keystone: Fix keystone.common.wsgi to explicitly use bytes https://review.openstack.org/280672 | 17:02 |
*** gyee has joined #openstack-keystone | 17:03 | |
*** ChanServ sets mode: +v gyee | 17:03 | |
*** anush has joined #openstack-keystone | 17:06 | |
morgan | stevemar: closed a chunk more bugs for you. | 17:07 |
openstackgerrit | Merged openstack/keystone: Simplify use of secure_proxy_ssl_header https://review.openstack.org/283288 | 17:08 |
*** dan_nguyen has joined #openstack-keystone | 17:08 | |
ayoung | stevemar, morgan I want to deprecate as much of the revocation event stuff as possible now | 17:09 |
ayoung | I just realized that we need to deprecate before I can yank out: | 17:09 |
ayoung | revoke by project, by domain, roles assign etc | 17:10 |
ayoung | we don't need them | 17:10 |
ayoung | long term | 17:10 |
ayoung | is that something that has to be done by Friday if it is going in to Mitaka? | 17:10 |
morgan | ayoung: m3 is already proposed/cut, this is all RC stuff now | 17:11 |
morgan | ayoung: so friday isn't the target | 17:11 |
ayoung | morgan, ah | 17:11 |
*** e0ne has quit IRC | 17:11 | |
ayoung | morgan, so quiestion still stands | 17:11 |
morgan | ayoung: if it's RC ok, it has a bit more rnuway | 17:11 |
ayoung | deprecations only in RC OK? | 17:11 |
morgan | if it isn't RC ok, then newton | 17:11 |
morgan | stevemar: ^ | 17:12 |
ayoung | no change of function, just contract | 17:12 |
morgan | i don't think a deprecation is an issue, but i defer to steve | 17:12 |
morgan | stupid stemless wine glass shattered in my hand last night :( | 17:12 |
*** rk4n_ has joined #openstack-keystone | 17:13 | |
*** sdake has quit IRC | 17:13 | |
morgan | glad it was crystal and not regular glass, the glass would have been *everywhere* | 17:14 |
stevemar | morgan: <3 for your bug triaging | 17:14 |
*** mylu has joined #openstack-keystone | 17:14 | |
ayoung | stevemar, can I deprecate more functions in Mitaka still? | 17:16 |
*** rk4n has quit IRC | 17:16 | |
*** sdake has joined #openstack-keystone | 17:17 | |
*** pleia2 has joined #openstack-keystone | 17:18 | |
lupine | a-ha, pip v6 is no good | 17:19 |
*** mylu has quit IRC | 17:19 | |
openstackgerrit | Jorge Munoz proposed openstack/keystone: Fix trust chain tests https://review.openstack.org/278163 | 17:19 |
ayoung | morgan, did something happen to gerrit? | 17:20 |
morgan | ayoung: hm? | 17:20 |
ayoung | morgan, I can't fetch or post a review | 17:20 |
morgan | ayoung: working for me. | 17:20 |
morgan | ayoung: i did have to re-clone my repo for some reason | 17:21 |
morgan | git.openstack.org hung for a short bit | 17:21 |
*** fawadkhaliq has joined #openstack-keystone | 17:21 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/keystone: Updating sample configuration file https://review.openstack.org/286565 | 17:21 |
*** marg7175_ has joined #openstack-keystone | 17:22 | |
*** subscope has quit IRC | 17:22 | |
ayoung | git clone ssh://ayoung@review.openstack.org:29418/openstack/keystone | 17:24 |
ayoung | Cloning into 'keystone'... | 17:24 |
ayoung | ssh_exchange_identification: Connection closed by remote host | 17:24 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/keystone: Updating sample configuration file https://review.openstack.org/286565 | 17:25 |
ayoung | jorge_munoz, so I assume you saw the latest https://review.openstack.org/#/c/285134/ | 17:25 |
patchbot | ayoung: patch 285134 - keystone - Remove unneeded revocation events | 17:25 |
*** marg7175 has quit IRC | 17:25 | |
ayoung | That was working before rebase...but there is still something wonky with the logic in the tests. | 17:25 |
*** jorge_munoz has quit IRC | 17:25 | |
ayoung | and it is very fragile | 17:26 |
*** petertr7 is now known as petertr7_away | 17:26 | |
*** kiran-r has quit IRC | 17:28 | |
*** jasonsb has quit IRC | 17:30 | |
*** rk4n_ has quit IRC | 17:30 | |
*** jasonsb has joined #openstack-keystone | 17:32 | |
openstackgerrit | Morgan Fainberg proposed openstack/keystone: IPV6 test unblacklist https://review.openstack.org/287339 | 17:35 |
*** boris-42 has joined #openstack-keystone | 17:36 | |
*** jasonsb has quit IRC | 17:36 | |
*** itlinux has joined #openstack-keystone | 17:36 | |
*** vivekd has quit IRC | 17:37 | |
*** jbell8 has joined #openstack-keystone | 17:39 | |
*** browne has joined #openstack-keystone | 17:43 | |
*** bjornar has joined #openstack-keystone | 17:43 | |
*** sdake has quit IRC | 17:43 | |
*** tellesnobrega is now known as tellesnobrega_af | 17:49 | |
*** tellesnobrega_af is now known as tellesnobrega | 17:50 | |
*** browne has quit IRC | 17:53 | |
*** gokrokve has quit IRC | 17:58 | |
*** browne has joined #openstack-keystone | 17:59 | |
*** henrynash has quit IRC | 18:00 | |
*** josecastroleon has joined #openstack-keystone | 18:00 | |
*** josecastroleon has quit IRC | 18:00 | |
*** jsavak has quit IRC | 18:02 | |
*** jsavak has joined #openstack-keystone | 18:03 | |
*** belmoreira has quit IRC | 18:03 | |
*** e0ne has joined #openstack-keystone | 18:04 | |
*** jsavak has quit IRC | 18:04 | |
*** jsavak has joined #openstack-keystone | 18:04 | |
*** phalmos has quit IRC | 18:07 | |
stevemar | ayoung: morgan i'm assuming deprecating things is still cool to do in mitaka | 18:07 |
morgan | stevemar: your call! | 18:08 |
stevemar | morgan: ayoung that was meant to be more of a "yeah, it's cool" | 18:08 |
*** roxanaghe has quit IRC | 18:09 | |
openstackgerrit | Steve Martinelli proposed openstack/keystone: IPV6 test unblacklist https://review.openstack.org/287339 | 18:10 |
stevemar | morgan: that was confusing me so much ^ | 18:10 |
stevemar | morgan: i rebased it | 18:10 |
*** spzala has joined #openstack-keystone | 18:11 | |
*** lhcheng has joined #openstack-keystone | 18:12 | |
*** ChanServ sets mode: +v lhcheng | 18:12 | |
*** david-lyle has quit IRC | 18:12 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 18:12 | |
stevemar | morgan: dstanek we'll be down to 10 tests that aren't py3 friendly :) | 18:12 |
morgan | stevemar: hehe | 18:12 |
*** david-lyle has joined #openstack-keystone | 18:13 | |
*** jbell8 has quit IRC | 18:16 | |
*** petertr7_away is now known as petertr7 | 18:18 | |
*** pgbridge has joined #openstack-keystone | 18:19 | |
ayoung | I can't talk to gerrit via ssh | 18:20 |
*** spandhe has joined #openstack-keystone | 18:22 | |
morgan | ayoung: something wonky is up: fatal: unable to access 'https://git.openstack.org/openstack/keystone/': GnuTLS recv error (-54): Error in the pull function. | 18:22 |
ayoung | morgan, just tried ssh -vvvv ayoung@review.openstack.org:29418 | 18:23 |
dstanek | stevemar: i have most of them done already. once the current set of patches is all merged i'll push the rest. | 18:24 |
ayoung | could it be a ....what is this weeeks heartbleed called? | 18:24 |
lupine | drown | 18:24 |
*** jbell8 has joined #openstack-keystone | 18:24 | |
ayoung | lupine, thanks | 18:24 |
lupine | slash cachebleed | 18:24 |
ayoung | could it be drown patching going on? | 18:24 |
stevemar | morgan: want to punt this one through? | 18:24 |
morgan | ayoung: ssh mdrnstm@review.openstack.org -p 29418 | 18:25 |
morgan | stevemar: -p 29418, does : work? | 18:25 |
morgan | stevemar: not you ayoung | 18:25 |
morgan | ayoung: :29418 doesn't work for me fyi | 18:25 |
morgan | stevemar: which one? | 18:25 |
*** jsavak has quit IRC | 18:25 | |
*** mylu has joined #openstack-keystone | 18:25 | |
stevemar | morgan: https://review.openstack.org/#/c/285120/ ? | 18:25 |
patchbot | stevemar: patch 285120 - keystone - Minor edits to the developing doc | 18:25 |
stevemar | morgan: thought i copied it, doh | 18:26 |
stevemar | morgan: it'll close another bug \o/ | 18:26 |
morgan | stevemar: hah | 18:26 |
stevemar | dstanek: down to 130 bugs in keystone :) | 18:26 |
*** mhickey has quit IRC | 18:27 | |
morgan | stevemar: i looked at moving use from eventlet to wsgiref and multiprocessing in our unit tests... ugh it's more work than i am willing to do today | 18:27 |
morgan | stevemar: it really is just retrofitting the AppServer fixture for multiprocessing and wsgiref then moving to use it instead of what we currently do. | 18:27 |
morgan | stevemar: but... i am not that motivated. | 18:28 |
*** subscope has joined #openstack-keystone | 18:28 | |
morgan | stevemar: but with about ~120 lines of code we could break our dependency on eventlet in our unit tests | 18:28 |
*** e0ne has quit IRC | 18:29 | |
*** e0ne has joined #openstack-keystone | 18:30 | |
*** doug-fish has quit IRC | 18:30 | |
*** jsavak has joined #openstack-keystone | 18:30 | |
*** doug-fish has joined #openstack-keystone | 18:31 | |
*** e0ne has quit IRC | 18:31 | |
*** e0ne has joined #openstack-keystone | 18:32 | |
dstanek | morgan: i have something like that already. i'll have to see if it still applies | 18:32 |
morgan | dstanek: yeah i thought you did, but didn't see it in gerrit | 18:33 |
*** prosun has joined #openstack-keystone | 18:33 | |
morgan | dstanek: but it would be nice to be on wsgiref for our tests even with the current model of standup/teardown per test | 18:33 |
*** petertr7 is now known as petertr7_away | 18:33 | |
morgan | dstanek: we can work on minimizing that ick once we don't rely on eventlet for our unit tests | 18:33 |
morgan | dstanek: because it means that when we drop eventlet support we can rm -rf the whole eventlet environment thing and not even keep it as test-requires :) | 18:34 |
*** doug-fis_ has joined #openstack-keystone | 18:34 | |
*** mylu has quit IRC | 18:35 | |
*** doug-fish has quit IRC | 18:35 | |
*** mylu has joined #openstack-keystone | 18:35 | |
morgan | dstanek: https://review.openstack.org/#/c/266914/ can likely be abandoned, it is only testing the .set_defaults works | 18:38 |
patchbot | morgan: patch 266914 - keystone - Use an in memory database for tests | 18:38 |
dstanek | morgan: i'll polish that off and let you know if it works | 18:38 |
morgan | dstanek: we already use *only* in-memory db for testing except when we mock out set_defaults to test that oslo_db.set_defaults works | 18:38 |
*** doug-fis_ has quit IRC | 18:39 | |
dstanek | morgan: not true. at least not when i wrote that. i constantly get a keystone.db after running the tests | 18:39 |
morgan | then something is calling, erroneously the reflection bits | 18:39 |
morgan | if it isn't using in-memory db someone broke something because we were | 18:40 |
morgan | oh except on the migration tests i think | 18:40 |
morgan | i *think* those had to be stable-storage | 18:40 |
morgan | we should probably not globally set sqlite as the "default" | 18:41 |
morgan | make it so a deployer *must* configure a sql-connection string | 18:41 |
*** sdake has joined #openstack-keystone | 18:41 | |
*** alejandrito has quit IRC | 18:43 | |
dstanek | morgan: i can fix it to go more that route | 18:43 |
dstanek | morgan: i'm not sure why we set the default there anyway | 18:43 |
morgan | dstanek: that would be better. then we can error/know if a test is using stable storage. | 18:43 |
morgan | dstanek: historical | 18:43 |
*** petertr7_away is now known as petertr7 | 18:43 | |
morgan | dstanek: but if someone wants to use sqlite for their kyesotne, i vote we make them set the connection string :P | 18:44 |
morgan | "here you go, shoot yourself in the foot, but you loaded the gun and aimed it" | 18:44 |
dstanek | CONF.i_really_dont_care_about_my_data = True | 18:44 |
morgan | dstanek: also is sqlite://:memory correct or IN_MEM_DB_CONN_STRING = 'sqlite://' correct? | 18:45 |
morgan | cause we use sqlite:// for our tests in most cases | 18:45 |
*** henrynash has joined #openstack-keystone | 18:45 | |
*** ChanServ sets mode: +v henrynash | 18:45 | |
morgan | dstanek: so we do use stable storage keystone.db (in a custom tmpdir) for migration tests, and i don't remember why. you shouldn't endup with a keystone.db file ever afaict | 18:47 |
dstanek | morgan: i thought that sqlite:// would break | 18:47 |
morgan | dstanek: SQL-A might do magic with it. but we use that extensively | 18:47 |
morgan | dstanek: look at ksfixtures.database line 51 | 18:48 |
morgan | dstanek: db_options.set_defaults( | 18:48 |
morgan | CONF, | 18:48 |
*** subscope has quit IRC | 18:48 | |
morgan | connection=unit.IN_MEM_DB_CONN_STRING) | 18:48 |
morgan | so if it is breaking, it's breaking in a way we can't see ;) | 18:48 |
*** subscope has joined #openstack-keystone | 18:48 | |
*** subscope has quit IRC | 18:49 | |
*** anush has quit IRC | 18:49 | |
dstanek | morgan: yay! it's possible that we are doing db work without that fixture | 18:50 |
morgan | dstanek: which i expect in the migration tests atm. | 18:50 |
morgan | dstanek: but those files are using tmpdir/tmpfile fixtures and should be cleaned up | 18:51 |
morgan | dstanek: so - yeah lets break things that don't set the connection string ;) | 18:51 |
*** subscope has joined #openstack-keystone | 18:56 | |
*** ninag has quit IRC | 18:56 | |
*** ninag has joined #openstack-keystone | 18:57 | |
openstackgerrit | Brant Knudson proposed openstack/keystone-specs: WIP - Swagger definition https://review.openstack.org/286865 | 18:58 |
bknudson | I wrote a little application that uses the generated python client from the swagger ^ | 18:59 |
bknudson | the generator could use some work, but it's ok I guess | 18:59 |
*** jsavak has quit IRC | 19:04 | |
*** ninag has quit IRC | 19:04 | |
*** ninag has joined #openstack-keystone | 19:05 | |
*** jsavak has joined #openstack-keystone | 19:06 | |
*** anush has joined #openstack-keystone | 19:09 | |
*** daemontool_ has quit IRC | 19:10 | |
*** doug-fish has joined #openstack-keystone | 19:12 | |
*** ninag has quit IRC | 19:13 | |
*** ninag has joined #openstack-keystone | 19:13 | |
*** rk4n has joined #openstack-keystone | 19:15 | |
*** ninag has quit IRC | 19:17 | |
*** rcarrillocruz has joined #openstack-keystone | 19:20 | |
*** rk4n has quit IRC | 19:21 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 19:22 | |
*** jed56 has quit IRC | 19:23 | |
rcarrillocruz | hi folks | 19:26 |
*** jorge_munoz has joined #openstack-keystone | 19:26 | |
rcarrillocruz | is it possible with the keystone api to do authed user capabilities introspection ? | 19:26 |
rcarrillocruz | like returning the resources from policy.json the user is granted to | 19:27 |
rcarrillocruz | e.g. identity:list_domains | 19:27 |
rcarrillocruz | and all the user can get | 19:27 |
jorge_munoz | ayoung: Reviewing it now. One question, how are we going to validate a fernet is not valid after a revoke by id? | 19:27 |
rcarrillocruz | anyone knows? wandering the docs but not finding anything like that, maybe not using good keywords | 19:27 |
ayoung | jorge_munoz, I think you are confusing two of the ids | 19:29 |
ayoung | access_token_id is for Oauth | 19:30 |
ayoung | token_id is still supported | 19:30 |
ayoung | as is revoke by audit id | 19:30 |
ayoung | jorge_munoz, but the oauth stuff can all be checked against the database, so we don't need explicit revokes for it | 19:30 |
ayoung | rcarrillocruz, you are not the first person to ask that | 19:31 |
*** anush has quit IRC | 19:31 | |
ayoung | rcarrillocruz, so...practically speaking, no. | 19:31 |
*** mvk has quit IRC | 19:31 | |
rcarrillocruz | (sadpanda) | 19:32 |
ayoung | rcarrillocruz, the problem is that, while we have an API for distributing policy, none of the other services use it, and they don't provide a way to query it either | 19:32 |
ayoung | rcarrillocruz, its why I was pushing for Dynamic policy, which we are going to restart in Austin, but in a more feasable manner | 19:32 |
rcarrillocruz | right, i was checking the policy stuff and that seems to be for adding new policy from a file | 19:32 |
rcarrillocruz | but doesn't seem to be for the runtime policy in place | 19:32 |
rcarrillocruz | alright, | 19:32 |
ayoung | rcarrillocruz, https://review.openstack.org/#/c/279379/ | 19:33 |
patchbot | ayoung: patch 279379 - keystone-specs - Dynamic RBAC Policy | 19:33 |
rcarrillocruz | thanks for the answer ayoung | 19:33 |
ayoung | rcarrillocruz, so, there is nothing that says that you cannot upload the policy files from nova to Keystone, but you still need some way to correlate them | 19:33 |
ayoung | ideally, we would have a unified set of policy rules so it really would not matter. The way the rules are written, you should be able to have a single policy file with all of them in there | 19:34 |
rcarrillocruz | nod | 19:34 |
ayoung | if, OTOH, you just uploaded them, you could just iterate through each file and fine the rule you are after , then execute the policy check against it | 19:34 |
ayoung | I had proposed a tool...let me see | 19:34 |
*** doug-fis_ has joined #openstack-keystone | 19:35 | |
ayoung | rcarrillocruz, https://review.openstack.org/#/c/170978/ | 19:35 |
patchbot | ayoung: patch 170978 - oslo.policy - Add oslopolicy-checker command-line tool (MERGED) | 19:36 |
ayoung | it merged! | 19:36 |
*** doug-fish has quit IRC | 19:36 | |
rcarrillocruz | hmm | 19:36 |
rcarrillocruz | let me see... | 19:36 |
*** mylu has quit IRC | 19:36 | |
*** mylu has joined #openstack-keystone | 19:36 | |
*** anush has joined #openstack-keystone | 19:41 | |
*** phalmos has joined #openstack-keystone | 19:43 | |
*** fangxu has joined #openstack-keystone | 19:45 | |
*** doug-fish has joined #openstack-keystone | 19:46 | |
*** phalmos has quit IRC | 19:47 | |
*** doug-fis_ has quit IRC | 19:47 | |
*** belmoreira has joined #openstack-keystone | 19:50 | |
*** belmoreira has quit IRC | 19:51 | |
openstackgerrit | Sean Perry proposed openstack/keystonemiddleware: use the same context across a request https://review.openstack.org/216889 | 19:52 |
*** shaleh has joined #openstack-keystone | 19:53 | |
*** ninag has joined #openstack-keystone | 19:54 | |
openstackgerrit | Sam Leong proposed openstack/keystoneauth: Auth plugin for X.509 tokenless authz https://review.openstack.org/283905 | 19:54 |
*** ninag has quit IRC | 19:55 | |
*** ninag has joined #openstack-keystone | 19:55 | |
*** pushkaru has quit IRC | 19:58 | |
jorge_munoz | ayoung: Yes, I just tested it, you were right. I left some minor comments on your inital patch. Its looking good. | 19:58 |
*** sdake_ has joined #openstack-keystone | 19:59 | |
ayoung | jorge_munoz, so, I don't think we can merge that whole patch anytime soon | 19:59 |
*** rk4n has joined #openstack-keystone | 19:59 | |
ayoung | jorge_munoz, I'm trying to submit a patch that deprecates the functions removed in that patch | 19:59 |
ayoung | jorge_munoz, but I can't get to gerrit. Can you? | 19:59 |
*** sdake has quit IRC | 20:00 | |
*** tqtran has joined #openstack-keystone | 20:00 | |
jorge_munoz | ayoung: Yea, we also need to get some performance numbers to ensure it will actually improve performance. | 20:01 |
jorge_munoz | ayoung: checking | 20:01 |
jorge_munoz | ayoung: Yes, I can reach gerrit. | 20:01 |
ayoung | jorge_munoz, so long as it does not hurt performance, I want to move this way. A perf gain is hoped for, but it is swapping the tree operations for the backend lookup operations, which will really be multiple cached hits. | 20:02 |
ayoung | jorge_munoz, can you submit a patch to deprecate those functions, so we can at least get it up for review | 20:02 |
ayoung | I can past what I have | 20:02 |
*** sdake has joined #openstack-keystone | 20:03 | |
ayoung | jorge_munoz, http://paste.fedoraproject.org/332410/14569489/ just those, I think | 20:03 |
jorge_munoz | ayoung: sure | 20:03 |
ayoung | jorge_munoz, TYVM | 20:03 |
shaleh | do we have a mechanism to mark reviews for "should be abandoned"? | 20:06 |
*** sdake_ has quit IRC | 20:06 | |
openstackgerrit | Jorge Munoz proposed openstack/keystone: Deprecated revocation functions https://review.openstack.org/287413 | 20:10 |
jorge_munoz | ayoung: ^ | 20:11 |
ayoung | jorge_munoz, thanks. See any others that should be removed? | 20:11 |
jorge_munoz | ayoung: Are there any revocation events for disabling users? | 20:14 |
ayoung | jorge_munoz, I think we need to leave that anyway | 20:14 |
ayoung | if a user changes their password, we add a revocation event. | 20:14 |
ayoung | Although I guess we could deprecated it and make it internal only, I think that is one we want to leave | 20:15 |
*** jsavak has quit IRC | 20:16 | |
*** doug-fis_ has joined #openstack-keystone | 20:17 | |
jorge_munoz | ayoung: Ok cool, so removing revocation events for grants, project, domains, and role assignments should be good. | 20:17 |
ayoung | jorge_munoz, that was my logic, yes | 20:18 |
*** doug-fish has quit IRC | 20:18 | |
ayoung | jorge_munoz, I need to find out if that requires a release note. morgan stevemar, does a deprecation need a release note? | 20:18 |
*** jsavak has joined #openstack-keystone | 20:20 | |
*** mylu has quit IRC | 20:22 | |
*** mylu has joined #openstack-keystone | 20:23 | |
*** mylu has quit IRC | 20:25 | |
*** mylu has joined #openstack-keystone | 20:27 | |
*** jbell8 has quit IRC | 20:27 | |
*** fangxu has quit IRC | 20:28 | |
bknudson | write up a release note and we'll clean them up at the end | 20:29 |
*** permalac has quit IRC | 20:30 | |
*** doug-fish has joined #openstack-keystone | 20:31 | |
*** jsavak has quit IRC | 20:32 | |
*** ninag has quit IRC | 20:32 | |
*** ninag has joined #openstack-keystone | 20:32 | |
*** jsavak has joined #openstack-keystone | 20:33 | |
*** doug-fis_ has quit IRC | 20:33 | |
morgan | ayoung: easier to add one now | 20:35 |
stevemar | ayoung: you betcha | 20:35 |
ayoung | morgan, bknudson except I can't make changes to things on Gerrit right now, but jorge_munoz can.... | 20:36 |
ayoung | jorge_munoz, I'll send you copy | 20:36 |
*** rcernin has quit IRC | 20:36 | |
bknudson | you can't get to the gui? | 20:36 |
morgan | ayoung: try: ssh -p <port> ayoung@review.openstack.org the ':<port>' notation does not work for ssh | 20:37 |
ayoung | bknudson, I can get to the GUI, just not the CLI | 20:38 |
ayoung | morgan, same failure | 20:38 |
bknudson | there's an edit button on the gui | 20:38 |
morgan | ayoung: what is the failure? | 20:38 |
ayoung | morgan, well, actually, hmmm | 20:38 |
ayoung | what should I see if I do that? | 20:38 |
morgan | you should see .. sec | 20:38 |
morgan | http://paste.openstack.org/show/489047/ | 20:39 |
morgan | something like that | 20:39 |
openstackgerrit | Jacek Tomasiak proposed openstack/python-keystoneclient: Fix invalidation of tokens stored by DefaultCLI plugin https://review.openstack.org/286236 | 20:42 |
*** david-lyle has quit IRC | 20:45 | |
*** david-lyle has joined #openstack-keystone | 20:47 | |
*** roxanaghe has joined #openstack-keystone | 20:49 | |
*** gyee has quit IRC | 20:52 | |
*** henrynash has quit IRC | 20:54 | |
*** henrynash has joined #openstack-keystone | 20:55 | |
*** ChanServ sets mode: +v henrynash | 20:55 | |
morgan | stevemar: ^ i -2 and "wont fixed" that bug - ksc is dead CLI/Session wise | 20:55 |
morgan | stevemar: i asked for it to be re-opened against keystoneauth and/or openstackclient if needed | 20:55 |
*** rcarrillocruz has left #openstack-keystone | 20:56 | |
jamielennox | morgan: that plugin is designed to be used by others as well | 20:57 |
jamielennox | morgan: it was originally designed for OSC | 20:57 |
morgan | jamielennox: it shouldn't be in KSC though | 20:57 |
morgan | jamielennox: if it needs to be fixed we need it fixed in KSA | 20:57 |
morgan | ;) | 20:58 |
morgan | jamielennox: thats all i'm -2/wont fixing the ksc version | 20:58 |
jamielennox | its an interesting case to support, not sure yet, it seems easy | 20:58 |
morgan | since it should just disappear when we rip out the rest of session/cli stuff in ksc | 20:58 |
morgan | we should totally fix it if it is in KSA | 20:58 |
morgan | and/or if openstackclient is affected (which uses KSA) | 20:58 |
*** mhickey has joined #openstack-keystone | 20:59 | |
jamielennox | openstackclient doesn't use ksa unless i missed something | 21:00 |
*** anush has quit IRC | 21:00 | |
jamielennox | someone was working on it | 21:00 |
morgan | jamielennox: iirc it uses KSA now | 21:00 |
*** mylu has quit IRC | 21:01 | |
morgan | jamielennox: openstackclient/common/session.py:from keystoneauth1 import session | 21:01 |
*** mylu has joined #openstack-keystone | 21:01 | |
*** browne has quit IRC | 21:02 | |
morgan | jamielennox: it looks like it uses a mix of things, but it's def. moved mostly to KSA | 21:02 |
*** raildo is now known as raildo-afk | 21:02 | |
morgan | ayoung: i'll be in boston from like 9am until... uhmm... | 21:03 |
morgan | ayoung: my flight leaves at 1710 so whatever that means to get to the airport. | 21:03 |
morgan | ayoung: on the 7th | 21:03 |
ayoung | morgan, is that monday? | 21:03 |
morgan | ayoung: yeah | 21:03 |
ayoung | morgan, cool. I'm not that far outside the city. You have the day free-ish? | 21:04 |
morgan | yeah. | 21:05 |
morgan | as long as i get back to the airport | 21:05 |
morgan | ;) | 21:05 |
ayoung | morgan, wanna come work at my cowork space: http://brooklynboulders.com/somerville/ | 21:05 |
morgan | i can toss my rock shoes into my bag | 21:06 |
morgan | i'm way out of shape though | 21:06 |
ayoung | So am I | 21:06 |
morgan | like... man. =/ | 21:06 |
morgan | I'll toss my rock shoes into the bag, that sounds like a fun thing to do while in boston | 21:06 |
*** anush has joined #openstack-keystone | 21:07 | |
*** doug-fish has quit IRC | 21:09 | |
stevemar | openstackclient does not use ksa yet | 21:12 |
stevemar | https://review.openstack.org/#/c/225318/2 | 21:13 |
patchbot | stevemar: patch 225318 - python-openstackclient - WIP - Rework everything to just use ksa/occ | 21:13 |
lbragstad | stevemar I thought that was something navidp was working on? | 21:13 |
stevemar | lbragstad: yeah, he has a patch too https://review.openstack.org/#/c/276350/ | 21:13 |
patchbot | stevemar: patch 276350 - python-openstackclient - Moving authentication from keystoneclient to keyst... | 21:13 |
stevemar | lbragstad: but it's a tangled mess for mordred and he's familiar with all this | 21:14 |
mordred | uhoh | 21:14 |
mordred | what did I do now? | 21:14 |
mordred | oh | 21:14 |
mordred | yeah | 21:14 |
mordred | it's a bit of a mess | 21:14 |
mordred | I almost rage-coded something yesterday | 21:14 |
mordred | but then I lost my rage | 21:15 |
*** doug-fish has joined #openstack-keystone | 21:15 | |
*** doug-fis_ has joined #openstack-keystone | 21:16 | |
*** jbell8 has joined #openstack-keystone | 21:17 | |
morgan | mordred: ooooh rage code? | 21:17 |
morgan | mordred: oh hah | 21:18 |
* morgan goes back to lurking. | 21:18 | |
*** jbell8 has quit IRC | 21:18 | |
navidp | stevemar, I am actually finishing it up today | 21:19 |
morgan | mordred: Raaaaaaagggeeeeeeee code... it's what plants want... -- no wait.. that's another thing. | 21:19 |
shaleh | lbragstad: I have been annotating the Keystone Office hours with reviews that need guidance or abandoning from the query of Reviews that need Help. | 21:19 |
*** doug-fish has quit IRC | 21:20 | |
lbragstad | shaleh nice - did you build another dashboard? | 21:20 |
*** fangxu has joined #openstack-keystone | 21:21 | |
shaleh | lbragstad: no, I just followed your "bug related patches that need love" | 21:21 |
shaleh | lbragstad: I updated 2, smartinelli abandoned one yesterday | 21:21 |
stevemar | shaleh: it's stevemar ! | 21:21 |
shaleh | stevemar: whatever :-) | 21:21 |
stevemar | shaleh: though i do use smartinelli sometimes :) | 21:22 |
stevemar | mordred: i did rebase that hot mess | 21:22 |
shaleh | I thought if we could mark the reviews that clearly need to be dropped we could focus on the ones remaining. Might be able to pass on their attached bugs too. | 21:22 |
shaleh | for instance, a fair number of v2 issues that are kind of moot. | 21:23 |
morgan | shaleh: i did a pass on the open bugs, most are at least "valid" at this point, the v2 ones are likely ignorable. | 21:23 |
*** doug-fish has joined #openstack-keystone | 21:23 | |
morgan | but it doesn't really make them "invalid" per-say | 21:23 |
shaleh | morgan: it might make sense to en masse mark the v2 as "won't fix" or something | 21:24 |
morgan | maybe wont.. yeah | 21:24 |
*** Ephur has quit IRC | 21:24 | |
*** mhickey has quit IRC | 21:24 | |
morgan | stevemar: i can do a mass "wont fix" on v2 specific bugs if we want to go that direction | 21:24 |
* morgan kindof enjoys playing the bad guy in these scenarios | 21:24 | |
morgan | cause.. i mean.. whats anyone going to do :P | 21:24 |
morgan | complain at me? ;) | 21:25 |
shaleh | MMOORRGAANNN | 21:25 |
lbragstad | shaleh makes sense - so do we start with going through the "needs love" list? | 21:25 |
morgan | shaleh: WONT FIX | 21:25 |
* shaleh shakes fist at sky | 21:25 | |
morgan | shaleh: oh sorry, trained response (learned fast!) | 21:25 |
*** doug-fis_ has quit IRC | 21:25 | |
shaleh | heh :-) | 21:25 |
shaleh | lbragstad: I am doing that currently | 21:25 |
*** pauloewerton has quit IRC | 21:25 | |
lbragstad | shaleh sweet | 21:25 |
morgan | stevemar, bknudson: also are we really interested in doing a clean ldap3 driver instead of "converting the current thing" to ldap3? | 21:26 |
shaleh | lbragstad: the annotations on the office hours are where I need help | 21:26 |
shaleh | lbragstad: hopefully it will make your and others work go faster | 21:26 |
morgan | bknudson: because... if we agree on that, we can close out a chunk of other ldap-related bugs as "this doesn't make sense" | 21:26 |
lbragstad | shaleh like what specifically? | 21:26 |
bknudson | morgan: I could try to do a clean ldap3 driver. | 21:26 |
shaleh | lbragstad: some need to be abandoned, they are long gone | 21:26 |
morgan | bknudson: do you think it's an easier prospect? | 21:26 |
lbragstad | oh | 21:26 |
shaleh | lbragstad: others have lots of -1 with opinions but no real, current guidance | 21:27 |
bknudson | morgan: yes, I think it would be easier than trying to convert the existing ldap | 21:27 |
morgan | bknudson: personally i like the idea because it could be read-only and optimised as such out the gate | 21:27 |
shaleh | lbragstad: others are v2 stuff which have been derelict for a while | 21:27 |
morgan | bknudson: ok cool i'll de-prio and mark the current LDAP bugs as "legacy-ldap" tagged | 21:27 |
bknudson | morgan: right, it should be pretty simple read-only. The writing is the complicated part. | 21:27 |
morgan | so we can close them / find them easily | 21:27 |
morgan | when we officially deprecate the "ldap" r/w/icky/gross driver in favour of ldap3 shiney | 21:28 |
bknudson | the existing tests would be hard to modify to work with the new one | 21:28 |
morgan | exactly | 21:28 |
morgan | and ldap3 really is much more pythonic | 21:28 |
morgan | using dicts correctly vs dicts on read and tuple (WTF?!) on write?!? | 21:28 |
lbragstad | shaleh sounds like what we really need is a true "needs love" list - which we'll probably get to once we abandon various patches | 21:28 |
shaleh | lbragstad: pretty much | 21:29 |
morgan | ayoung: i am de-prioing this bug openstackclient/common/session.py:from keystoneauth1 import session | 21:29 |
morgan | ayoung: erm | 21:29 |
morgan | ayoung: https://bugs.launchpad.net/keystone/+bug/1268751 | 21:29 |
openstack | Launchpad bug 1268751 in OpenStack Identity (keystone) "Potential token revocation abuse via group membership" [High,Triaged] - Assigned to Lance Bragstad (lbragstad) | 21:29 |
lbragstad | shaleh what I think "needs love" should be is a list of patches that we are happy with the direction on that close a bug.. agree? | 21:29 |
morgan | ayoung: it's "high" but... has been "high" for 2 years | 21:29 |
morgan | clearly it's not "high" | 21:29 |
morgan | going to knock it down to medium | 21:30 |
ayoung | morgan, agreed | 21:30 |
ayoung | low | 21:30 |
morgan | or low... | 21:30 |
shaleh | lbragstad: yes. Perhaps with recent comments saying what the direction should be if there is not clarity. | 21:30 |
morgan | yeah | 21:30 |
morgan | ayoung: wishlist? | 21:30 |
morgan | ayoung: ;) | 21:30 |
ayoung | morgan, with revocation events...I think it might actually be dealt with | 21:30 |
morgan | ayoung: tossed it as wishlist | 21:30 |
morgan | ayoung: it's really not a priority | 21:30 |
ayoung | that was only a problem when there were revoke by ID issues...it will get cleaned up as a side effect of going Fernet | 21:30 |
morgan | it has impacted... a net of nobody in the wild | 21:30 |
morgan | yeah | 21:30 |
morgan | feel free to mark it as "invalid cause Fernet is awesome" | 21:31 |
morgan | ;) | 21:31 |
ayoung | Will do | 21:31 |
shaleh | :-) | 21:31 |
morgan | i like that kind of "invalid" | 21:31 |
lbragstad | shaleh as you go through these would you be open to putting ones that need to be abandon in an etherpad? | 21:31 |
*** doug-fis_ has joined #openstack-keystone | 21:35 | |
shaleh | lbragstad: I have been putting them on the office hours etherpad | 21:35 |
* ayoung thinks shaleh is bucking for PTL | 21:35 | |
shaleh | lbragstad: if you want them somewhere else, I can do that | 21:35 |
shaleh | ayoung: let me get +2 privs first :-) | 21:36 |
lbragstad | shaleh that's perfect | 21:36 |
morgan | ayoung: https://bugs.launchpad.net/keystone/+bug/1290625 i .. once you've cleaned up rev events, we can turn it into direct SQL query and eliminate a lot of this bug | 21:36 |
openstack | Launchpad bug 1290625 in OpenStack Identity (keystone) "keystone.contrib.revoke.backends.sql contains several glaring performance problems" [Medium,Triaged] - Assigned to Ron De Rose (ronald-de-rose) | 21:36 |
*** doug-fish has quit IRC | 21:38 | |
shaleh | lbragstad: a collection of reviews that have been dropped by their original authors but are still worth pursuing would be a handy thing to advertise on our "how do I get started with Keystone" page. | 21:40 |
morgan | stevemar: are we really goin to fix https://bugs.launchpad.net/keystone/+bug/1376937 ? | 21:43 |
openstack | Launchpad bug 1376937 in OpenStack Identity (keystone) "No way to prevent duplicates in endpoints" [Medium,In progress] - Assigned to Raildo Mascena de Sousa Filho (raildo) | 21:43 |
*** doug-fish has joined #openstack-keystone | 21:43 | |
lbragstad | shaleh dstanek so maybe every week we go through and check the "needs love" section | 21:44 |
shaleh | lbragstad: that is what I have been doing when I have time on Friday to help out | 21:45 |
dstanek | lbragstad: ? | 21:45 |
lbragstad | every review should fall into one of two categories. The first is that we should still pursue the fix/implementation but we should make sure leave a comment for the author asking if they need help or if something else can pick it up. The second is if the fix goes against what keystone should be doing and we choose to abandon it. | 21:46 |
morgan | lbragstad: is https://bugs.launchpad.net/keystone/+bug/1459483 still valid? | 21:46 |
openstack | Launchpad bug 1459483 in OpenStack Identity (keystone) "able to validate a Fernet token with garbage at the end" [Medium,Confirmed] | 21:46 |
morgan | lbragstad: or did we address that? | 21:46 |
shaleh | lbragstad: +++ | 21:46 |
*** browne has joined #openstack-keystone | 21:46 | |
*** doug-fis_ has quit IRC | 21:46 | |
*** jsavak has quit IRC | 21:47 | |
lbragstad | dstanek shaleh wants to make it so that the "needs love" section is pruned of things that are stale - https://review.openstack.org/#/c/238160/3 | 21:47 |
patchbot | lbragstad: patch 238160 - keystone - Add schema validation to fix v2 code error returns | 21:47 |
lbragstad | ah - wrong link | 21:47 |
*** jsavak has joined #openstack-keystone | 21:47 | |
lbragstad | https://goo.gl/GhxWi4 | 21:47 |
*** jorge_munoz has quit IRC | 21:47 | |
morgan | lbragstad: https://bugs.launchpad.net/keystone/+bug/1476329 that looks like it'll be addressed when we merge the uuid and fernet token handling? | 21:48 |
openstack | Launchpad bug 1476329 in OpenStack Identity (keystone) "v2 tokens validated on the v3 API are missing timezones" [Medium,Confirmed] | 21:48 |
lbragstad | morgan I would have to double check the cryptography patch/bug referenced in that report | 21:48 |
morgan | lbragstad: ++ | 21:48 |
dstanek | lbragstad: ah, i see. | 21:48 |
openstackgerrit | Brant Knudson proposed openstack/keystone-specs: WIP - Swagger definition https://review.openstack.org/286865 | 21:49 |
lbragstad | dstanek so maybe as part of bug friday - if you're reviewing bug fixes and you come across one that is stale but still valuable ping the author? | 21:49 |
openstackgerrit | Merged openstack/keystone: fix sample config link that 404s https://review.openstack.org/277716 | 21:50 |
shaleh | dstanek: I am currently reading the list of "needs love" and annotating a list on the office hours page with items that could be abandoned or that need guidance due to passage of time or lots of reviews but no clarity. | 21:50 |
morgan | mfisch: hows https://bugs.launchpad.net/keystone/+bug/1489061 looking with the current code base? (cc dolphm ) | 21:50 |
openstack | Launchpad bug 1489061 in OpenStack Identity (keystone) "fernet token validation is slow" [Medium,In progress] - Assigned to Dolph Mathews (dolph) | 21:50 |
dstanek | lbragstad: i often ping in the bug, but i rarely go back if they don't respond. at least until i circle through the rest of my list. | 21:51 |
mfisch | morgan: I'm doing the magic now in puppet so we can upgrade keystone, but its taking awhile because we're dockerizing at the same time | 21:51 |
morgan | mfisch: heh | 21:52 |
*** neophy has joined #openstack-keystone | 21:52 | |
mfisch | morgan: which didnt answer your question, I think its better but have no data yet | 21:52 |
mfisch | I'd say close it and I will get data as soon as I can | 21:52 |
morgan | mfisch: we landed request-local cache as well | 21:52 |
mfisch | mitake? | 21:52 |
mfisch | mitaka | 21:52 |
morgan | mfisch: yeah before m3 | 21:52 |
lbragstad | yep | 21:52 |
mfisch | im likely to start with liberty stable + docker, run some numbers then compare mitaka | 21:52 |
morgan | mfisch: so - i'll mark it incomplete with a "waiting more data" | 21:52 |
lbragstad | dstanek that makes sense | 21:52 |
mfisch | sure | 21:52 |
mfisch | im not sure if I will go out the door with docker+L or docker+M | 21:53 |
*** jbell8 has joined #openstack-keystone | 21:59 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/keystone: Updating sample configuration file https://review.openstack.org/286565 | 22:01 |
morgan | samueldmq: https://bugs.launchpad.net/keystone/+bug/1367740 is this still a concern? | 22:01 |
openstack | Launchpad bug 1367740 in OpenStack Identity (keystone) "Assignment backends raise non-suggestive exception in grant CRUD" [Low,Triaged] - Assigned to Samuel de Medeiros Queiroz (samueldmq) | 22:01 |
*** jsavak has quit IRC | 22:06 | |
*** rk4n has quit IRC | 22:07 | |
*** ninag has quit IRC | 22:08 | |
*** ninag has joined #openstack-keystone | 22:08 | |
*** henrynash has quit IRC | 22:10 | |
morgan | shaleh: ok i think i closed a few bugs and de-prioed a few | 22:10 |
*** doug-fis_ has joined #openstack-keystone | 22:10 | |
shaleh | morgan: ++ | 22:11 |
morgan | shaleh: need to hop on a phone call. ugh brain is hurting but almost done with the first 75 bugs (most v2 ones are closed / patches abandoned) | 22:11 |
shaleh | no worries | 22:11 |
morgan | there were only 2 or 3 legit v2-only bugs that had patches | 22:11 |
morgan | i bet we'll be down to ~110 bugs after this pass | 22:11 |
*** doug-fish has quit IRC | 22:11 | |
*** henrynash has joined #openstack-keystone | 22:13 | |
*** ChanServ sets mode: +v henrynash | 22:13 | |
*** ninag has quit IRC | 22:13 | |
*** e0ne has quit IRC | 22:14 | |
*** rk4n has joined #openstack-keystone | 22:15 | |
*** mylu has quit IRC | 22:15 | |
*** sdake_ has joined #openstack-keystone | 22:15 | |
*** mylu has joined #openstack-keystone | 22:15 | |
*** henrynash has quit IRC | 22:16 | |
*** petertr7 is now known as petertr7_away | 22:17 | |
*** e0ne has joined #openstack-keystone | 22:17 | |
*** sdake has quit IRC | 22:18 | |
*** jorge_munoz has joined #openstack-keystone | 22:18 | |
*** jorge_munoz has quit IRC | 22:18 | |
morgan | 125 bugs. | 22:19 |
morgan | and another 40 to review. | 22:19 |
*** rk4n_ has joined #openstack-keystone | 22:22 | |
*** rk4n has quit IRC | 22:24 | |
*** e0ne has quit IRC | 22:27 | |
*** edmondsw has quit IRC | 22:32 | |
*** anush has quit IRC | 22:36 | |
*** ayoung has quit IRC | 22:37 | |
*** doug-fis_ has quit IRC | 22:39 | |
*** doug-fish has joined #openstack-keystone | 22:42 | |
*** ninag has joined #openstack-keystone | 22:42 | |
*** doug-fis_ has joined #openstack-keystone | 22:44 | |
*** jbell8 has quit IRC | 22:46 | |
*** doug-fish has quit IRC | 22:47 | |
*** ninag has quit IRC | 22:47 | |
*** knikolla has quit IRC | 22:48 | |
*** doug-fis_ has quit IRC | 22:48 | |
*** mylu has quit IRC | 22:49 | |
*** yarkot_ has joined #openstack-keystone | 22:53 | |
*** dims_ has quit IRC | 22:56 | |
*** yarkot_ has quit IRC | 22:57 | |
*** yarkot_ has joined #openstack-keystone | 22:57 | |
*** mylu has joined #openstack-keystone | 22:58 | |
*** yarkot_ has quit IRC | 22:59 | |
*** richm has quit IRC | 23:02 | |
dstanek | morgan: nice | 23:03 |
*** browne has quit IRC | 23:04 | |
*** spandhe has quit IRC | 23:05 | |
*** neophy has quit IRC | 23:06 | |
*** ThomasHsiao has joined #openstack-keystone | 23:06 | |
*** browne has joined #openstack-keystone | 23:06 | |
*** browne has quit IRC | 23:06 | |
*** ThomasHsiao has quit IRC | 23:08 | |
*** rk4n_ has quit IRC | 23:08 | |
*** browne has joined #openstack-keystone | 23:08 | |
*** ThomasHsiao has joined #openstack-keystone | 23:08 | |
bknudson | I need to stop telling people keystone doesn't have any bugs. | 23:09 |
*** gordc has quit IRC | 23:09 | |
openstackgerrit | Brant Knudson proposed openstack/keystone: WIP - Generate swagger https://review.openstack.org/287499 | 23:11 |
*** spandhe has joined #openstack-keystone | 23:12 | |
*** jorge_munoz has joined #openstack-keystone | 23:13 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 23:15 | |
*** mylu has quit IRC | 23:15 | |
*** sheel has quit IRC | 23:17 | |
morgan | stevemar, dstanek, bknudson: 117 bugs now | 23:20 |
morgan | rapidly approaching the magic sub-100 mark | 23:20 |
morgan | annnd. no high-prio bugs | 23:20 |
morgan | and almost all v2-specific bugs are now closed. | 23:21 |
*** jorge_munoz has quit IRC | 23:21 | |
morgan | shaleh: ^ cc | 23:23 |
*** mylu has joined #openstack-keystone | 23:27 | |
*** mylu has quit IRC | 23:27 | |
*** mylu has joined #openstack-keystone | 23:27 | |
openstackgerrit | Brant Knudson proposed openstack/keystone: WIP - Generate swagger https://review.openstack.org/287499 | 23:28 |
*** richm has joined #openstack-keystone | 23:32 | |
*** mylu has quit IRC | 23:33 | |
*** browne has quit IRC | 23:36 | |
*** subscope has quit IRC | 23:37 | |
*** browne has joined #openstack-keystone | 23:39 | |
*** spzala has quit IRC | 23:41 | |
*** spzala has joined #openstack-keystone | 23:42 | |
*** spzala has quit IRC | 23:42 | |
*** spzala has joined #openstack-keystone | 23:42 | |
*** spzala_ has joined #openstack-keystone | 23:43 | |
*** slberger has left #openstack-keystone | 23:45 | |
*** spzala has quit IRC | 23:47 | |
*** ayoung has joined #openstack-keystone | 23:50 | |
*** ChanServ sets mode: +v ayoung | 23:50 | |
*** spzala_ has quit IRC | 23:52 | |
*** spzala has joined #openstack-keystone | 23:52 | |
*** shoutm has joined #openstack-keystone | 23:55 | |
*** spzala has quit IRC | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!