*** abhirc has quit IRC | 00:03 | |
rodrigods | ayoung, there? https://review.openstack.org/#/c/135309/ did you see my comment? | 00:03 |
---|---|---|
openstackgerrit | OpenStack Proposal Bot proposed openstack/keystone: Updated from global requirements https://review.openstack.org/146694 | 00:04 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/keystonemiddleware: Updated from global requirements https://review.openstack.org/146695 | 00:04 |
*** raildo has quit IRC | 00:09 | |
jamielennox | anyone know how we can test the loading from paste files? | 00:10 |
*** _cjones_ has quit IRC | 00:12 | |
*** mattfarina has quit IRC | 00:13 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/pycadf: Updated from global requirements https://review.openstack.org/146705 | 00:15 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-keystoneclient: Updated from global requirements https://review.openstack.org/146166 | 00:15 |
*** _cjones_ has joined #openstack-keystone | 00:18 | |
*** toddnni has quit IRC | 00:20 | |
*** david-lyle has joined #openstack-keystone | 00:24 | |
*** chlong has quit IRC | 00:35 | |
*** amerine has quit IRC | 00:38 | |
*** amerine has joined #openstack-keystone | 00:39 | |
*** dims__ has joined #openstack-keystone | 00:39 | |
*** avozza is now known as zz_avozza | 00:43 | |
*** david-lyle has quit IRC | 00:46 | |
*** david-lyle has joined #openstack-keystone | 00:51 | |
*** gyee has quit IRC | 00:55 | |
*** diegows has quit IRC | 00:55 | |
*** david-lyle has quit IRC | 01:04 | |
*** tziom has quit IRC | 01:16 | |
*** tziom has joined #openstack-keystone | 01:20 | |
*** chlong has joined #openstack-keystone | 01:25 | |
*** _cjones_ has quit IRC | 01:32 | |
openstackgerrit | Merged openstack/keystonemiddleware: Updated from global requirements https://review.openstack.org/146695 | 01:34 |
*** zzzeek has quit IRC | 01:35 | |
*** hichtakk has quit IRC | 01:35 | |
ayoung | rodrigods, gah | 01:36 |
ayoung | too much to do...yeah, should knock that out, just not quite sure how | 01:36 |
*** david-lyle has joined #openstack-keystone | 01:37 | |
morganfainberg | jamielennox, ping | 01:38 |
jamielennox | morganfainberg: yea | 01:38 |
ayoung | list projects for domain is the kicker. Should the domain's root project show up in that list....general consensus was "no" but...I don't know how to implement that. List all projects for a domain will do "select * from projects where domain_id = ?" | 01:38 |
morganfainberg | jamielennox, https://bugs.launchpad.net/keystonemiddleware/+bug/1405717 | 01:38 |
uvirtbot | Launchpad bug 1405717 in keystonemiddleware "region_name is not in keystone client auth_token config" [Undecided,New] | 01:38 |
morganfainberg | jamielennox, not sure what is being asked for here. | 01:38 |
jamielennox | morganfainberg: i guess using a keystone defined in a region from the catalog | 01:39 |
jamielennox | interesting usage | 01:39 |
morganfainberg | jamielennox, yeah. | 01:39 |
morganfainberg | jamielennox, i also asked flavio more information on the "don't assume global conf" in middleware - afaict we've sortof made that assumption for a looong time | 01:40 |
morganfainberg | but recent changes kindof forced it | 01:40 |
jamielennox | morganfainberg: yea - i looked into zaqar and i see what he's doing | 01:40 |
jamielennox | i'm actually playing with something related | 01:41 |
morganfainberg | sure. | 01:41 |
openstackgerrit | Jamie Lennox proposed openstack/keystonemiddleware: Deprecate passing config options via paste file https://review.openstack.org/146730 | 01:41 |
jamielennox | morganfainberg: ^^ i cannot figure out how to unit test that | 01:42 |
jamielennox | that would be the first step | 01:42 |
morganfainberg | jamielennox, ++ | 01:42 |
morganfainberg | in either case i want some more info from flavio on that front - it's not an easy nut to crack (especially with the very light information) | 01:42 |
jamielennox | i've got something close, but it's got some weird errors | 01:42 |
jamielennox | morganfainberg: essentially he wants to pass the cfg.CONF object to the AuthProtocol not an override dictionary | 01:43 |
jamielennox | i think he's write in general terms - i just don't know how to make it compatible | 01:43 |
jamielennox | well -- not easily | 01:43 |
morganfainberg | well i marked the bug as incomplete with a response | 01:43 |
morganfainberg | oslo.config was kindof designed with that in mind. | 01:44 |
morganfainberg | the global option object that is afaict | 01:44 |
morganfainberg | so you are probably fighting the config lib as well | 01:44 |
jamielennox | i said that in my resp on the ml | 01:45 |
jamielennox | though it does work remarkably well otherwise | 01:45 |
morganfainberg | yeah | 01:45 |
morganfainberg | jamielennox, so not sure about that other middleware bug | 01:46 |
jamielennox | reckon bknudson will let me get away with the review without a test? | 01:46 |
morganfainberg | jamielennox, i am willing to say i wont in this case ;) | 01:47 |
jamielennox | i think something about the paste deploy thing wont let me handle the errors correctly | 01:47 |
jamielennox | just a deprecation warning... | 01:47 |
morganfainberg | unless we have no way of handling errors | 01:47 |
morganfainberg | welll... for the warning | 01:47 |
morganfainberg | test isn't needed | 01:47 |
jamielennox | oh - yea, i didn't mean the CONF one that flavio wants | 01:48 |
morganfainberg | ahh | 01:48 |
morganfainberg | haha | 01:48 |
morganfainberg | ok | 01:48 |
morganfainberg | oh deprecation warning meh. | 01:48 |
jamielennox | so the flavio one i think we want to make the main object accept a CONF directly | 01:49 |
morganfainberg | hm. | 01:50 |
jamielennox | this means not accepting the override dict at all | 01:50 |
morganfainberg | so we're probably a ways out | 01:50 |
jamielennox | i wrote https://review.openstack.org/#/c/143423/ | 01:50 |
jamielennox | with this in mind | 01:50 |
morganfainberg | feel free to un-incomplete that one if you want. | 01:50 |
jamielennox | a way to provide localized overrides of a global CONF object | 01:50 |
morganfainberg | jamielennox, thats kind of ugly. | 01:51 |
jamielennox | that will take a while to get to the point we can use it in middleware | 01:51 |
morganfainberg | jamielennox, yeah but i see where you're going | 01:51 |
jamielennox | morganfainberg: i had a different way of doing it, i was told to do it this way | 01:51 |
jamielennox | i had a different wrapper object altogether | 01:51 |
*** david-lyle has quit IRC | 01:52 | |
morganfainberg | ok i'm going to go back to bug triage. | 01:52 |
morganfainberg | got a chunk of bugs in keystone to get through | 01:52 |
jamielennox | i think the bug is valid - it's a bit out of date though | 01:52 |
morganfainberg | sure - like i said, feel free to unincomplete it and just reference this convo | 01:53 |
morganfainberg | but if you do un-incomplete that bug form flavio, please triage it | 01:53 |
morganfainberg | jamielennox, i don't think this is a keystoneclient bug... | 01:56 |
morganfainberg | https://bugs.launchpad.net/python-keystoneclient/+bug/1404081 | 01:56 |
uvirtbot | Launchpad bug 1404081 in python-keystoneclient "Icehouse jobs fail as keystoneclient package pinned < 1.0" [Undecided,New] | 01:56 |
morganfainberg | this looks liek a requirements bug? | 01:56 |
jamielennox | oh - we fixed that a different way | 01:56 |
jamielennox | i had that filed to put that patch against | 01:57 |
morganfainberg | can we close the bug then? | 01:57 |
morganfainberg | or? | 01:57 |
jamielennox | yep | 01:57 |
morganfainberg | invalid? | 01:57 |
openstackgerrit | Merged openstack/keystone: Additional test coverage for password changes https://review.openstack.org/146589 | 01:57 |
jamielennox | invalid is fine | 01:57 |
*** toddnni has joined #openstack-keystone | 02:02 | |
*** dims__ has quit IRC | 02:09 | |
*** dims__ has joined #openstack-keystone | 02:09 | |
*** oomichi has joined #openstack-keystone | 02:13 | |
*** dims__ has quit IRC | 02:14 | |
*** rwsu has quit IRC | 02:37 | |
*** erkules_ has joined #openstack-keystone | 02:42 | |
*** stevemar has joined #openstack-keystone | 02:43 | |
*** ChanServ sets mode: +v stevemar | 02:43 | |
*** erkules has quit IRC | 02:45 | |
*** dims__ has joined #openstack-keystone | 02:45 | |
*** dims__ has quit IRC | 02:47 | |
*** dims__ has joined #openstack-keystone | 02:48 | |
*** david-lyle has joined #openstack-keystone | 02:55 | |
*** abhirc has joined #openstack-keystone | 02:57 | |
*** abhirc has quit IRC | 03:02 | |
*** dims__ has quit IRC | 03:04 | |
*** abhirc has joined #openstack-keystone | 03:04 | |
*** lhcheng has quit IRC | 03:08 | |
*** joesavak has joined #openstack-keystone | 03:08 | |
*** _cjones_ has joined #openstack-keystone | 03:13 | |
openstackgerrit | wanghong proposed openstack/keystone: remove the Conf.signing.token_format option support https://review.openstack.org/144250 | 03:13 |
*** chrisshattuck has joined #openstack-keystone | 03:23 | |
*** joesavak has quit IRC | 03:29 | |
*** harlowja is now known as harlowja_away | 03:31 | |
*** harlowja_away is now known as harlowja | 03:39 | |
*** richm has quit IRC | 03:44 | |
*** samueldmq_ has quit IRC | 03:46 | |
*** henrynash has joined #openstack-keystone | 03:50 | |
*** ChanServ sets mode: +v henrynash | 03:50 | |
*** chrisshattuck has quit IRC | 04:03 | |
*** rushiagr_away is now known as rushiagr | 04:20 | |
*** david-lyle has quit IRC | 04:20 | |
*** _cjones_ has quit IRC | 04:21 | |
*** _cjones_ has joined #openstack-keystone | 04:21 | |
*** _cjones_ has quit IRC | 04:21 | |
openstackgerrit | Abhishek Kekane proposed openstack/keystone: Eventlet green threads not released back to pool https://review.openstack.org/130824 | 04:25 |
*** henrynash has quit IRC | 04:31 | |
*** henrynash has joined #openstack-keystone | 04:31 | |
*** ChanServ sets mode: +v henrynash | 04:31 | |
*** ajayaa has joined #openstack-keystone | 04:40 | |
*** adriant has quit IRC | 04:41 | |
stevemar | i'm wondering if it's possible to change this line to support the new hacking guidelines: https://github.com/openstack/pycadf/blob/master/pycadf/cadftype.py#L73 | 04:43 |
stevemar | i suspect i'll have to use the add_metaclass decorator | 04:43 |
openstackgerrit | Steve Martinelli proposed openstack/pycadf: upgrade hacking to 0.10.0 https://review.openstack.org/146757 | 04:45 |
*** lhcheng has joined #openstack-keystone | 04:48 | |
openstackgerrit | Steve Martinelli proposed openstack/keystone: Add minimum release support notes for federation https://review.openstack.org/146758 | 04:48 |
*** ayoung has quit IRC | 04:49 | |
*** _cjones_ has joined #openstack-keystone | 04:52 | |
*** chrisshattuck has joined #openstack-keystone | 04:53 | |
*** stevemar has quit IRC | 05:04 | |
*** stevemar has joined #openstack-keystone | 05:05 | |
*** ChanServ sets mode: +v stevemar | 05:05 | |
*** MasterPiece has joined #openstack-keystone | 05:07 | |
*** erkules_ is now known as erkules | 05:19 | |
*** abhirc has quit IRC | 05:21 | |
*** chrisshattuck has quit IRC | 05:26 | |
openstackgerrit | henry-nash proposed openstack/keystone: Split roles into their own backend within assignments. https://review.openstack.org/144239 | 05:26 |
openstackgerrit | henry-nash proposed openstack/keystone: Correct doc string for grant driver methods. https://review.openstack.org/144403 | 05:29 |
openstackgerrit | henry-nash proposed openstack/keystone: Make controllers call the new, split out, role manager. https://review.openstack.org/144494 | 05:30 |
openstackgerrit | henry-nash proposed openstack/keystone: Make unit tests call the new, split out, role manager. https://review.openstack.org/144548 | 05:30 |
*** _cjones_ has quit IRC | 05:31 | |
*** _cjones_ has joined #openstack-keystone | 05:31 | |
openstackgerrit | henry-nash proposed openstack/keystone: Refactor assignment manager/driver methods https://review.openstack.org/144650 | 05:31 |
openstackgerrit | henry-nash proposed openstack/keystone: Correct comment about circular dependency. https://review.openstack.org/144850 | 05:31 |
openstackgerrit | henry-nash proposed openstack/keystone: Move projects and domains to their own backend. https://review.openstack.org/144824 | 05:32 |
*** joesavak has joined #openstack-keystone | 05:34 | |
openstackgerrit | henry-nash proposed openstack/keystone: Remove unused pointer to assignment in identity driver. https://review.openstack.org/145022 | 05:34 |
*** henrynash has quit IRC | 05:36 | |
*** harlowja is now known as harlowja_away | 05:42 | |
*** joesavak has quit IRC | 05:48 | |
*** jimbaker has quit IRC | 05:49 | |
*** oomichi has quit IRC | 05:51 | |
stevemar | lhcheng, thanks for reviewing that not-so-small osc patch :) | 05:57 |
lhcheng | stevemar, sure! You've done the dirty work of submitting the long patch. :) | 05:58 |
stevemar | lhcheng, there was a lot of alt+tabbing done that night | 05:59 |
lhcheng | stevemar, about the opportunity to work on the keystone-nova communication. Sorry didn't got back to you yesterday, got pulled into some internal work. | 06:00 |
lhcheng | stevemar, will ping you again later this week to follow-up on that. | 06:00 |
stevemar | keystone-nova? hmm, weren't we talking about notifications? | 06:00 |
stevemar | but yeah, whenever you have time, no rush | 06:01 |
lhcheng | stevemar, yeah notifications. I was asking around the keystone notification related to nova quota driver that time. | 06:02 |
stevemar | ah | 06:02 |
lhcheng | for example: if project is deleted, release the quota in nova. | 06:02 |
stevemar | i was thinking of this spec i have to implement this spec: http://specs.openstack.org/openstack/keystone-specs/specs/kilo/cadf-everywhere.html (since i have to implement it :)) | 06:02 |
lhcheng | ah, missed the everywhere piece :P | 06:02 |
stevemar | notifications in keystone is an overloaded term :( | 06:03 |
*** dims__ has joined #openstack-keystone | 06:04 | |
lhcheng | I guess this is the first step to get that functionality working in nova. Still in-line with what we'd like to eventually happen. :) | 06:05 |
lhcheng | anyway, will ping you again later in the week | 06:05 |
lhcheng | or if I get an approval, might show up in the mid cycle. | 06:05 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/keystone: Imported Translations from Transifex https://review.openstack.org/145135 | 06:06 |
*** dims__ has quit IRC | 06:09 | |
*** _cjones_ has quit IRC | 06:10 | |
*** _cjones_ has joined #openstack-keystone | 06:15 | |
*** mflobo has quit IRC | 06:17 | |
*** mflobo has joined #openstack-keystone | 06:18 | |
*** mflobo_ has joined #openstack-keystone | 06:25 | |
*** mflobo has quit IRC | 06:27 | |
*** mflobo has joined #openstack-keystone | 06:28 | |
*** mflobo_ has quit IRC | 06:31 | |
*** mflobo_ has joined #openstack-keystone | 06:32 | |
*** mflobo has quit IRC | 06:35 | |
*** _cjones_ has quit IRC | 06:39 | |
*** _cjones_ has joined #openstack-keystone | 06:39 | |
*** _cjones_ has quit IRC | 06:39 | |
*** MasterPiece has quit IRC | 06:45 | |
*** MasterPiece has joined #openstack-keystone | 06:45 | |
*** mflobo has joined #openstack-keystone | 06:45 | |
*** mflobo_ has quit IRC | 06:48 | |
*** lhcheng has quit IRC | 06:54 | |
*** lhcheng has joined #openstack-keystone | 07:01 | |
*** lhcheng has quit IRC | 07:05 | |
*** Kazazi has joined #openstack-keystone | 07:07 | |
*** lhcheng has joined #openstack-keystone | 07:10 | |
*** _cjones_ has joined #openstack-keystone | 07:10 | |
*** Kazazi has quit IRC | 07:12 | |
*** jimbaker has joined #openstack-keystone | 07:12 | |
*** lhcheng has quit IRC | 08:02 | |
*** zz_avozza is now known as avozza | 08:03 | |
*** henrynash has joined #openstack-keystone | 08:04 | |
*** ChanServ sets mode: +v henrynash | 08:04 | |
openstackgerrit | henry-nash proposed openstack/keystone: Make controllers and managers reference new resource manager. https://review.openstack.org/133525 | 08:06 |
*** chlong has quit IRC | 08:09 | |
openstackgerrit | henry-nash proposed openstack/keystone: Move projects and domains to their own backend. https://review.openstack.org/144824 | 08:10 |
openstackgerrit | henry-nash proposed openstack/keystone: Remove unused pointer to assignment in identity driver. https://review.openstack.org/145022 | 08:11 |
openstackgerrit | henry-nash proposed openstack/keystone: Make controllers and managers reference new resource manager. https://review.openstack.org/133525 | 08:11 |
openstackgerrit | Steve Martinelli proposed openstack/keystone: Classifying extensions and defining process https://review.openstack.org/146793 | 08:14 |
*** k4n0 has joined #openstack-keystone | 08:18 | |
openstackgerrit | henry-nash proposed openstack/keystone: Make unit tests call the new reource manager. https://review.openstack.org/130954 | 08:19 |
openstackgerrit | wanghong proposed openstack/keystone: add missing parent_id parameter check in project schema https://review.openstack.org/146796 | 08:26 |
*** stevemar has quit IRC | 08:33 | |
*** lhcheng has joined #openstack-keystone | 09:02 | |
openstackgerrit | wanghong proposed openstack/keystone: correct the help text of os_inherit https://review.openstack.org/146801 | 09:06 |
*** lhcheng has quit IRC | 09:08 | |
*** nellysmitt has joined #openstack-keystone | 09:09 | |
*** _cjones_ has quit IRC | 09:17 | |
*** aix has joined #openstack-keystone | 09:22 | |
*** jistr has joined #openstack-keystone | 09:23 | |
openstackgerrit | Marek Denis proposed openstack/keystone-specs: Service Provider for K2K https://review.openstack.org/135604 | 09:50 |
*** links has joined #openstack-keystone | 09:51 | |
openstackgerrit | Marek Denis proposed openstack/keystone-specs: Service Provider for K2K https://review.openstack.org/135604 | 10:01 |
openstackgerrit | Boris Bobrov proposed openstack/keystone: Fix incorrect session usage in tests https://review.openstack.org/144460 | 10:01 |
openstackgerrit | Boris Bobrov proposed openstack/keystone: Fix migration 42 downgrade https://review.openstack.org/144331 | 10:01 |
*** diegows has joined #openstack-keystone | 10:13 | |
openstackgerrit | wanghong proposed openstack/keystone: correct the help text of os_inherit https://review.openstack.org/146801 | 10:26 |
*** krykowski has joined #openstack-keystone | 10:28 | |
openstackgerrit | Alexander Makarov proposed openstack/keystone: Assignment sql backend create_grant refactoring https://review.openstack.org/141352 | 10:33 |
openstackgerrit | wanghong proposed openstack/keystone: add missing parent_id parameter check in project schema https://review.openstack.org/146796 | 10:36 |
*** aix has quit IRC | 10:39 | |
openstackgerrit | Marco Fargetta proposed openstack/keystone: Multiple IdP authentication URL https://review.openstack.org/142743 | 10:43 |
*** avozza is now known as zz_avozza | 11:00 | |
openstackgerrit | Marek Denis proposed openstack/keystone: Implements whitelist and blacklist mapping rules https://review.openstack.org/142573 | 11:00 |
openstackgerrit | Marco Fargetta proposed openstack/keystone: Multiple IdP authentication URL https://review.openstack.org/142743 | 11:00 |
*** aix has joined #openstack-keystone | 11:01 | |
openstackgerrit | Marco Fargetta proposed openstack/keystone: Multiple IdP authentication URL https://review.openstack.org/142743 | 11:04 |
openstackgerrit | Alexander Makarov proposed openstack/keystone: Trust redelegation https://review.openstack.org/126897 | 11:05 |
*** MasterPiece has quit IRC | 11:07 | |
openstackgerrit | Alexander Makarov proposed openstack/keystone: Trust redelegation https://review.openstack.org/126897 | 11:11 |
*** amakarov_away is now known as amakarov | 11:12 | |
samueldmq | morning | 11:22 |
openstackgerrit | Alexander Makarov proposed openstack/keystone: Group role revocation invalidates all user tokens https://review.openstack.org/141854 | 11:23 |
*** KanagarajM has joined #openstack-keystone | 11:24 | |
*** chlong has joined #openstack-keystone | 11:33 | |
*** afazekas has joined #openstack-keystone | 11:34 | |
samueldmq | wanghong, ping | 11:38 |
*** krykowski has quit IRC | 11:39 | |
samueldmq | wanghong, just looked in you patch #144250, looks good overall, just one more comment inline :-) | 11:39 |
*** jamielennox is now known as jamielennox|away | 11:43 | |
*** KanagarajM has quit IRC | 11:43 | |
*** KanagarajM has joined #openstack-keystone | 11:43 | |
*** dims__ has joined #openstack-keystone | 11:47 | |
*** krykowski has joined #openstack-keystone | 11:48 | |
*** krykowski has quit IRC | 11:49 | |
*** krykowski_ has joined #openstack-keystone | 11:49 | |
*** zz_avozza is now known as avozza | 11:50 | |
*** MasterPiece has joined #openstack-keystone | 11:51 | |
*** aix has quit IRC | 11:53 | |
openstackgerrit | Marco Fargetta proposed openstack/keystone: Multiple IdP authentication URL https://review.openstack.org/142743 | 12:01 |
*** aix has joined #openstack-keystone | 12:05 | |
samueldmq | henrynash, morning - please consider updating commit message of https://review.openstack.org/#/c/130954/ | 12:05 |
henrynash | samueldmq: damdn, I keep missing that one! | 12:06 |
henrynash | will do | 12:06 |
*** avozza is now known as zz_avozza | 12:06 | |
samueldmq | henrynash, there is a typo there in the title, s/reource/resource | 12:06 |
samueldmq | henrynash, yep :) | 12:06 |
*** krykowski_ has quit IRC | 12:06 | |
henrynash | in middle of doing a differnt rebase right now on top of it…so won’t get to it until late/// | 12:07 |
samueldmq | np | 12:07 |
samueldmq | henrynash, putting the warning regarding role caching in the right patch? :B | 12:08 |
henrynash | oh, did i screw that up? | 12:08 |
samueldmq | henrynash, you put that on the project/domain split | 12:08 |
*** KanagarajM has quit IRC | 12:09 | |
henrynash | damn | 12:09 |
samueldmq | https://review.openstack.org/#/c/144824/13/doc/source/configuration.rst | 12:09 |
samueldmq | yep, and I gave a +1 lol | 12:09 |
henrynash | the chain is too long…gotta get the first few of these merged! | 12:09 |
samueldmq | yep, that's why I gave +1 | 12:09 |
samueldmq | just because I don't want to see things getting slower, because of a simple placement :) | 12:10 |
*** ctracey has quit IRC | 12:29 | |
*** ctracey has joined #openstack-keystone | 12:32 | |
*** lhcheng has joined #openstack-keystone | 12:41 | |
*** krykowski has joined #openstack-keystone | 12:44 | |
*** lhcheng has quit IRC | 12:45 | |
*** esmute has quit IRC | 12:47 | |
*** esmute has joined #openstack-keystone | 12:48 | |
*** nellysmi_ has joined #openstack-keystone | 12:49 | |
*** krykowski has quit IRC | 12:52 | |
*** nellysmitt has quit IRC | 12:52 | |
*** zz_avozza is now known as avozza | 12:53 | |
*** krykowski has joined #openstack-keystone | 12:57 | |
*** avozza is now known as zz_avozza | 12:58 | |
*** jaosorior has joined #openstack-keystone | 13:00 | |
openstackgerrit | Alexander Makarov proposed openstack/keystone: Trust redelegation https://review.openstack.org/126897 | 13:02 |
*** zz_avozza is now known as avozza | 13:03 | |
*** rushiagr is now known as rushiagr_away | 13:11 | |
*** krykowski has quit IRC | 13:12 | |
*** avozza is now known as zz_avozza | 13:23 | |
*** gordc has joined #openstack-keystone | 13:26 | |
*** chlong has quit IRC | 13:30 | |
*** lsmola has quit IRC | 13:38 | |
*** k4n0 has quit IRC | 13:41 | |
*** rvasilets has joined #openstack-keystone | 13:45 | |
*** lsmola has joined #openstack-keystone | 13:51 | |
rvasilets | Hi, I have some issues with using keystone. I have installed devstack. After I need to use murano. I have type "murano package-create --template telnet/Resources/DeployTelnet.template " and see "You must provide a username via either --os-username or env[OS_USERNAME] or a token via --os-auth-token or env[OS_AUTH_TOKEN] | 13:54 |
rvasilets | ". I don't wan't to type this every time, so I have create file http://paste.openstack.org/show/157012/ and execute in console "source $file_name". After I have in "env | grep 'OS_'" following : http://paste.openstack.org/show/157013/ Then I've typed " murano package-create --template telnet/Resources/DeployTelnet.template " and see "User b5a14234115f4ee2b3e396c37b3e379a is unauthorized for tenant c7e5944e5fce45c49da4a863c99836e3 (Disable | 13:54 |
rvasilets | debug mode to suppress these details.) (HTTP 401) | 13:54 |
rvasilets | " after that I decide to see user-list at all. I have typed "keystone user-list " and get "User b5a14234115f4ee2b3e396c37b3e379a is unauthorized for tenant c7e5944e5fce45c49da4a863c99836e3 (Disable debug mode to suppress these details.) (HTTP 401) | 13:54 |
rvasilets | " What I'm doing wrong? I need to wirk with murano, but first explaine me what is with keystone? | 13:54 |
rvasilets | *wirk = work | 13:55 |
*** radez is now known as radez_g0n3 | 13:56 | |
rvasilets | Ok. Help. How to retrieve user-list? | 14:04 |
*** rushiagr_away is now known as rushiagr | 14:04 | |
*** joesavak has joined #openstack-keystone | 14:05 | |
*** mflobo has quit IRC | 14:06 | |
*** mflobo has joined #openstack-keystone | 14:07 | |
*** zz_avozza is now known as avozza | 14:09 | |
*** k4n0 has joined #openstack-keystone | 14:10 | |
*** k4n0 has quit IRC | 14:10 | |
*** MasterPiece has quit IRC | 14:12 | |
*** openstackgerrit has quit IRC | 14:22 | |
*** openstackgerrit has joined #openstack-keystone | 14:23 | |
*** ayoung has joined #openstack-keystone | 14:29 | |
*** ChanServ sets mode: +v ayoung | 14:29 | |
*** MasterPiece has joined #openstack-keystone | 14:30 | |
*** abhirc has joined #openstack-keystone | 14:34 | |
rodrigods | ayoung, so... you don't need to update the HMT improvements yourself, if you give us (me and raildo) a quick explanation of what is missing from your point of view, we can update ourselves | 14:34 |
*** MasterPiece has quit IRC | 14:35 | |
*** MasterPiece has joined #openstack-keystone | 14:35 | |
*** raildo has joined #openstack-keystone | 14:35 | |
*** richm1 has joined #openstack-keystone | 14:36 | |
*** andreaf has joined #openstack-keystone | 14:36 | |
marekd | hi, can we approve this bp: https://blueprints.launchpad.net/keystone/+spec/idp-id-registration ? | 14:39 |
*** MasterPiece has quit IRC | 14:40 | |
*** LinstatSDR has joined #openstack-keystone | 14:40 | |
ayoung | rodrigods, what is missing is a piece of the model, in the abstract. How do we make it so a domain *is-a* project. | 14:43 |
*** MasterPiece has joined #openstack-keystone | 14:44 | |
marekd | morganfainberg: so there is a ChangeSet https://review.openstack.org/#/c/142743/ and a bp registered for that. I want to extend the functionality and have multiple remote_id tied to identity_provider object. I am not sure if a) existing bp and another bp (with my extension) is enough b) keystone-spec is required for either case. | 14:44 |
ayoung | rodrigods if we dropped the domain abstraction, it would actually be easier. | 14:44 |
ayoung | if everything was a project, and you did list_projects, either you would say "include subprojects" or "list allprojects under Proj_id=X" | 14:45 |
ayoung | when you say list_projects?domain_id=X which one should we mean? | 14:45 |
*** edmondsw has joined #openstack-keystone | 14:45 | |
*** r-daneel has joined #openstack-keystone | 14:46 | |
ayoung | rodrigods, and...here is where it needs to work: | 14:46 |
ayoung | on Horizon, I need it so that I can get a project scoped token. | 14:46 |
ayoung | let me make that clearer | 14:46 |
ayoung | Horizon only knows about project scoped tokens today. WHich means it cannot perform operations that require a domain scoped token | 14:47 |
ayoung | we should fix this: | 14:47 |
rodrigods | raildo, ^ | 14:47 |
ayoung | rodrigods, raildo So if a user has role on a domain, horizon should now list this as one of the projects that the user can select | 14:48 |
ayoung | OTOH, we probably want to restrict the operations that the user can perform on the domain/project | 14:48 |
raildo | ayoung, think in this Horizon use case, we are propose a dual scoped token for project with domain-ness, so the horizon can use the project scoped token | 14:48 |
ayoung | raildo, let me restate that | 14:49 |
ayoung | when a user requests a domain scoped token, it should have a section that looks just like a project scoped token | 14:49 |
ayoung | raildo, "necessary but not sufficient" | 14:49 |
*** nkinder has joined #openstack-keystone | 14:49 | |
raildo | ayoung, ok | 14:49 |
ayoung | raildo, in order for the user to be able to select that project, it needs to show up in the list | 14:49 |
ayoung | this list comes from list_projects_for_users | 14:50 |
ayoung | https://github.com/openstack/keystone/blob/master/keystone/assignment/controllers.py#L412 list_user_projects | 14:51 |
rodrigods | ayoung, my suggestion: we extract this to the Reseller spec (or even a third one) | 14:51 |
rodrigods | the HMT improvements part is pretty trivial | 14:51 |
*** pcaruana|off| is now known as pcaruana | 14:51 | |
ayoung | rodrigods, I don't care what spec it is in, but it needs to be cleared up pronto | 14:51 |
ayoung | rodrigods, HMT is incomplete without this solution | 14:52 |
rodrigods | ayoung, I agree | 14:52 |
rodrigods | ayoung, but everything should be in the right place | 14:52 |
ayoung | rodrigods, I think I would like to let you take a swipe at it, and include it in the current spec | 14:52 |
*** zzzeek has joined #openstack-keystone | 14:52 | |
ayoung | this is key | 14:52 |
raildo | ayoung, i agree, but just for organization, we are define this new relationship between domain and project in the reseller spec | 14:53 |
ayoung | ah | 14:53 |
rodrigods | ayoung, you are right, it's something we should focus first | 14:53 |
ayoung | reseller is a loaded term | 14:53 |
ayoung | I mean, I see why you are using that, but it is a business term, not an identity term | 14:53 |
raildo | ayoung, I'll discuss with rodrigods this gap in the spec, and we'll update the spec | 14:53 |
ayoung | but, sure | 14:53 |
rodrigods | ayoung, and we will absolute need your help, once you have a moment :) | 14:54 |
ayoung | make sure you address it from the perspective of Horizon requirements | 14:54 |
raildo | yeah, its a business term but its more easier to explain what we are implementing | 14:54 |
ayoung | ++ | 14:54 |
rodrigods | ayoung, and... is there anything on your list, mainly in the policy part you need help right now? | 14:54 |
ayoung | reseller means " we are jumping over organizational boundaries, and we need to provide information hiding capabilities." | 14:55 |
rodrigods | ayoung, good phrase | 14:55 |
raildo | ayoung, ++ | 14:56 |
ayoung | rodrigods, so the spec should answer this: "The client of the reseller goes to Horizon. what do they see there?" | 14:56 |
ayoung | "The reseller goes to Horizon. What do they see there?" | 14:56 |
ayoung | "The cloud_admin goes to Horizon. What do they see there?" | 14:56 |
*** krykowski has joined #openstack-keystone | 14:57 | |
ayoung | raildo, rodrigods I think you guys get it. Just remember that all of this needs to be done with a project scoped token. | 14:58 |
raildo | ayoung, ok, thanks for the explanation. :) | 14:59 |
*** LinstatSDR has quit IRC | 14:59 | |
openstackgerrit | henry-nash proposed openstack/keystone: Make controllers call the new, split out, role manager. https://review.openstack.org/144494 | 14:59 |
rodrigods | ayoung, it was already something we're discussing, including some design folks from Horizon | 15:00 |
ayoung | ++ | 15:00 |
rodrigods | just need to be clear about the final solution | 15:00 |
*** radez_g0n3 is now known as radez | 15:02 | |
ayoung | rodrigods, so...the real technical problem is what to do about LDAP | 15:02 |
ayoung | for assignment, that is | 15:03 |
*** boris-42 has quit IRC | 15:03 | |
ayoung | with SQL, we can assume that the domain is_a project and just update the tests accordingly: | 15:03 |
ayoung | list projects for domain will add an additional project for each test | 15:03 |
ayoung | but...in LDAP, there is no such thing. THe only thing we can do (as far as I can tell) is state "there is is a magic project that maps to the domain" and leave it at that | 15:04 |
samueldmq | henrynash, just fyi, I'm still working on the list role assignments performance patch | 15:07 |
samueldmq | henrynash, will send a working patch today :) | 15:07 |
henrynash | samueldmq: gerat | 15:08 |
*** mattfarina has joined #openstack-keystone | 15:08 | |
raildo | henrynash, hey, I answered your questions in the reseller spec: https://review.openstack.org/#/c/139824/10/specs/kilo/reseller.rst | 15:09 |
*** ajayaa has quit IRC | 15:12 | |
*** abhirc has quit IRC | 15:16 | |
*** esmute has quit IRC | 15:24 | |
*** esmute has joined #openstack-keystone | 15:27 | |
*** raildo has quit IRC | 15:31 | |
*** abhirc has joined #openstack-keystone | 15:33 | |
*** raildo has joined #openstack-keystone | 15:33 | |
*** stevemar has joined #openstack-keystone | 15:34 | |
*** ChanServ sets mode: +v stevemar | 15:34 | |
openstackgerrit | henry-nash proposed openstack/keystone: Split roles into their own backend within assignments. https://review.openstack.org/144239 | 15:34 |
openstackgerrit | henry-nash proposed openstack/keystone: Correct doc string for grant driver methods. https://review.openstack.org/144403 | 15:36 |
openstackgerrit | henry-nash proposed openstack/keystone: Make controllers call the new, split out, role manager. https://review.openstack.org/144494 | 15:37 |
openstackgerrit | henry-nash proposed openstack/keystone: Make unit tests call the new, split out, role manager. https://review.openstack.org/144548 | 15:37 |
openstackgerrit | henry-nash proposed openstack/keystone: Refactor assignment manager/driver methods https://review.openstack.org/144650 | 15:38 |
openstackgerrit | henry-nash proposed openstack/keystone: Correct comment about circular dependency. https://review.openstack.org/144850 | 15:39 |
openstackgerrit | henry-nash proposed openstack/keystone: Move projects and domains to their own backend. https://review.openstack.org/144824 | 15:40 |
rodrigods | ayoung, ++ that sounds good for now | 15:40 |
*** andreaf has quit IRC | 15:40 | |
*** andreaf has joined #openstack-keystone | 15:41 | |
openstackgerrit | henry-nash proposed openstack/keystone: Remove unused pointer to assignment in identity driver. https://review.openstack.org/145022 | 15:42 |
openstackgerrit | henry-nash proposed openstack/keystone: Make controllers and managers reference new resource manager. https://review.openstack.org/133525 | 15:42 |
openstackgerrit | henry-nash proposed openstack/keystone: Make unit tests call the new resource manager. https://review.openstack.org/130954 | 15:43 |
openstackgerrit | Merged openstack/python-keystoneclient-federation: Fix pep8 issue https://review.openstack.org/144511 | 15:44 |
openstackgerrit | henry-nash proposed openstack/keystone: Split the assignments controller https://review.openstack.org/132634 | 15:46 |
*** r-daneel has quit IRC | 15:49 | |
*** raildo has quit IRC | 15:55 | |
*** MasterPiece has quit IRC | 15:56 | |
*** richm1 is now known as richm | 16:00 | |
ayoung | lbragstad, I just realized you live in SA, which means that you have your whole musical setup there. Jam session at your house? | 16:01 |
lbragstad | ayoung: lol, I don't have any wind instruments | 16:01 |
lbragstad | just the noisy stringed ones | 16:02 |
ayoung | lbragstad, YOu play guiter, right? | 16:02 |
ayoung | guitah as they call it here | 16:02 |
rodrigods | ayoung, if after the surveys sent by morganfainberg, it is decided to deprecate LDAP assignment backend, we'll still need to work on it? | 16:02 |
ayoung | too noisy for where you live? | 16:02 |
ayoung | rodrigods, We cabn probably just skip the broken tests instead of fixing it | 16:02 |
lbragstad | ayoung: a used to quite a bit. I had to down-grade amps. | 16:03 |
ayoung | lbragstad, probably too noisy for Geekdom or the Valencia then, too | 16:03 |
ayoung | the Sax is pretty noisy as well | 16:03 |
lbragstad | ayoung: sax == no amp required | 16:04 |
*** chrisshattuck has joined #openstack-keystone | 16:04 | |
rodrigods | ayoung, ++ | 16:05 |
ayoung | rodrigods, let me see where my WIP is | 16:06 |
ayoung | rodrigods, it might make more sense to do this: | 16:06 |
ayoung | have a variable which states: domain == project. If False, then adjust the math to the lower number for projects returned from an API | 16:07 |
*** raildo has joined #openstack-keystone | 16:07 | |
ayoung | rodrigods, OK last I submitted was https://review.openstack.org/#/c/143763/ | 16:08 |
ayoung | I think I went beyond that locally | 16:08 |
rodrigods | ayoung, ok | 16:08 |
*** rvasilets has left #openstack-keystone | 16:09 | |
ayoung | rodrigods, I made the code review changes. I'm going to some git work and repost a new WIP. If you want to take it and hack on it, I would be greatly appreciative | 16:10 |
ayoung | and it would mean that you understood at a code level what I was getting at, which would help when reversing the logic for the spec. Sound good? | 16:11 |
rodrigods | ayoung, absolutely | 16:13 |
*** rushiagr is now known as rushiagr_away | 16:13 | |
ayoung | rodrigods, just pep8 check and fix and then I'll repost | 16:13 |
rodrigods | ayoung, ok | 16:13 |
ayoung | rodrigods, it is going to need a migration, too | 16:14 |
openstackgerrit | ayoung proposed openstack/keystone: domain as project https://review.openstack.org/143763 | 16:15 |
rodrigods | ayoung, sql migration, right? | 16:15 |
ayoung | rodrigods, yes. We need to create a project entry for each domain. | 16:15 |
*** henrynash has quit IRC | 16:16 | |
ayoung | Or...merge them into a single table. I think creating the entry first is the safer way to go | 16:16 |
raildo | ayoung, ++ | 16:17 |
*** lhcheng has joined #openstack-keystone | 16:18 | |
rodrigods | ayoung, so the migration will be a review prior to that one, them we can always create a project instead a domain in the create_domain() method | 16:21 |
*** lhcheng has quit IRC | 16:22 | |
*** tellesnobrega has quit IRC | 16:24 | |
ayoung | rodrigods, nah, I think the other way around | 16:25 |
ayoung | this review needs to land first, but the migration can come afterwards | 16:25 |
ayoung | you don't want to have the possibility that someone has created a domain without a corresponding project | 16:25 |
richm | When using keystone with the ldap identity backend, what attributes are used to store the default_project_id in the user entry? | 16:26 |
ayoung | so this one lands, and then all new domain must have projects. | 16:26 |
ayoung | richm, its all in the config section...I'll link | 16:26 |
ayoung | richm, starting here http://git.openstack.org/cgit/openstack/keystone/tree/keystone/common/config.py#n494 | 16:27 |
ayoung | richm, ah..you mean default project for the user? | 16:27 |
rodrigods | ayoung, hmm missed that case | 16:27 |
ayoung | rodrigods, "O diabo está nos detalhes." | 16:28 |
ayoung | richm, so the answer "there is no default project for users in the LDAP Identity backend" | 16:29 |
richm | ayoung: hmm - so that information is not stored in ldap? | 16:29 |
ayoung | richm, nope | 16:30 |
ayoung | richm, read only LDAP provided no place to put it | 16:30 |
ayoung | richm, for read-write, even, we had to conform to the simplest schema. I could have come up with something Barbaric, but chose not to. | 16:30 |
ayoung | rodrigods, if you run the LDAP backend tests, you should see a slew of failures all of the sort "5 != 7" | 16:31 |
ayoung | rodrigods, those tests are counting the number of results back from queries to list projects | 16:32 |
rodrigods | ayoung, ok (nice google translation) | 16:32 |
rodrigods | ayoung, already used to fight against LDAP since our first HMT patches | 16:32 |
richm | ayoung: This causes a difference in the output of getting a user - with the sql identity backend, the tenantID/projectID is returned - with the ldap identity backend, it is not returned | 16:33 |
ayoung | rodrigods, so what we could do is modify the tests to have both counts, and use the right count depending on LDAP vs SQL | 16:33 |
ayoung | richm, so I have this patch: | 16:33 |
ayoung | https://review.openstack.org/#/c/142521/ | 16:33 |
rodrigods | ayoung, "O diferencial está nos detalhes" | 16:33 |
rodrigods | ayoung, what we usually use in portuguese | 16:33 |
rodrigods | ayoung, just override, right? | 16:34 |
ayoung | richm, that patch should make more sense now | 16:34 |
ayoung | and then | 16:34 |
ayoung | richm, we can do this https://review.openstack.org/#/c/142591/ | 16:34 |
ayoung | richm, since the difference is based on the backend, we can't guarantee which form we are going to get. So, I'm going to force the issue. | 16:36 |
ayoung | richm, you can actually have the same thing in SQL: it is possible for a user to have no default project set. | 16:36 |
*** henrynash has joined #openstack-keystone | 16:37 | |
*** ChanServ sets mode: +v henrynash | 16:37 | |
openstackgerrit | Marek Denis proposed openstack/keystone: Implements whitelist and blacklist mapping rules https://review.openstack.org/142573 | 16:38 |
richm | ayoung: The reason I'm asking is the puppet-keystone code - when you create a user, you specify the tenant/project with the call e.g. the old cli keystone user-create foo --tenant bar ..... | 16:38 |
*** abhirc has quit IRC | 16:38 | |
ayoung | richm, if you make it explicit, you get back a token scoped to that project. | 16:38 |
ayoung | the issue is "how do you know which project to make explicit if you need a project in order to make a call to keystone to list projects." | 16:39 |
ayoung | richm, Horizon had that problem | 16:39 |
richm | ok - perhaps I will get to that later - but for now my biggest problem is this: | 16:39 |
*** krykowski has quit IRC | 16:40 | |
richm | with sql identity backend: keystone user-create foo --tenant bar ... -> keystone user-get foo returns tenantID bar | 16:40 |
richm | with ldap identity backend: keystone user-create foo --tenant bar ... -> keystone user-get foo returns no tenant ID | 16:40 |
richm | this is wreaking havoc with the puppet code | 16:40 |
richm | Is there some way I can assign the project/tenant such that keystone user-get will return the project/tenant? | 16:42 |
*** raildo has quit IRC | 16:42 | |
ayoung | Nope | 16:43 |
richm | ok | 16:43 |
*** krykowski has joined #openstack-keystone | 16:43 | |
henrynash | ayoung, stevemar, morganfainberg: really would like to get at least the first of my chain of assignment split patches today……any chance of a llok at: https://review.openstack.org/#/c/144239/17 (rebase is still running jenkins right now) | 16:43 |
ayoung | richm, how about guaranteeing that there is no project there? | 16:43 |
ayoung | henrynash, didn't I +2 all yours already? | 16:44 |
richm | that explains that problem - then I'm going to have to disabuse puppet-keystone of the assumption that user-get foo will have a tenant/project ID :P | 16:44 |
ayoung | richm, yes, please | 16:44 |
henrynash | ayoung: you did (and a fine +2 it was)…had to rebase to take another change in the sample config generator!!! | 16:45 |
ayoung | henrynash, consider mine sticky unless you do any significant rewrite | 16:45 |
stevemar | henrynash, i am looking at it while i eat lunch | 16:45 |
henrynash | ayoung: thx | 16:45 |
henrynash | stevemar: messy! | 16:45 |
morganfainberg | henrynash: I got about ⅓ through it yesterday. It's still a massive chunk of code. | 16:45 |
ayoung | henrynash, looking, though | 16:45 |
ayoung | morganfainberg, yes it is | 16:46 |
morganfainberg | Nothing seemed out of place. So far | 16:46 |
ayoung | but vast swathes are just moving around...I wish the diffs could show that | 16:46 |
morganfainberg | ++ | 16:46 |
morganfainberg | That would be nice. | 16:47 |
*** tellesnobrega has joined #openstack-keystone | 16:47 | |
henrynash | ayoung: ++ that would be really useful | 16:47 |
ayoung | henrynash, since we are dreaming, I would also like the Moon-on-a-stick | 16:48 |
*** Ctina has joined #openstack-keystone | 16:48 | |
henrynash | ayounng: just the moon? | 16:48 |
ayoung | No. Not just. | 16:48 |
henrynash | ayoung: oh, just to start…yep, perfectly reasonable | 16:49 |
ayoung | I got some chubby guy that sounded like Steve Carell to steal it for me but he gave it back. | 16:49 |
openstackgerrit | Merged openstack/keystonemiddleware: Move to hacking 0.10 https://review.openstack.org/146353 | 16:52 |
*** rwsu has joined #openstack-keystone | 16:59 | |
openstackgerrit | Merged openstack/keystonemiddleware: Correct failures for check H238 https://review.openstack.org/146357 | 17:00 |
*** avozza is now known as zz_avozza | 17:02 | |
*** jamielennox|away is now known as jamielennox | 17:03 | |
jamielennox | we doing a meeting? | 17:06 |
rodrigods | jamielennox, it will be in a hour? | 17:08 |
jamielennox | ... what the hell - did my phone get me up an hour early | 17:08 |
jamielennox | not impressed | 17:09 |
*** boris-42 has joined #openstack-keystone | 17:12 | |
morganfainberg | stevemar, ping | 17:13 |
morganfainberg | stevemar, https://blueprints.launchpad.net/keystone/+spec/cadf-everywhere | 17:13 |
stevemar | morganfainberg, yo | 17:16 |
morganfainberg | stevemar, is that bp going to land in k2? | 17:17 |
rodrigods | ayoung, is the Oslo Policy Cores complete? :P | 17:17 |
stevemar | morganfainberg, hope so, going to start hacking away at it soon, to have something to review for midcycle | 17:17 |
morganfainberg | stevemar, ++ just checking | 17:17 |
morganfainberg | :) | 17:18 |
morganfainberg | ayoung, ... i want C++ style overloading of methods. | 17:20 |
morganfainberg | ayoung, it would make stabilizing our driver interfaces ... a bit easier. | 17:21 |
*** gyee has joined #openstack-keystone | 17:21 | |
*** ChanServ sets mode: +v gyee | 17:21 | |
rodrigods | morganfainberg, ++ | 17:21 |
morganfainberg | rodrigods, i've seen awful attempts at making it happen in python w/ decorators. | 17:22 |
morganfainberg | rodrigods, it is scary metaprogramming that makes code unmaintainable. | 17:22 |
morganfainberg | rodrigods, but doesn't mean i don't want the functionality :( | 17:22 |
*** krykowski has quit IRC | 17:22 | |
*** lhcheng has joined #openstack-keystone | 17:22 | |
rodrigods | morganfainberg, hehe true | 17:22 |
rodrigods | morganfainberg, Python is a funny language IMO, you can do almost everything but... With some workarounds | 17:23 |
morganfainberg | s/workarounds/ugly omg what are you doing workarounds/ | 17:23 |
morganfainberg | :P | 17:23 |
rodrigods | tried to use an euphemism :P | 17:24 |
rodrigods | not me trying, just see people doing hehe | 17:25 |
rodrigods | and the language itself does | 17:25 |
morganfainberg | yeah | 17:25 |
rodrigods | the my_object_method(self): for example | 17:25 |
*** _cjones_ has joined #openstack-keystone | 17:25 | |
rodrigods | was the first "what?" that I had once coding in Python for the first time | 17:26 |
morganfainberg | the self self selfing of python, yep | 17:26 |
stevemar | oh morganfainberg heres a first hack at the extension stuff http://docs-draft.openstack.org/93/146793/1/check/gate-keystone-docs/808a5e2//doc/build/html/extensions.html | 17:28 |
morganfainberg | yay | 17:28 |
morganfainberg | i like it | 17:29 |
morganfainberg | i'd like to see some reformatting of the Status | 17:29 |
morganfainberg | so we can drop the "NOTE" part, but i know that is sphinx/rst magic | 17:29 |
morganfainberg | I'd like to remove "Extensions" as a section | 17:30 |
morganfainberg | if possible, make that a "stub" and say we're moving to... modules? | 17:30 |
morganfainberg | or something else | 17:30 |
morganfainberg | stevemar, ^ | 17:30 |
stevemar | yeah i know we're trying to kill the word extensions | 17:31 |
morganfainberg | :) | 17:31 |
dstanek | do old reviews still get auto-abandoned? | 17:31 |
morganfainberg | dstanek, no. | 17:31 |
stevemar | I tried last night to eliminate the NOTE part, but no luck =\ | 17:31 |
morganfainberg | dstanek, i did a massive cleanup that one day. | 17:31 |
morganfainberg | dstanek, but it's manual atm | 17:31 |
morganfainberg | stevemar, lets focus on scrubbing "Extension" as a word first, the note part we can iterate on | 17:32 |
dstanek | morganfainberg: thx. i saw a few things that i'd pick up if the author goes away and wanter to make sure they don't drop away without me knowing | 17:32 |
morganfainberg | dstanek, that is exactly why we don't auto-expire now | 17:32 |
morganfainberg | stevemar, this is a great first pass | 17:32 |
morganfainberg | *shameless plug* Don't forget to vote for the board and the resolutions | 17:35 |
morganfainberg | this is a super important vote and needs lots of turnout | 17:35 |
morganfainberg | otherwise the bylaws changes cannot be considered reviewed by the community | 17:35 |
*** krykowski has joined #openstack-keystone | 17:36 | |
stevemar | marekd, online? | 17:37 |
* morganfainberg goes for coffee pre-meeting | 17:39 | |
*** rushiagr_away is now known as rushiagr | 17:40 | |
*** links has quit IRC | 17:40 | |
*** jistr has quit IRC | 17:40 | |
openstackgerrit | Steve Martinelli proposed openstack/keystone-specs: Service Provider for K2K https://review.openstack.org/135604 | 17:41 |
nkinder | stevemar: so I'm waiting on the mod_auth_mellon doc until ECP is working there | 17:41 |
stevemar | nkinder, ah | 17:41 |
nkinder | stevemar: it's not very useful for keystone without ECP | 17:41 |
stevemar | fair enough, you could just use a disclaimer at the top :) | 17:41 |
nkinder | stevemar: ECP implementation is in progress though, so hopefully not too far away | 17:42 |
stevemar | but i can't promise morganfainberg doesn't give you a piece of his mind when he sees you :O | 17:42 |
stevemar | any takers on https://review.openstack.org/135604 ? | 17:42 |
*** a2hill has joined #openstack-keystone | 17:44 | |
openstackgerrit | Jamie Lennox proposed openstack/python-keystoneclient: Add name parameter to NoMatchingPlugin exception https://review.openstack.org/139898 | 17:45 |
rm_work | Are keystone Sessions now the recommended way to do auth, over the old style of auth used in clients like novaclient.client.Client(VERSION, USERNAME, PASSWORD, AUTH_URL) ? | 17:45 |
rm_work | or is it just "two options"? | 17:45 |
jamielennox | rm_work: recommended | 17:46 |
rm_work | is there something that *says* that? | 17:46 |
rm_work | I totally believe you | 17:46 |
rm_work | but I have to document somewhere why we're using one over the other | 17:47 |
rm_work | and apparently "because I think one is recommended" isn't holding water :P | 17:47 |
jamielennox | i'm pretty sure we say that in our documentation | 17:48 |
jamielennox | let me see | 17:48 |
a2hill | I beliebe you now, rm_work :P | 17:48 |
rm_work | a2hill: thanks a2hill :P | 17:48 |
rm_work | hmm i will read it again | 17:48 |
rm_work | maybe the same bits where the session stuff is introduced? | 17:48 |
jamielennox | http://docs.openstack.org/developer/python-keystoneclient/using-api-v3.html#non-session-authentication-deprecated | 17:49 |
*** diegows has quit IRC | 17:49 | |
a2hill | bam | 17:49 |
rm_work | ah ha yeah | 17:49 |
rm_work | just found it myself too | 17:50 |
rm_work | cool | 17:50 |
rm_work | thanks | 17:50 |
jamielennox | rm_work: however i agree and it's time to start logging deprecation messages for people that don't use the session stuff | 17:50 |
*** ajayaa has joined #openstack-keystone | 17:50 | |
jamielennox | actually does anyone remember a mailing list thread about a library that did deprecation handling correctly? did that ever come about? | 17:51 |
morganfainberg | I don't think it did | 17:51 |
*** krykowski has quit IRC | 17:52 | |
*** EmilienM is now known as EmilienM|afk | 17:53 | |
jamielennox | morganfainberg: any idea what it was called - i can't seem to find it in lists | 17:53 |
*** raildo has joined #openstack-keystone | 17:55 | |
morganfainberg | jamielennox: I remember seeing it no idea what it was called. | 17:56 |
openstackgerrit | Brant Knudson proposed openstack/keystonemiddleware: Correct failures for check E122 https://review.openstack.org/146355 | 17:57 |
*** krykowski has joined #openstack-keystone | 17:57 | |
*** nellysmi_ has quit IRC | 17:57 | |
samueldmq | morganfainberg, will we have meeting today? | 17:58 |
morganfainberg | samueldmq: yes | 17:58 |
samueldmq | ack | 17:58 |
morganfainberg | Meeeeeeeeeeeting time | 17:59 |
*** topol has joined #openstack-keystone | 18:02 | |
*** ChanServ sets mode: +v topol | 18:02 | |
*** zz_avozza is now known as avozza | 18:02 | |
*** timcline has joined #openstack-keystone | 18:03 | |
*** _cjones_ has quit IRC | 18:05 | |
*** abhirc_ has joined #openstack-keystone | 18:05 | |
*** openstac_ has joined #openstack-keystone | 18:07 | |
*** _cjones_ has joined #openstack-keystone | 18:16 | |
*** david_hu has joined #openstack-keystone | 18:22 | |
*** aix has quit IRC | 18:23 | |
*** EmilienM|afk is now known as EmilienM | 18:24 | |
*** rushiagr is now known as rushiagr_away | 18:28 | |
dolphm | morganfainberg: can a bug filed against "keystone" in launchpad be tracked against a bug fix in keystone-specs today? not sure how the bots are configured | 18:31 |
morganfainberg | dolphm, it should work that way | 18:32 |
*** trey has joined #openstack-keystone | 18:32 | |
morganfainberg | dolphm, keystone-specs should be grouped. i'll 2x check post meeting and submit a fix if not | 18:32 |
*** avozza is now known as zz_avozza | 18:32 | |
dolphm | morganfainberg: thanks | 18:32 |
*** Ctina has quit IRC | 18:33 | |
*** Ctina has joined #openstack-keystone | 18:34 | |
*** raildo has quit IRC | 18:34 | |
*** afaranha has joined #openstack-keystone | 18:36 | |
*** harlowja_away is now known as harlowja | 18:39 | |
trey | are there any recommended keystone identity and assignment drivers that support local SQL users/projects/roles but also allow auth for users against LDAP? something designed to incorporate a read-only ldap directory basically | 18:42 |
morganfainberg | trey, we doing our weekly meeting, should be done in ~20mins and then more folks will be around to answer questions (just so you don't feel like we're ignoring you) | 18:43 |
openstackgerrit | Samuel de Medeiros Queiroz proposed openstack/keystone-specs: Fixes role inheritance API inconsistency https://review.openstack.org/146949 | 18:45 |
samueldmq | ayoung, morganfainberg, henrynash, bknudson ^ | 18:51 |
ayoung | henrynash, see http://adam.younglogic.com/2014/05/keystone-federation-via-mod_lookup_identity/ and nkinder 's blog post https://blog-nkinder.rhcloud.com/?p=130 | 18:56 |
*** mgarza_ has joined #openstack-keystone | 18:57 | |
lbragstad | gyee: something like it, https://github.com/openstack/oslo.config/blob/70c5b67df353f70f0253dd7b8bcc66c871f842ff/oslo_config/tests/test_cfg.py#L2898 | 18:57 |
lbragstad | gyee: but I think its just does what bknudson describes | 18:58 |
*** hichtakk has joined #openstack-keystone | 18:58 | |
gyee | lbragstad, ha, secret=true | 19:00 |
morganfainberg | bknudson, lets do the non-spec bps today/tomorrow in this channel | 19:01 |
bknudson | ok | 19:01 |
morganfainberg | gyee, lbragstad, dolphm, ayoung, jamielennox, henrynash, stevemar, topol, nkinder, dstanek, ^^ | 19:01 |
ayoung | nkinder gyee henrynash so SSSD dynamically handling multiple domains is something that is under development even as we speak | 19:01 |
bknudson | I was thinking next time I would update the meeting agenda just before the meeting and put my stuff at the top. | 19:02 |
gyee | ayoung, awesome! | 19:02 |
dstanek | morganfainberg: when are you thinking? | 19:02 |
morganfainberg | bknudson, i'd like to get those dealt with before next meeting | 19:02 |
henrynash | ayoung: so I’m a big fan of doing that….but can we ignore the current way of doing ldap | 19:02 |
*** ajayaa has quit IRC | 19:02 | |
henrynash | whats SSSD ? | 19:02 |
morganfainberg | dstanek, after TC meeting today? | 19:02 |
ayoung | gyee, henrynash I'll link | 19:02 |
morganfainberg | dstanek, or after x-project i mean | 19:02 |
ayoung | http://sssd.fedorahosted.org/ | 19:02 |
ayoung | henrynash, let's just say that Keystone is not the first place that multiple LDAP has reared its ugly head. | 19:03 |
morganfainberg | SSSD is cool when it works right. last time i tried it on ubuntu it was... wonky, but that was a couple versions (of ubuntu) ago | 19:03 |
gyee | morganfainberg, sure | 19:03 |
ayoung | gah. | 19:03 |
morganfainberg | haven't tried in trustty | 19:03 |
morganfainberg | trusty* | 19:03 |
ayoung | henrynash, try instead https://fedorahosted.org/sssd/ | 19:03 |
morganfainberg | in precise it was bad. | 19:03 |
ayoung | " SSSD is a system daemon. Its primary function is to provide access to identity and authentication remote resource through a common framework that can provide caching and offline support to the system. It provides PAM and NSS modules, and in the future will D-BUS based interfaces for extended user information. It provides also a better database to store local users as well as extended user data. " | 19:03 |
henrynash | ayoung: ok, got it | 19:04 |
morganfainberg | ayoung, this is much like going back to the PAM module...but less sucky | 19:04 |
morganfainberg | :) | 19:04 |
dstanek | morganfainberg: ok, i'll be around then - i think that's 17:00 EST/22:00 UTC | 19:04 |
krykowski | morganfainberg: I gotta go, getting pretty late in here :) I'd like to help with implementing/driving the topic of versionedobjects. Am I allowed to submit spec for it now, event if it can occur in L-release? | 19:04 |
bknudson | are SSSD clients typically the pam module, or are they expected to reimplement the client? (is there a python client?) | 19:04 |
morganfainberg | krykowski, absolutely, i recommend submitting it to the backlog | 19:04 |
ayoung | morganfainberg, yeah. it means we have a solution that works at the OS level. Both good an bad. But for people that want to make their VMs work with LDAP as well as the keystone layer, it makes a lot of sense | 19:05 |
gyee | morganfainberg, I need to go dark for about an hour or so in the afternoon, but should be available the rest of the day | 19:05 |
morganfainberg | gyee, sure. plan is post x-project meeting which is 2100utc? dstanek is that right? | 19:05 |
* morganfainberg checks | 19:05 | |
krykowski | will need to dig for what is backlog then ; ) | 19:05 |
morganfainberg | krykowski, the backlog is just a directory in the specs repo | 19:06 |
bknudson | you're still going to have downtime even with versioned objects... you need to upgrade the database schema sometime. | 19:06 |
ayoung | 17:00 EST? I can do that | 19:06 |
nkinder | bknudson: there is a PAM provider and a NSS provider | 19:06 |
henrynash | ayoung: alos, I like the idea of making ldap support be a true federated approach…I just find that most customers are not ready for the implications of federated assignments | 19:06 |
gyee | morgainfainberg, sounds good | 19:06 |
nkinder | bknudson: so clients that use PAM will just end up using SSSD with no changes when it's configured | 19:06 |
marekd | stevemar: i am only now :( | 19:06 |
krykowski | <morganfainberg> thanks very much, good night! | 19:06 |
stevemar | marekd, it's all good, i fixed up the patch | 19:06 |
*** amakarov is now known as amakarov_away | 19:06 | |
morganfainberg | krykowski, and please come back here tomorrow/next day and we can talk more in irc :) | 19:06 |
dstanek | morganfainberg: gyee: yes, pretty sure; so after would be around 22:00 UTC | 19:06 |
morganfainberg | krykowski, have a good night! | 19:07 |
bknudson | nkinder: ayoung: I was wondering what the proposal would be to use SSSD ... bring back the pam backend or something else. | 19:07 |
krykowski | sure is ;) | 19:07 |
marekd | stevemar: which one? | 19:07 |
gyee | nkinder, does mod_mellon with with ECP? | 19:07 |
morganfainberg | dstanek, yeah it's 2100 | 19:07 |
*** krykowski has quit IRC | 19:07 | |
stevemar | gyee, not yet apparently | 19:07 |
morganfainberg | nkinder, gyee, i think it was said ECP and mellon isn't there yet | 19:07 |
ayoung | bknudson, nah...sssd will be accessed via an apache module and then hit the mapping like any other federated approach | 19:07 |
morganfainberg | but is in works. | 19:07 |
bknudson | ayoung: ah, that's better. | 19:07 |
nkinder | bknudson: PAM is just authentication, not user lookup of various attributes | 19:07 |
morganfainberg | gyee, meaning SHIB is currently the only option | 19:07 |
stevemar | marekd, hmmm, SP api/spec | 19:07 |
henrynash | ayoung: they are still in the” Ok, these named users get this role, Adam is specical so he gets that role, all these others get these otehr roles etc.”….teh idea of group mapping, how you manage and visualize that is a bit of a stretch | 19:07 |
gyee | k, I was wondering about that | 19:07 |
ayoung | bknudson, I did a proof-of-concept about a year ago | 19:07 |
morganfainberg | gyee, can a HUP be used on shibd to read from the metatdata-directory? | 19:08 |
*** atiwari has joined #openstack-keystone | 19:08 | |
morganfainberg | gyee, [the glob equiv metadata directive] | 19:08 |
stevemar | morganfainberg, any reason you didn't push through https://review.openstack.org/#/c/135604/ ? | 19:08 |
gyee | not sure | 19:08 |
morganfainberg | gyee, if so, that is better than "restart" | 19:08 |
gyee | morganfainberg, not sure, I'll have to give it a try | 19:08 |
marekd | stevemar: ah, ok | 19:08 |
marekd | stevemar: thanks for fixing that. | 19:08 |
stevemar | np | 19:08 |
morganfainberg | stevemar, in case there were more comments, i don't push specs through without a delay on them from my +2 if there is only one other core | 19:08 |
ayoung | henrynash, the nice thing about using SSSD is it solves the mapping at both the Keystone level and for the VMs as well. | 19:08 |
nkinder | bknudson: if a user comes to keystone with a kerberos ticket for auth, SSSD can fetch group information and other attributes for the user and provide it all to keystone (all handled in httpd and SSSD up front) | 19:09 |
henrynash | ayoung: true | 19:09 |
stevemar | morganfainberg, oh okay | 19:09 |
morganfainberg | stevemar, i figure it can land tonight/first thing tomorrow | 19:09 |
ayoung | I did this in 2014 05...so not quite a year ago | 19:09 |
morganfainberg | gives a couple hours for people to review | 19:09 |
stevemar | yeah, alright, makes sense | 19:09 |
stevemar | marekd, talking about your SP patch ^ | 19:09 |
ayoung | I've promised nkinder I would update using the new federation code, so I don't have to hack "SAML" as the auth plugin | 19:10 |
morganfainberg | stevemar, feel free to push it through later today/tomorrow early | 19:10 |
henrynash | ayoung: mayb we should attempt to get a “experimental” version of straight LDAP-via-feddration into Kilo? | 19:10 |
stevemar | i'll push it through late tonight, so marek can work on it tomorrow :) | 19:10 |
morganfainberg | stevemar, since your east-coast time / some timezone not as late as pst | 19:10 |
ayoung | henrynash, no need. It works now. | 19:10 |
marekd | stevemar: uhm. | 19:10 |
morganfainberg | marekd, that landing in K2? | 19:10 |
ayoung | You need to use mod_lookup_identity | 19:10 |
morganfainberg | marekd, assuming approved today? | 19:10 |
ayoung | the question is how to make that work alongside mod_mellon | 19:10 |
morganfainberg | or k3? | 19:10 |
henrynash | ayoung: ok, so let’s add it to the documention of fedration or something | 19:10 |
marekd | morganfainberg: what is a deadline for K2 ? | 19:10 |
nkinder | ayoung: what about when domains are used? | 19:10 |
morganfainberg | Feb 5 | 19:10 |
ayoung | but 2 different auth urls.... | 19:10 |
marekd | morganfainberg: oh, so, pretty much yes. | 19:11 |
morganfainberg | about 3.5 weeks out | 19:11 |
ayoung | nkinder, SSSD puts domain in as an env var | 19:11 |
morganfainberg | marekd, great. will tag the bp to k2 and mark as blocked until spec lands | 19:11 |
nkinder | henrynash: +1 on documenting it (assuming it all is working already) | 19:11 |
ayoung | so two different LDAP servers -> 2 Kerberos realms -> 2 keystone domains | 19:11 |
marekd | morganfainberg: roger that. | 19:11 |
stevemar | marekd, i think we had code for this during the last release too | 19:11 |
nkinder | ayoung: do you have a writeup thay can be used to seed the documentation for all of this? | 19:11 |
ayoung | nkinder, of course | 19:12 |
ayoung | http://adam.younglogic.com/2014/05/mod_lookup_identity/ | 19:12 |
marekd | morganfainberg: stevemar: I would like ask for reviews of https://review.openstack.org/#/c/139013 | 19:12 |
ayoung | and then | 19:12 |
ayoung | http://adam.younglogic.com/2014/05/keystone-federation-via-mod_lookup_identity/ | 19:12 |
marekd | nkinder: ^^ you too | 19:12 |
henrynash | yep, saw that one | 19:12 |
stevemar | marekd there it is: https://review.openstack.org/#/c/104623/ | 19:12 |
henrynash | ok..defintely a topic for other “getting-increasingly-cammed” midcycle! | 19:12 |
nkinder | marekd: I'll review that this afternoon | 19:13 |
henrynash | crammed, even | 19:13 |
morganfainberg | marekd, https://blueprints.launchpad.net/keystone/+spec/k2k-service-providers | 19:13 |
marekd | stevemar: yeah, i will restore. | 19:13 |
nkinder | henrynash: it's so crammed the "r" wouldn't fit | 19:13 |
marekd | morganfainberg: thanks! | 19:13 |
morganfainberg | nkinder, you're not at the midcycle right? | 19:13 |
henrynash | nkinder: ha! | 19:13 |
ayoung | I use a spring loaded Camming Device | 19:14 |
gyee | what's the recommended transportation for the midcycle? taxi, bus, uber, train? | 19:14 |
nkinder | morganfainberg: no. :( Going to be flying to DC, then back, then to CZ | 19:14 |
morganfainberg | nkinder, damn | 19:14 |
gyee | from airport I mean | 19:14 |
ayoung | http://en.wikipedia.org/wiki/Spring-loaded_camming_device | 19:14 |
morganfainberg | gyee, i'm renting a car. so i'd say taxi, and since we're leaving on the same flight out, i'll cover getting us to the airport | 19:14 |
bknudson | gyee: I took a shuttle bus that stopped at different hotels. | 19:14 |
henrynash | gyee: well, from england, all those suck for me…. | 19:14 |
morganfainberg | gyee or shuttle | 19:14 |
ayoung | mostly Camalots and Aliens, but I think I have a Metolius or two on my rack as well | 19:14 |
marekd | morganfainberg: stevemar : for the service_providers in service catalog - shall we implement some options like "return service_providers only after POST /v3/auth/tokens?service_providers" ? | 19:15 |
ayoung | gyee, Topol is running an airport shuttle. | 19:15 |
gyee | sweeet | 19:15 |
ayoung | heh | 19:15 |
topol | ayoung. I am ? | 19:15 |
ayoung | topol, yes you are | 19:15 |
topol | if you get in when I get in | 19:15 |
henrynash | topol & rickshaw…. | 19:15 |
morganfainberg | ayoung, right! i heard he's getting a fancy car.. like a rolls for the trip | 19:15 |
gyee | topol, so what's the schedule for your limo? | 19:15 |
ayoung | does the Valencia have a shuttle? | 19:15 |
morganfainberg | ayoung, he can be a chauffeur | 19:15 |
stevemar | i plan on cabbing it | 19:16 |
bknudson | ayoung: last time I took a shuttle to & from valencia | 19:16 |
stevemar | marekd, i don't get the question | 19:16 |
ayoung | bknudson, run by the Valencia? | 19:16 |
bknudson | ayoung: no, it stopped at different hotels | 19:16 |
marekd | stevemar: should 'service_providers' be included in service catalog *always* ? | 19:16 |
marekd | or only if client explicitely asks for that. | 19:16 |
bknudson | ayoung: there was a station at the airport near the baggage claim. | 19:16 |
stevemar | marekd, definitely not, we will get beat up for that | 19:17 |
morganfainberg | gyee, didn't you hear it's not a limo, it's a bugatti | 19:17 |
topol | gyee I get in at 7:53 pm. If you get in around then I can take you to the Valencia | 19:17 |
stevemar | only if client asks for it | 19:17 |
ayoung | we all arriving Sunday night? | 19:17 |
stevemar | bknudson, it was free? | 19:17 |
gyee | topol, I'll take the shuttle then, my flight land on 10pm Sunday | 19:17 |
topol | I got a midsize. Which is better than the yugo they normally give me in SAT | 19:17 |
gyee | I'll carpool with morganfainberg on the way back | 19:17 |
marekd | stevemar: ok, /v3/auth/tokens?service_providers should be fine ? | 19:17 |
bknudson | stevemar: it was not free. | 19:17 |
morganfainberg | topol, i don't get a choice, avis always gives me a mid-size | 19:17 |
topol | gyee, good. Cause I want to head somehwere where I can watch some footbal and drink | 19:18 |
morganfainberg | topol, i even asked for economy once, was told they didn't have any | 19:18 |
bknudson | stevemar: but the company paid for it (don't tell topol) | 19:18 |
stevemar | bknudson, what was the cost? | 19:18 |
gyee | topol, if this is a week earlier I would be able to watch my buckeyes in person | 19:18 |
bknudson | stevemar: I don't remember but it was reasonable... it's just a shuttle bus. | 19:18 |
ayoung | topol, let me see... | 19:18 |
topol | gyee your buckeyes? and my wifes buckeyes | 19:18 |
morganfainberg | marekd, that should be fine. - but we may want to always include them tbh | 19:18 |
topol | gyee my house was happy last night | 19:19 |
gyee | topol, class of 96 | 19:19 |
topol | gyee my wife was class of 93 | 19:19 |
gyee | the john cooper days | 19:19 |
morganfainberg | marekd, to help limit issues with needing to specifically ask if you suddenly want to use an SP, needing to re-auth/re-scope seems wonky | 19:19 |
ayoung | SAT 10:00pm | 19:19 |
stevemar | bknudson, looks like its 19 bucks, IIRC it's around 25 for a cab, meh ... not saving much | 19:19 |
topol | gyee, oy. those big bear commercials | 19:20 |
morganfainberg | marekd, if i want to consume another SP's resources suddenly | 19:20 |
ayoung | too late for topol 's livery service | 19:20 |
morganfainberg | e.g. burst | 19:20 |
bknudson | stevemar: you get to see more of the city. | 19:20 |
* morganfainberg arrives around 4pm CST in SAT | 19:20 | |
gyee | topol, ha, not sure big bear still exist anymore | 19:20 |
topol | gyee not sure cooper exists anymore | 19:20 |
marekd | morganfainberg: ok, i will be including them always | 19:20 |
bknudson | stevemar: you can see the alamo. | 19:20 |
marekd | morganfainberg: if that doesn't work we can easily change it. | 19:20 |
stevemar | ayoung, 11pm for me :( | 19:21 |
* topol coaches should not do big bear commercials when they cant beat michigan | 19:21 | |
morganfainberg | marekd, ++ i think that is the best bet, lets make sure filtering works though. so we can limit which SPs show up for which people/projects/domains/etc | 19:21 |
topol | will anyone be watching football in SAT Sunday night | 19:21 |
marekd | morganfainberg: what exactly do you mean for filtering? | 19:21 |
ayoung | topol, not I | 19:21 |
morganfainberg | marekd, similar to endpoint filtering | 19:21 |
gyee | topol, yeah man, we were 0-4 during my time there | 19:21 |
morganfainberg | topol, happy to watch a game and drink beers | 19:21 |
* ayoung watched his one Football game for this year | 19:22 | |
topol | does Chez dolphm have a big flat screen? | 19:22 |
topol | ayoung sorry. it was brutal as always | 19:22 |
morganfainberg | but i don't know where i'd watch the game | 19:22 |
ayoung | topol, not always. I have a long memory. | 19:22 |
bknudson | do they play football in texas? | 19:22 |
ayoung | we went 2-2 when I was a Cadet | 19:22 |
topol | morganfainberg lets plan on it! | 19:22 |
ayoung | bknudson, yeah, but they call it Soccer | 19:22 |
marekd | morganfainberg: one more thing - does this deserves a spec? https://blueprints.launchpad.net/keystone/+spec/idp-id-registration | 19:23 |
bknudson | I thought they just bribed the refs? | 19:23 |
topol | morganfainberg I'll ping you when I get in the rental car | 19:23 |
morganfainberg | marekd, lets review that for no-spec after x-project meeting. | 19:24 |
morganfainberg | marekd, i think that one could be a no-spec | 19:24 |
jamielennox | is warnings.warn() with DeprecationWarning sufficient for marking things deprecated in client or should it be written to a LOG as well? | 19:24 |
morganfainberg | marekd, you can add it to the list on the meeting wiki page | 19:24 |
marekd | morganfainberg: keystone meetings wiki or sth else? | 19:24 |
morganfainberg | keystone meeting | 19:25 |
morganfainberg | thats the list we'll be going from. | 19:25 |
marekd | morganfainberg: ok | 19:25 |
bknudson | jamielennox: my opinion is warnings.warn() now that I've looked at it. | 19:25 |
topol | ayoung what I don't get is Navy folks have to be small to fit in subs and ships. yet they still clobber army whose folks should be able to be giants | 19:25 |
bknudson | jamielennox: applications can configure warnings to log if they want. | 19:26 |
marekd | morganfainberg: or, since I still want to extend this patch i will create a spec for "idp + multiple remote_ids attributes" and use this code as a base. | 19:26 |
jamielennox | bknudson: right, you can do logging.capturewarnings however by default deprecationwarnings don't get printed so i just don't know if it's strong enough | 19:26 |
marekd | then we could actually need a spec. | 19:26 |
ayoung | topol, Army recruits leaders that can also play football. Navy recruits football players. Which one do you think is doing it wrong? | 19:26 |
morganfainberg | marekd,ok | 19:26 |
bknudson | jamielennox: we might want to have a subclass of deprecationwarning for client use. | 19:26 |
marekd | morganfainberg: we are almost done with bugging you :-) | 19:26 |
trey | with separate role authorization and user authentication (http://docs.openstack.org/admin-guide-cloud/content/configuring-keystone-for-ldap-backend-assignments.html) -- what's recommended for dealing with service accounts if the LDAP service is read-only? | 19:26 |
jamielennox | bknudson: would result in the same problem if depreationwarnings aren't printed by default i think | 19:27 |
bknudson | jamielennox: I think as long as we document in the api docs that we use deprecationwarning then it's their own fault if they don't see it. | 19:27 |
jamielennox | bknudson: i'm happy with that call | 19:27 |
marekd | morganfainberg: https://review.openstack.org/#/c/139013/14 and https://review.openstack.org/#/c/142573/ . If you can review it we could also land it in K2 (or long before). Those two patches implement 'mapping enhancements' bp. | 19:27 |
marekd | stevemar: ayoung bknudson ^^ | 19:28 |
topol | ayoung. Fair enough. I dont have a dog in the commanders cup saga | 19:28 |
topol | fight | 19:28 |
morganfainberg | trey, you can use SQL for the service users. | 19:28 |
trey | oh cool | 19:28 |
morganfainberg | trey, and then LDAP for the other users. but SQL needs to be used for the default domain | 19:29 |
morganfainberg | LDAP would need to be configured for other domains (making this v3 only) | 19:29 |
trey | that's perfect | 19:29 |
morganfainberg | trey, configuring it is ... let me find the link | 19:29 |
morganfainberg | trey, http://docs.openstack.org/developer/keystone/configuration.html#domain-specific-drivers | 19:30 |
trey | thank you | 19:30 |
morganfainberg | trey, it does require Juno or later | 19:30 |
trey | i'm using juno :D | 19:30 |
morganfainberg | trey, perfect | 19:30 |
morganfainberg | trey, ayoung has done a deployment [test] with it using FreeIPA. it's really cool | 19:30 |
openstackgerrit | Lin Hua Cheng proposed openstack/keystone: On creation default service name to empty string https://review.openstack.org/146962 | 19:30 |
bknudson | let me verify something with service users in their own domain -- service users need to be in the default domain, right? | 19:30 |
morganfainberg | bknudson, right now i think so. | 19:31 |
bknudson | at least they did before auth_token middleware supports auth plugin. | 19:31 |
morganfainberg | trey, ^ | 19:31 |
morganfainberg | bknudson, right | 19:31 |
bknudson | and nova at least doesn't support v3 yet? | 19:31 |
bknudson | nova with neutron client. | 19:32 |
morganfainberg | yeah i think that is where it falls over | 19:32 |
morganfainberg | nova itself doesn't care about v3 vs v2 | 19:32 |
morganfainberg | it's just userid/projectid it cares abouty | 19:32 |
morganfainberg | and roles | 19:32 |
samueldmq | stevemar, ping | 19:33 |
*** lhcheng has quit IRC | 19:33 | |
*** lhcheng has joined #openstack-keystone | 19:34 | |
openstackgerrit | Samuel de Medeiros Queiroz proposed openstack/keystone: Fixes several typos on configuration doc https://review.openstack.org/146258 | 19:34 |
openstackgerrit | Samuel de Medeiros Queiroz proposed openstack/keystone: Fixes spacing in sentences on configuration doc https://review.openstack.org/146259 | 19:34 |
openstackgerrit | Samuel de Medeiros Queiroz proposed openstack/keystone: Limit lines length on configuration doc https://review.openstack.org/146260 | 19:34 |
openstackgerrit | Samuel de Medeiros Queiroz proposed openstack/keystone: Update Inherited Role Assignment Extension section https://review.openstack.org/146261 | 19:34 |
morganfainberg | marekd, is mapping-enhancements k2 as well? | 19:36 |
*** lhcheng_ has joined #openstack-keystone | 19:36 | |
marekd | morganfainberg: patchets are waiting for review. | 19:37 |
morganfainberg | k | 19:37 |
morganfainberg | tagging to k2 | 19:37 |
marekd | https://review.openstack.org/#/c/139013/14 and https://review.openstack.org/#/c/142573/ | 19:37 |
ayoung | jamielennox, $ openstack project list | 19:38 |
ayoung | ERROR: cliff.app 'super' object has no attribute 'load_commands' | 19:38 |
ayoung | that is using the F21 version.... | 19:38 |
jamielennox | mmm, stevemar ^ ? | 19:38 |
ayoung | I wonder if I need something out of some staging repo? It is also likely that OSC is picking up some stray python lib I installed via PIP at some point. | 19:39 |
*** atiwari has quit IRC | 19:39 | |
*** lhcheng has quit IRC | 19:39 | |
jamielennox | ayoung: it could be an outdated cliff | 19:39 |
jamielennox | or... | 19:40 |
ayoung | Installing : python-cliff-1.6.1-3.fc21.noarch | 19:40 |
jamielennox | try again with --debug i think that prints a traceback | 19:40 |
ayoung | that was part of the yum install | 19:40 |
stevemar | hmmm | 19:40 |
ayoung | File "/opt/stack/python-openstackclient/openstackclient/common/commandmanager.py", line 40, in load_commands | 19:40 |
stevemar | morganfainberg, yes it's k2 as well, that one should be okay | 19:40 |
openstackgerrit | Rodrigo Duarte proposed openstack/keystone-specs: Hierarchical Multitenancy Improvements https://review.openstack.org/135309 | 19:41 |
ayoung | $ openstack --version | 19:41 |
ayoung | openstack 1.0.0.3 | 19:41 |
stevemar | ayoung, if it's not too late, try adding --debug | 19:41 |
stevemar | whua? 1.0.0.3 ? | 19:41 |
ayoung | stevemar, this is what is packaged with Fedora 21 | 19:41 |
stevemar | ahhh | 19:41 |
ayoung | paste.fedoraproject.org/169216/78053142 | 19:41 |
stevemar | i wonder what python version that is based off of | 19:41 |
jamielennox | ayoung: that doesn't sound right, why would fedora package into /opt/stack | 19:42 |
jamielennox | i think you have a dev version getting in the way | 19:42 |
ayoung | $ python --version | 19:42 |
ayoung | Python 2.7.8 | 19:42 |
ayoung | jamielennox, heh | 19:42 |
ayoung | almost certainly. | 19:42 |
stevemar | yeah, osc is running from /opt/stack and cliff from the right location /usr/lib/python2.7 | 19:43 |
*** zzzeek has quit IRC | 19:43 | |
ayoung | stevemar, I've had a slew of these issues...devstackisms | 19:43 |
stevemar | we keep getting these packaging / installation errors/bugs (for osc), i'm wondering if theres something we can do to make it a better user experience (cc dtroyer) | 19:44 |
bknudson | stevemar: the error reporting could definitely be better... shouldn't need to --debug every time. | 19:45 |
*** zzzeek has joined #openstack-keystone | 19:45 | |
*** zzzeek has quit IRC | 19:45 | |
jamielennox | bknudson: that's actually something all the clients do, they surpress the traceback without --debug | 19:45 |
ayoung | I think the problem is this file /usr/lib/python2.7/site-packages/python-openstackclient.egg-link | 19:45 |
jamielennox | they should probably only do it for CommandErrors or whatever osc calls it | 19:45 |
ayoung | $ rpmquery -f /usr/lib/python2.7/site-packages/python-openstackclient.egg-link | 19:45 |
ayoung | file /usr/lib/python2.7/site-packages/python-openstackclient.egg-link is not owned by any package | 19:45 |
jamielennox | ayoung: yes, egg-link will take priority over the folder i think | 19:46 |
ayoung | still something wrong | 19:46 |
stevemar | oh is RH actually including the 1.0.1 release, that would be neat http://cbs.centos.org/koji/buildinfo?buildID=536 | 19:47 |
openstackgerrit | Samuel de Medeiros Queiroz proposed openstack/keystone: Fixes spacing in sentences on configuration doc https://review.openstack.org/146259 | 19:47 |
openstackgerrit | Samuel de Medeiros Queiroz proposed openstack/keystone: Limit lines length on configuration doc https://review.openstack.org/146260 | 19:47 |
openstackgerrit | Samuel de Medeiros Queiroz proposed openstack/keystone: Update Inherited Role Assignment Extension section https://review.openstack.org/146261 | 19:47 |
samueldmq | stevemar, ^ | 19:49 |
samueldmq | stevemar, I rebased that chain, as you suggested | 19:49 |
ayoung | how do I see the path for a module after it is loaded? | 19:51 |
stevemar | samueldmq, excellent | 19:53 |
jamielennox | ayoung: i always do | 19:54 |
jamielennox | >>> import module_name | 19:54 |
jamielennox | >>> module_name | 19:54 |
jamielennox | the __repr__ string will give you the path | 19:54 |
jamielennox | don't know how to do it in code | 19:55 |
ayoung | import openstackclient | 19:55 |
ayoung | >>> openstackclient | 19:55 |
ayoung | <module 'openstackclient' from '/opt/stack/python-openstackclient/openstackclient/__init__.pyc'> | 19:55 |
ayoung | so...why.... | 19:55 |
ayoung | I don't have a venv or python-path set | 19:55 |
ayoung | I killed the egg info in /usr/lib/python2.7/site-packages | 19:55 |
jamielennox | restart python | 19:56 |
ayoung | I did | 19:56 |
*** gyee has quit IRC | 19:56 | |
ayoung | that was from a new prompt | 19:56 |
jamielennox | try pip remove python-openstackclient | 19:56 |
jamielennox | it'll prompt you with the thing it's going to remove | 19:57 |
ayoung | OK...doing a yum erase first... | 19:57 |
ayoung | pip remove python-openstackclient | 19:58 |
ayoung | ERROR: unknown command "remove" | 19:58 |
jamielennox | uninstall maybe | 19:58 |
ayoung | uninstall | 19:58 |
jamielennox | can never keep that straight between pip, yum, apt whatever | 19:58 |
ayoung | pip uninstall python-openstackclient | 19:58 |
ayoung | Can't uninstall 'python-openstackclient'. No files were found to uninstall. | 19:58 |
jamielennox | lol, hmm | 19:58 |
jamielennox | a lesson in using venvs? :p | 19:59 |
ayoung | >>> import openstackclient | 19:59 |
ayoung | >>> openstackclient | 19:59 |
ayoung | <module 'openstackclient' from '/opt/stack/python-openstackclient/openstackclient/__init__.pyc'> | 19:59 |
openstackgerrit | Rodrigo Duarte proposed openstack/keystone-specs: Reseller https://review.openstack.org/139824 | 20:00 |
*** lhcheng has joined #openstack-keystone | 20:01 | |
morganfainberg | ayoung, pythonpath including . ? | 20:01 |
rodrigods | ayoung, domain is a project now is there ^ | 20:01 |
morganfainberg | marekd, some concerns on the mapped group enhancements and possible bottlenecks due to repeated calls to identity_api | 20:01 |
morganfainberg | marekd, we're already very chatty, this could introduce 2x calls for groups to the identity_api, and repeated domain lookups. | 20:02 |
*** foster__ has joined #openstack-keystone | 20:02 | |
*** lhcheng_ has quit IRC | 20:04 | |
foster__ | can someone help me understand the issue I am seeing (I believe it's with keystone), but I am new to openstack and wanted to verify..I am receiving the badrequest: specifying 'tenant_id' other than authenticated tenant (neutron + ovs) | 20:04 |
foster__ | I am able to run keystone user-list...etc | 20:04 |
*** foster__ has left #openstack-keystone | 20:05 | |
*** timcline has quit IRC | 20:07 | |
*** zz_avozza is now known as avozza | 20:10 | |
stevemar | foster left so quickly :( | 20:12 |
*** zzzeek has joined #openstack-keystone | 20:12 | |
openstackgerrit | Samuel de Medeiros Queiroz proposed openstack/keystone: Fixes several typos on configuration doc https://review.openstack.org/146258 | 20:13 |
openstackgerrit | Samuel de Medeiros Queiroz proposed openstack/keystone: Fixes spacing in sentences on configuration doc https://review.openstack.org/146259 | 20:13 |
openstackgerrit | Samuel de Medeiros Queiroz proposed openstack/keystone: Limit lines length on configuration doc https://review.openstack.org/146260 | 20:13 |
openstackgerrit | Samuel de Medeiros Queiroz proposed openstack/keystone: Update Inherited Role Assignment Extension section https://review.openstack.org/146261 | 20:13 |
marekd | morganfainberg: ok | 20:13 |
morganfainberg | samueldmq, sorry for the nit on the verbiage there. | 20:13 |
morganfainberg | samueldmq, but regenerable i think was a worse word to use ;) | 20:14 |
*** david-lyle has joined #openstack-keystone | 20:16 | |
samueldmq | morganfainberg, np, always glad to receive feedbacks :) | 20:17 |
samueldmq | morganfainberg, stevemar thanks for the reviews | 20:18 |
stevemar | samueldmq, np | 20:18 |
stevemar | bknudson, rodrigods can you re-review this patch: https://review.openstack.org/#/c/130593/ i made the bp that was required, to address your only comments | 20:18 |
*** avozza is now known as zz_avozza | 20:20 | |
*** mikedillion has joined #openstack-keystone | 20:20 | |
morganfainberg | nkinder, https://bugs.launchpad.net/keystone/+bug/1408845 ping | 20:23 |
uvirtbot | Launchpad bug 1408845 in keystone "Disabling user in ldap breaks user-list for project" [Undecided,New] | 20:23 |
morganfainberg | nkinder, that looooks like some enabled logic is potentially weird or suffers some misconfiguration | 20:24 |
ayoung | morganfainberg, no pythonpath set, but I see a few /opt/stack values in sys.path | 20:25 |
rodrigods | stevemar, +1 (would be a +2 +A if I could :) ) | 20:27 |
stevemar | rodrigods, thanks, but i think we ran into a problem with importing the federation_api, bknudson anything we can do about that? you're the dependency guy | 20:29 |
stevemar | bknudson, fyi you're the dependency guy now | 20:29 |
morganfainberg | would anyone complain if we dropped SQLite support completely? | 20:29 |
morganfainberg | well i mean from a migration perspective | 20:30 |
*** _cjones_ has quit IRC | 20:30 | |
marekd | bknudson: stevemar @dependency.optional() is our remedy for self.federation_api ? | 20:30 |
*** hichtakk has quit IRC | 20:30 | |
bknudson | marekd: yes, I just commented on the review. | 20:31 |
rodrigods | stevemar, yeah, something like https://github.com/openstack/keystone/blob/master/keystone/token/providers/common.py#L442 | 20:31 |
marekd | bknudson: ok, i will change it. | 20:31 |
ayoung | /usr/lib/python2.7/site-packages/openstackclient | 20:32 |
*** hichtakk has joined #openstack-keystone | 20:32 | |
*** hichtakk has quit IRC | 20:32 | |
*** hichtakk has joined #openstack-keystone | 20:33 | |
*** hichtakk has quit IRC | 20:33 | |
*** hichtakk has joined #openstack-keystone | 20:33 | |
*** hichtakk has quit IRC | 20:33 | |
*** hichtakk has joined #openstack-keystone | 20:34 | |
*** hichtakk has quit IRC | 20:34 | |
*** hichtakk has joined #openstack-keystone | 20:34 | |
*** hichtakk has quit IRC | 20:35 | |
*** mikedillion has quit IRC | 20:36 | |
stevemar | ayoung, yay? finally get it? | 20:36 |
*** hichtakk has joined #openstack-keystone | 20:36 | |
ayoung | nope | 20:36 |
*** hichtakk has quit IRC | 20:36 | |
bknudson | marekd: I'm surprised that passed jenkins as is... I think something must be importing federation api even when it's not enabled in the paste pipeline. | 20:36 |
*** hichtakk has joined #openstack-keystone | 20:36 | |
*** hichtakk has quit IRC | 20:36 | |
*** hichtakk has joined #openstack-keystone | 20:37 | |
*** hichtakk has quit IRC | 20:37 | |
ayoung | /usr/lib/python2.7/site-packages/easy-install.pth:3:/opt/stack/python-openstackclient | 20:37 |
*** hichtakk has joined #openstack-keystone | 20:37 | |
*** hichtakk has quit IRC | 20:38 | |
openstackgerrit | Brant Knudson proposed openstack/keystonemiddleware: Enforce check F821 and H304 https://review.openstack.org/146356 | 20:38 |
*** hichtakk has joined #openstack-keystone | 20:38 | |
*** hichtakk has quit IRC | 20:38 | |
*** hichtakk has joined #openstack-keystone | 20:39 | |
*** hichtakk has quit IRC | 20:39 | |
*** hichtakk has joined #openstack-keystone | 20:39 | |
*** hichtakk has quit IRC | 20:39 | |
*** hichtakk has joined #openstack-keystone | 20:40 | |
marekd | bknudson: hm. | 20:40 |
bknudson | marekd: I had a note to myself to investigate it but no time so far. | 20:40 |
*** hichtakk has quit IRC | 20:41 | |
*** hichtakk has joined #openstack-keystone | 20:41 | |
*** hichtakk has quit IRC | 20:41 | |
*** hichtakk has joined #openstack-keystone | 20:42 | |
openstackgerrit | Brant Knudson proposed openstack/keystonemiddleware: Correct failures for check H703 https://review.openstack.org/146358 | 20:42 |
*** hichtakk has quit IRC | 20:42 | |
*** hichtakk has joined #openstack-keystone | 20:42 | |
*** hichtakk has quit IRC | 20:42 | |
*** boris-42 has quit IRC | 20:43 | |
*** hichtakk has joined #openstack-keystone | 20:43 | |
*** hichtakk has quit IRC | 20:43 | |
*** hichtakk has joined #openstack-keystone | 20:43 | |
stevemar | bknudson, i suspect it's because the conditional check for 'is_federation_token' was always false for the regular token tests, and it never hit the federation_api | 20:43 |
*** hichtakk has quit IRC | 20:43 | |
*** hichtakk has joined #openstack-keystone | 20:44 | |
stevemar | bknudson, you really should have set up the pep8 fixes linearly :P | 20:44 |
*** _cjones_ has joined #openstack-keystone | 20:44 | |
ayoung | "Physician Heal Thyself"...find myself in an interesting predicament. I have an Openstack deployemnt, and I can get a token via the V2 API, but I have no idea what my domain is to make V3 calls | 20:45 |
*** hichtakk has quit IRC | 20:45 | |
rodrigods | ayoung, oslo.policy, any news? | 20:45 |
*** hichtakk has joined #openstack-keystone | 20:45 | |
ayoung | rodrigods, GAH! | 20:45 |
ayoung | NO! | 20:45 |
ayoung | what? | 20:45 |
ayoung | Ok...context shift | 20:45 |
openstackgerrit | Marek Denis proposed openstack/keystone: Scope federated token with 'token' identity method https://review.openstack.org/130593 | 20:46 |
*** hichtakk has quit IRC | 20:46 | |
*** _cjones_ has quit IRC | 20:46 | |
marekd | bknudson: stevemar rodrigods ^^ | 20:46 |
rodrigods | ayoung, get used to it :P (if not already) | 20:46 |
rodrigods | marekd, tests passing? | 20:46 |
*** hichtakk has joined #openstack-keystone | 20:46 | |
*** hichtakk has quit IRC | 20:46 | |
marekd | checked test_v3_federation only. | 20:46 |
ayoung | https://review.openstack.org/#/c/146645/ | 20:46 |
*** hichtakk has joined #openstack-keystone | 20:46 | |
bknudson | stevemar: if the extension wasn't loaded then dependency.required should have failed. | 20:46 |
*** hichtakk has quit IRC | 20:47 | |
bknudson | stevemar: the server should have failed to start. | 20:47 |
openstackgerrit | Merged openstack/keystone: Move to hacking 0.10 https://review.openstack.org/146334 | 20:47 |
*** hichtakk has joined #openstack-keystone | 20:47 | |
ayoung | rodrigods, what is the pypi project named? | 20:47 |
openstackgerrit | Tom Cameron proposed openstack/keystone-specs: Fix MD to RST formatting https://review.openstack.org/146977 | 20:47 |
rodrigods | ayoung, my launchpad is rodrigodsousa, btw ;P | 20:47 |
*** hichtakk has quit IRC | 20:47 | |
rodrigods | ayoung, oslo.policy, we can't access | 20:47 |
rodrigods | since we do not have any packages yet | 20:47 |
rodrigods | but it's there | 20:47 |
*** hichtakk has joined #openstack-keystone | 20:47 | |
marekd | rodrigods: test_auth, test_auth_plugin too. | 20:48 |
*** hichtakk has quit IRC | 20:48 | |
ayoung | rodrigods, cool. let me fix the ABC order comment he made | 20:48 |
*** hichtakk has joined #openstack-keystone | 20:48 | |
*** hichtakk has quit IRC | 20:48 | |
*** hichtakk has joined #openstack-keystone | 20:49 | |
*** hichtakk has quit IRC | 20:49 | |
*** mgarza_ has quit IRC | 20:49 | |
*** hichtakk has joined #openstack-keystone | 20:49 | |
*** hichtakk has quit IRC | 20:49 | |
rodrigods | ayoung, ++ | 20:49 |
openstackgerrit | Merged openstack/keystone: Correct failures for H238 https://review.openstack.org/146335 | 20:49 |
openstackgerrit | Merged openstack/keystone: Updated from global requirements https://review.openstack.org/146694 | 20:50 |
*** hichtakk has joined #openstack-keystone | 20:50 | |
*** hichtakk has quit IRC | 20:51 | |
*** _cjones_ has joined #openstack-keystone | 20:51 | |
rodrigods | ayoung, do you have a pypi account so I can add you as package maintainer there? | 20:51 |
*** hichtakk has joined #openstack-keystone | 20:51 | |
*** hichtakk has quit IRC | 20:51 | |
*** hichtakk has joined #openstack-keystone | 20:52 | |
*** hichtakk has quit IRC | 20:52 | |
*** hichtakk has joined #openstack-keystone | 20:52 | |
*** hichtakk has quit IRC | 20:52 | |
*** hichtakk has joined #openstack-keystone | 20:53 | |
*** hichtakk has quit IRC | 20:53 | |
*** henrynash has quit IRC | 20:53 | |
*** hichtakk has joined #openstack-keystone | 20:53 | |
*** hichtakk has quit IRC | 20:53 | |
*** hichtakk has joined #openstack-keystone | 20:54 | |
*** hichtakk has quit IRC | 20:54 | |
openstackgerrit | Merged openstack/keystone: add missing parent_id parameter check in project schema https://review.openstack.org/146796 | 20:54 |
*** hichtakk has joined #openstack-keystone | 20:54 | |
*** hichtakk has quit IRC | 20:54 | |
morganfainberg | rodrigods, only one that matters is openstackci | 20:55 |
*** hichtakk has joined #openstack-keystone | 20:55 | |
morganfainberg | rodrigods, don't worry about anyone else. | 20:55 |
*** hichtakk has quit IRC | 20:55 | |
morganfainberg | rodrigods, in fact, don't add anyone else preferably. | 20:55 |
morganfainberg | only openstackci should ever push anything there. | 20:55 |
*** hichtakk has joined #openstack-keystone | 20:55 | |
rodrigods | morganfainberg, ++ | 20:55 |
*** hichtakk has quit IRC | 20:56 | |
rodrigods | morganfainberg, regarding oslo policy cores, anything? :) | 20:56 |
*** hichtakk has joined #openstack-keystone | 20:56 | |
ayoung | rodrigods, no idea...let me check | 20:56 |
morganfainberg | that will be handled once the project is merged in | 20:56 |
*** hichtakk has quit IRC | 20:56 | |
morganfainberg | as the core-team in gerrit wont exist till then | 20:56 |
morganfainberg | after that it's easy to add people to it | 20:56 |
morganfainberg | LP group can be already managed by ayoung | 20:56 |
*** hichtakk has joined #openstack-keystone | 20:56 | |
morganfainberg | and governance change will happen tomorrow | 20:57 |
rodrigods | morganfainberg, ayoung, ++ | 20:57 |
*** hichtakk has quit IRC | 20:57 | |
morganfainberg | just saw in the TC meeting, so the project can merge into gerrit after that | 20:57 |
rodrigods | great news :) | 20:57 |
*** hichtakk has joined #openstack-keystone | 20:57 | |
openstackgerrit | Tom Cameron proposed openstack/keystone-specs: Fix MD to RST formatting https://review.openstack.org/146977 | 20:57 |
*** hichtakk has quit IRC | 20:57 | |
*** hichtakk has joined #openstack-keystone | 20:57 | |
ayoung | rodrigods, it should be admiyo | 20:58 |
*** hichtakk has quit IRC | 20:58 | |
*** hichtakk has joined #openstack-keystone | 20:58 | |
openstackgerrit | Brant Knudson proposed openstack/keystone: Use RequestBodySizeLimiter from oslo.middleware https://review.openstack.org/144697 | 20:58 |
*** hichtakk has quit IRC | 20:58 | |
morganfainberg | marekd, re: ADFS 3rd party CI | 20:58 |
morganfainberg | marekd, they're doing hyper-v summit soon, so i think busy | 20:58 |
*** hichtakk has joined #openstack-keystone | 20:59 | |
morganfainberg | will reach out after i'm done with travel this week | 20:59 |
morganfainberg | (friday) so hopefully we can have some kind of chat before end of midcycle w/ the MS folks. | 20:59 |
*** hichtakk has quit IRC | 20:59 | |
*** hichtakk has joined #openstack-keystone | 20:59 | |
rodrigods | ayoung, admiyo ? | 20:59 |
*** hichtakk has quit IRC | 20:59 | |
*** hichtakk has joined #openstack-keystone | 21:00 | |
ayoung | rodrigods, my pypi account name | 21:00 |
*** hichtakk has quit IRC | 21:00 | |
rodrigods | ayoung, ah, ok... but as morganfainberg said, just openstackci | 21:00 |
rodrigods | heh | 21:00 |
*** hichtakk has joined #openstack-keystone | 21:00 | |
*** hichtakk has quit IRC | 21:00 | |
ayoung | rodrigods, nah. add me to it now, and we can remove later | 21:01 |
*** hichtakk has joined #openstack-keystone | 21:01 | |
rodrigods | ayoung, my account is rodrigodsousa (<morganfainberg> LP group can be already managed by ayoung) | 21:01 |
*** hichtakk has quit IRC | 21:02 | |
*** hichtakk has joined #openstack-keystone | 21:02 | |
*** hichtakk has quit IRC | 21:02 | |
*** hichtakk has joined #openstack-keystone | 21:03 | |
*** hichtakk has quit IRC | 21:03 | |
*** hichtakk has joined #openstack-keystone | 21:03 | |
*** hichtakk has quit IRC | 21:04 | |
*** hichtakk has joined #openstack-keystone | 21:04 | |
*** hichtakk has quit IRC | 21:04 | |
*** jsavak has joined #openstack-keystone | 21:04 | |
*** hichtakk has joined #openstack-keystone | 21:04 | |
*** nkinder has quit IRC | 21:04 | |
*** hichtakk has quit IRC | 21:05 | |
*** hichtakk has joined #openstack-keystone | 21:05 | |
*** hichtakk_ has joined #openstack-keystone | 21:06 | |
*** hichtakk has quit IRC | 21:06 | |
*** david-ly_ has joined #openstack-keystone | 21:07 | |
*** hichtakk_ has quit IRC | 21:07 | |
*** joesavak has quit IRC | 21:07 | |
*** hichtakk has joined #openstack-keystone | 21:07 | |
*** hichtakk has quit IRC | 21:07 | |
rodrigods | ayoung, thx :) | 21:07 |
*** hichtakk has joined #openstack-keystone | 21:07 | |
*** hichtakk has quit IRC | 21:08 | |
*** hichtakk has joined #openstack-keystone | 21:08 | |
*** david-lyle has quit IRC | 21:09 | |
*** hichtakk has quit IRC | 21:09 | |
*** hichtakk has joined #openstack-keystone | 21:09 | |
*** hichtakk has quit IRC | 21:10 | |
*** hichtakk has joined #openstack-keystone | 21:10 | |
*** hichtakk has quit IRC | 21:11 | |
*** hichtakk has joined #openstack-keystone | 21:11 | |
*** david-ly_ has quit IRC | 21:12 | |
*** hichtakk has quit IRC | 21:12 | |
*** hichtakk has joined #openstack-keystone | 21:12 | |
*** gyee has joined #openstack-keystone | 21:12 | |
*** ChanServ sets mode: +v gyee | 21:12 | |
*** hichtakk has quit IRC | 21:12 | |
*** hichtakk has joined #openstack-keystone | 21:12 | |
*** hichtakk has quit IRC | 21:14 | |
*** hichtakk has joined #openstack-keystone | 21:14 | |
*** hichtakk has quit IRC | 21:14 | |
*** hichtakk has joined #openstack-keystone | 21:14 | |
*** hichtakk has quit IRC | 21:15 | |
*** hichtakk has joined #openstack-keystone | 21:15 | |
*** hichtakk has quit IRC | 21:15 | |
*** hichtakk has joined #openstack-keystone | 21:16 | |
*** hichtakk has quit IRC | 21:17 | |
*** hichtakk_ has joined #openstack-keystone | 21:17 | |
*** nkinder has joined #openstack-keystone | 21:17 | |
*** hichtakk_ has quit IRC | 21:17 | |
*** hichtakk has joined #openstack-keystone | 21:18 | |
*** hichtakk has quit IRC | 21:18 | |
*** hichtakk has joined #openstack-keystone | 21:18 | |
*** hichtakk has quit IRC | 21:19 | |
*** hichtakk has joined #openstack-keystone | 21:19 | |
*** hichtakk has quit IRC | 21:19 | |
*** hichtakk has joined #openstack-keystone | 21:20 | |
*** hichtakk has quit IRC | 21:20 | |
*** hichtakk has joined #openstack-keystone | 21:20 | |
*** hichtakk has quit IRC | 21:21 | |
*** hichtakk has joined #openstack-keystone | 21:22 | |
richm | stevemar: ping - I'm trying to get comprehensive docs for openstack client 0.3 (since that is unfortunately our lowest common denominator :P ) - specifically, is the openstack $obj show --format shell supported by all $obj in 0.3? | 21:22 |
*** hichtakk has quit IRC | 21:23 | |
stevemar | richm, eww 0.3... | 21:23 |
*** hichtakk has joined #openstack-keystone | 21:23 | |
stevemar | i think so, --format shell is a cliff thing, and we've always used cliff | 21:23 |
*** hichtakk has quit IRC | 21:23 | |
*** joesavak has joined #openstack-keystone | 21:24 | |
*** hichtakk has joined #openstack-keystone | 21:24 | |
richm | yeah - how can I find out for sure? short of installing 0.3 and trying all of the $obj show commands | 21:24 |
*** hichtakk has quit IRC | 21:24 | |
*** hichtakk has joined #openstack-keystone | 21:24 | |
*** hichtakk has quit IRC | 21:24 | |
*** edmondsw has quit IRC | 21:25 | |
*** hichtakk has joined #openstack-keystone | 21:25 | |
*** hichtakk has quit IRC | 21:25 | |
*** dims__ has quit IRC | 21:25 | |
*** hichtakk has joined #openstack-keystone | 21:25 | |
*** hichtakk has quit IRC | 21:25 | |
*** dims__ has joined #openstack-keystone | 21:26 | |
*** hichtakk has joined #openstack-keystone | 21:26 | |
*** hichtakk has quit IRC | 21:26 | |
stevemar | richm, i think that's the only way, but like i said, it's a function of cliff, maybe see what version of cliff we relied on for 0.3 and ensure --format shell works for that version | 21:26 |
*** jsavak has quit IRC | 21:26 | |
*** hichtakk has joined #openstack-keystone | 21:26 | |
stevemar | richm, fwiw, redhat is packaging osc 1.0.1 now | 21:26 |
*** hichtakk has quit IRC | 21:27 | |
stevemar | debian packaging is a bit behind, maybe i have to poke someone | 21:27 |
*** hichtakk has joined #openstack-keystone | 21:27 | |
*** hichtakk has quit IRC | 21:27 | |
*** hichtakk has joined #openstack-keystone | 21:27 | |
*** hichtakk has quit IRC | 21:28 | |
*** dims__ has quit IRC | 21:28 | |
*** dims__ has joined #openstack-keystone | 21:28 | |
*** hichtakk has joined #openstack-keystone | 21:28 | |
*** hichtakk has quit IRC | 21:28 | |
*** hichtakk has joined #openstack-keystone | 21:29 | |
*** hichtakk has quit IRC | 21:29 | |
*** hichtakk has joined #openstack-keystone | 21:29 | |
richm | stevemar: yeah, it's the debian packaging that is the lowest common denominator | 21:29 |
stevemar | i thought they were at 0.4.1 ? | 21:29 |
*** hichtakk_ has joined #openstack-keystone | 21:30 | |
*** hichtakk has quit IRC | 21:30 | |
*** hichtakk_ has quit IRC | 21:31 | |
*** hichtakk has joined #openstack-keystone | 21:31 | |
*** hichtakk has quit IRC | 21:31 | |
*** hichtakk has joined #openstack-keystone | 21:32 | |
*** tziom has quit IRC | 21:32 | |
*** harlowja has quit IRC | 21:32 | |
*** rdo has quit IRC | 21:32 | |
*** mfisch has quit IRC | 21:32 | |
*** swartulv has quit IRC | 21:32 | |
*** x58 has quit IRC | 21:32 | |
*** rodrigods has quit IRC | 21:32 | |
*** lvh has quit IRC | 21:32 | |
*** navid_ has quit IRC | 21:32 | |
*** uvirtbot has quit IRC | 21:32 | |
*** gyee has quit IRC | 21:32 | |
*** abhirc_ has quit IRC | 21:32 | |
*** gordc has quit IRC | 21:32 | |
*** wpf has quit IRC | 21:32 | |
*** dims__ has quit IRC | 21:32 | |
*** joesavak has quit IRC | 21:32 | |
*** openstac_ has quit IRC | 21:32 | |
*** jorge_munoz has quit IRC | 21:32 | |
*** jell has quit IRC | 21:32 | |
*** kragniz has quit IRC | 21:32 | |
*** gabriel-bezerra has quit IRC | 21:32 | |
richm | there is some version of debian that uses 0.3 - see https://review.openstack.org/#/c/145986/ | 21:32 |
*** lhcheng has quit IRC | 21:33 | |
*** lsmola has quit IRC | 21:33 | |
*** afazekas has quit IRC | 21:33 | |
*** toddnni has quit IRC | 21:33 | |
*** bknudson has quit IRC | 21:33 | |
*** serverascode has quit IRC | 21:33 | |
*** wanghong has quit IRC | 21:33 | |
*** hogepodge has quit IRC | 21:33 | |
*** jamiec has quit IRC | 21:33 | |
*** hichtakk has joined #openstack-keystone | 21:34 | |
*** gabriel-bezerra has joined #openstack-keystone | 21:34 | |
*** uvirtbot has joined #openstack-keystone | 21:34 | |
*** navid_ has joined #openstack-keystone | 21:34 | |
*** lvh has joined #openstack-keystone | 21:34 | |
*** rodrigods has joined #openstack-keystone | 21:34 | |
*** x58 has joined #openstack-keystone | 21:34 | |
*** kragniz has joined #openstack-keystone | 21:34 | |
*** jell has joined #openstack-keystone | 21:34 | |
*** swartulv has joined #openstack-keystone | 21:34 | |
*** mfisch has joined #openstack-keystone | 21:34 | |
*** rdo has joined #openstack-keystone | 21:34 | |
*** jorge_munoz has joined #openstack-keystone | 21:34 | |
*** wpf has joined #openstack-keystone | 21:34 | |
*** harlowja has joined #openstack-keystone | 21:34 | |
*** tziom has joined #openstack-keystone | 21:34 | |
*** gordc has joined #openstack-keystone | 21:34 | |
*** abhirc_ has joined #openstack-keystone | 21:34 | |
*** openstac_ has joined #openstack-keystone | 21:34 | |
*** gyee has joined #openstack-keystone | 21:34 | |
*** joesavak has joined #openstack-keystone | 21:34 | |
*** dims__ has joined #openstack-keystone | 21:34 | |
*** lhcheng has joined #openstack-keystone | 21:34 | |
*** lsmola has joined #openstack-keystone | 21:34 | |
*** afazekas has joined #openstack-keystone | 21:34 | |
*** toddnni has joined #openstack-keystone | 21:34 | |
*** bknudson has joined #openstack-keystone | 21:34 | |
*** serverascode has joined #openstack-keystone | 21:34 | |
*** wanghong has joined #openstack-keystone | 21:34 | |
*** hogepodge has joined #openstack-keystone | 21:34 | |
*** jamiec has joined #openstack-keystone | 21:34 | |
*** sendak.freenode.net sets mode: +vv gyee bknudson | 21:34 | |
*** hichtakk has quit IRC | 21:34 | |
*** hichtakk has joined #openstack-keystone | 21:34 | |
*** hichtakk has quit IRC | 21:35 | |
*** hichtakk has joined #openstack-keystone | 21:35 | |
*** hichtakk has quit IRC | 21:35 | |
*** swartulv has quit IRC | 21:35 | |
dstanek | how are there so many reviews in my queue | 21:35 |
*** hichtakk has joined #openstack-keystone | 21:35 | |
*** hichtakk has quit IRC | 21:35 | |
*** xxj has quit IRC | 21:35 | |
*** HenryG has quit IRC | 21:35 | |
*** xxj has joined #openstack-keystone | 21:35 | |
*** hichtakk has joined #openstack-keystone | 21:35 | |
*** hichtakk has quit IRC | 21:36 | |
*** hichtakk has joined #openstack-keystone | 21:36 | |
*** tellesnobrega has quit IRC | 21:36 | |
*** andreaf has quit IRC | 21:36 | |
*** ayoung has quit IRC | 21:36 | |
*** erkules has quit IRC | 21:36 | |
*** dstanek has quit IRC | 21:36 | |
lbragstad | dstanek: it's a never ending battle! | 21:36 |
*** hichtakk has quit IRC | 21:36 | |
*** hichtakk has joined #openstack-keystone | 21:37 | |
*** swartulv has joined #openstack-keystone | 21:37 | |
*** tellesnobrega has joined #openstack-keystone | 21:37 | |
*** ayoung has joined #openstack-keystone | 21:37 | |
*** erkules has joined #openstack-keystone | 21:37 | |
*** dstanek has joined #openstack-keystone | 21:37 | |
*** sendak.freenode.net sets mode: +vv ayoung dstanek | 21:37 | |
*** HenryG has joined #openstack-keystone | 21:37 | |
*** jaosorior has quit IRC | 21:38 | |
stevemar | lbragstad, it really it | 21:38 |
*** afaranha has quit IRC | 21:38 | |
*** chrisshattuck has quit IRC | 21:38 | |
*** jimbaker has quit IRC | 21:38 | |
*** samueldmq has quit IRC | 21:38 | |
*** tsufiev has quit IRC | 21:38 | |
*** redrobot has quit IRC | 21:38 | |
*** therve has quit IRC | 21:38 | |
*** ekarlso- has quit IRC | 21:38 | |
*** grantbow has quit IRC | 21:38 | |
*** hichtakk has quit IRC | 21:39 | |
*** hichtakk has joined #openstack-keystone | 21:39 | |
*** hichtakk has quit IRC | 21:40 | |
*** afaranha has joined #openstack-keystone | 21:40 | |
*** chrisshattuck has joined #openstack-keystone | 21:40 | |
*** jimbaker has joined #openstack-keystone | 21:40 | |
*** samueldmq has joined #openstack-keystone | 21:40 | |
*** tsufiev has joined #openstack-keystone | 21:40 | |
*** therve has joined #openstack-keystone | 21:40 | |
*** ekarlso- has joined #openstack-keystone | 21:40 | |
*** grantbow has joined #openstack-keystone | 21:40 | |
*** hichtakk has joined #openstack-keystone | 21:40 | |
*** redrobot has joined #openstack-keystone | 21:40 | |
*** hichtakk has quit IRC | 21:41 | |
*** redrobot is now known as Guest80861 | 21:41 | |
*** hichtakk has joined #openstack-keystone | 21:41 | |
*** david-lyle has joined #openstack-keystone | 21:41 | |
*** hichtakk has quit IRC | 21:41 | |
*** hichtakk has joined #openstack-keystone | 21:41 | |
*** hichtakk has quit IRC | 21:42 | |
*** hichtakk has joined #openstack-keystone | 21:42 | |
stevemar | richm, we shipped 0.3.0 with cliff 1.4.3, which had support for --format shell | 21:42 |
*** arif-ali has quit IRC | 21:42 | |
*** achudnovets has quit IRC | 21:42 | |
stevemar | https://github.com/openstack/cliff/blob/1.4.3/cliff/formatters/shell.py | 21:42 |
*** Guest80861 is now known as redrobot | 21:42 | |
*** arif-ali has joined #openstack-keystone | 21:42 | |
*** achudnovets has joined #openstack-keystone | 21:42 | |
stevemar | https://github.com/openstack/python-openstackclient/blob/0.3.0/requirements.txt#L2 | 21:42 |
*** rwsu has quit IRC | 21:43 | |
*** esmute has quit IRC | 21:43 | |
*** zz_avozza has quit IRC | 21:43 | |
*** vhoward has quit IRC | 21:43 | |
*** csd has quit IRC | 21:43 | |
*** tristanC has quit IRC | 21:43 | |
*** xianghui has quit IRC | 21:43 | |
*** rwsu has joined #openstack-keystone | 21:43 | |
*** esmute has joined #openstack-keystone | 21:43 | |
*** zz_avozza has joined #openstack-keystone | 21:43 | |
*** vhoward has joined #openstack-keystone | 21:43 | |
*** csd has joined #openstack-keystone | 21:43 | |
*** tristanC has joined #openstack-keystone | 21:43 | |
*** xianghui has joined #openstack-keystone | 21:43 | |
*** hichtakk has quit IRC | 21:43 | |
*** marekd has quit IRC | 21:43 | |
*** marekd has joined #openstack-keystone | 21:43 | |
*** hichtakk has joined #openstack-keystone | 21:43 | |
*** hichtakk has quit IRC | 21:44 | |
*** ChanServ has quit IRC | 21:44 | |
*** openstackgerrit has quit IRC | 21:44 | |
*** alex_xu has quit IRC | 21:44 | |
*** wolsen has quit IRC | 21:44 | |
*** dguerri_ has quit IRC | 21:44 | |
*** amaurymedeiros has quit IRC | 21:44 | |
*** nkinder has quit IRC | 21:44 | |
*** _cjones_ has quit IRC | 21:44 | |
*** zzzeek has quit IRC | 21:44 | |
*** mattfarina has quit IRC | 21:44 | |
*** telemonster has quit IRC | 21:44 | |
*** jdennis has quit IRC | 21:44 | |
*** junhongl has quit IRC | 21:44 | |
*** notmyname has quit IRC | 21:44 | |
*** chmouel has quit IRC | 21:44 | |
*** marekd has quit IRC | 21:44 | |
*** rwsu has quit IRC | 21:44 | |
*** esmute has quit IRC | 21:44 | |
*** zz_avozza has quit IRC | 21:44 | |
*** vhoward has quit IRC | 21:44 | |
*** csd has quit IRC | 21:44 | |
*** tristanC has quit IRC | 21:44 | |
*** xianghui has quit IRC | 21:44 | |
*** arif-ali has quit IRC | 21:44 | |
*** achudnovets has quit IRC | 21:44 | |
*** afaranha has quit IRC | 21:44 | |
*** chrisshattuck has quit IRC | 21:44 | |
*** jimbaker has quit IRC | 21:44 | |
*** samueldmq has quit IRC | 21:44 | |
*** tsufiev has quit IRC | 21:45 | |
*** therve has quit IRC | 21:45 | |
*** ekarlso- has quit IRC | 21:45 | |
*** grantbow has quit IRC | 21:45 | |
*** tellesnobrega has quit IRC | 21:45 | |
*** ayoung has quit IRC | 21:45 | |
*** erkules has quit IRC | 21:45 | |
*** dstanek has quit IRC | 21:45 | |
*** xxj has quit IRC | 21:45 | |
*** david-lyle has quit IRC | 21:45 | |
*** tziom has quit IRC | 21:45 | |
*** harlowja has quit IRC | 21:45 | |
*** rdo has quit IRC | 21:45 | |
*** mfisch has quit IRC | 21:45 | |
*** x58 has quit IRC | 21:45 | |
*** rodrigods has quit IRC | 21:45 | |
*** lvh has quit IRC | 21:45 | |
*** navid_ has quit IRC | 21:45 | |
*** uvirtbot has quit IRC | 21:45 | |
*** gyee has quit IRC | 21:45 | |
*** abhirc_ has quit IRC | 21:45 | |
*** gordc has quit IRC | 21:45 | |
*** wpf has quit IRC | 21:45 | |
*** HenryG has quit IRC | 21:45 | |
*** dims__ has quit IRC | 21:45 | |
*** joesavak has quit IRC | 21:45 | |
*** openstac_ has quit IRC | 21:45 | |
*** jorge_munoz has quit IRC | 21:45 | |
*** jell has quit IRC | 21:45 | |
*** kragniz has quit IRC | 21:45 | |
*** gabriel-bezerra has quit IRC | 21:45 | |
*** lhcheng has quit IRC | 21:45 | |
*** lsmola has quit IRC | 21:45 | |
*** afazekas has quit IRC | 21:45 | |
*** toddnni has quit IRC | 21:45 | |
*** bknudson has quit IRC | 21:45 | |
*** serverascode has quit IRC | 21:45 | |
*** wanghong has quit IRC | 21:45 | |
*** hogepodge has quit IRC | 21:45 | |
*** jamiec has quit IRC | 21:45 | |
*** Ctina has quit IRC | 21:45 | |
*** stevemar has quit IRC | 21:46 | |
*** mflobo has quit IRC | 21:46 | |
*** amerine has quit IRC | 21:46 | |
*** mhu has quit IRC | 21:46 | |
*** rm_work has quit IRC | 21:46 | |
*** jraim has quit IRC | 21:46 | |
*** lbragstad has quit IRC | 21:46 | |
*** mgagne has quit IRC | 21:46 | |
*** dhellmann has quit IRC | 21:46 | |
*** pcaruana has quit IRC | 21:46 | |
*** rharwood has quit IRC | 21:46 | |
*** gus has quit IRC | 21:46 | |
*** gothicmindfood has quit IRC | 21:46 | |
*** anteaya has quit IRC | 21:46 | |
*** larsks has quit IRC | 21:46 | |
*** quack_quack_ has quit IRC | 21:46 | |
*** dougwig has quit IRC | 21:46 | |
*** dobson` has quit IRC | 21:46 | |
*** hugokuo has quit IRC | 21:46 | |
*** jacorob has quit IRC | 21:46 | |
*** dolphm has quit IRC | 21:46 | |
*** mancdaz has quit IRC | 21:46 | |
*** sudorandom has quit IRC | 21:46 | |
*** esp has quit IRC | 21:46 | |
*** adam_g has quit IRC | 21:46 | |
*** d0ugal has quit IRC | 21:46 | |
*** rushiagr_away has quit IRC | 21:46 | |
*** breton has quit IRC | 21:46 | |
*** BAKfr has quit IRC | 21:46 | |
*** hockeynut has quit IRC | 21:46 | |
*** morganfainberg has quit IRC | 21:46 | |
*** baffle has quit IRC | 21:46 | |
*** redrobot has quit IRC | 21:46 | |
*** david_hu has quit IRC | 21:46 | |
*** fifieldt__ has quit IRC | 21:46 | |
*** radez has quit IRC | 21:46 | |
*** mkoderer has quit IRC | 21:46 | |
*** andreaf_ has quit IRC | 21:46 | |
*** dvorak has quit IRC | 21:46 | |
*** charz has quit IRC | 21:46 | |
*** nonameentername has quit IRC | 21:46 | |
*** crinkle has quit IRC | 21:46 | |
*** openstack has joined #openstack-keystone | 21:47 | |
*** d34dh0r53 has joined #openstack-keystone | 21:47 | |
*** zhiyan has joined #openstack-keystone | 21:47 | |
*** hichtakk has joined #openstack-keystone | 21:49 | |
*** hichtakk is now known as 16WAAYUHW | 21:50 | |
*** hichtakk has joined #openstack-keystone | 21:51 | |
*** swartulv has joined #openstack-keystone | 21:51 | |
*** jaosorior has joined #openstack-keystone | 21:51 | |
*** david-lyle has joined #openstack-keystone | 21:51 | |
*** marekd has joined #openstack-keystone | 21:51 | |
*** xianghui has joined #openstack-keystone | 21:51 | |
*** tristanC has joined #openstack-keystone | 21:51 | |
*** csd has joined #openstack-keystone | 21:51 | |
*** vhoward has joined #openstack-keystone | 21:51 | |
*** zz_avozza has joined #openstack-keystone | 21:51 | |
*** esmute has joined #openstack-keystone | 21:51 | |
*** rwsu has joined #openstack-keystone | 21:51 | |
*** achudnovets has joined #openstack-keystone | 21:51 | |
*** arif-ali has joined #openstack-keystone | 21:51 | |
*** redrobot has joined #openstack-keystone | 21:51 | |
*** grantbow has joined #openstack-keystone | 21:51 | |
*** ekarlso- has joined #openstack-keystone | 21:51 | |
*** therve has joined #openstack-keystone | 21:51 | |
*** tsufiev has joined #openstack-keystone | 21:51 | |
*** samueldmq has joined #openstack-keystone | 21:51 | |
*** jimbaker has joined #openstack-keystone | 21:51 | |
*** chrisshattuck has joined #openstack-keystone | 21:51 | |
*** afaranha has joined #openstack-keystone | 21:51 | |
*** HenryG has joined #openstack-keystone | 21:51 | |
*** dstanek has joined #openstack-keystone | 21:51 | |
*** erkules has joined #openstack-keystone | 21:51 | |
*** ayoung has joined #openstack-keystone | 21:51 | |
*** tellesnobrega has joined #openstack-keystone | 21:51 | |
*** xxj has joined #openstack-keystone | 21:51 | |
*** jamiec has joined #openstack-keystone | 21:51 | |
*** hogepodge has joined #openstack-keystone | 21:51 | |
*** wanghong has joined #openstack-keystone | 21:51 | |
*** serverascode has joined #openstack-keystone | 21:51 | |
*** bknudson has joined #openstack-keystone | 21:51 | |
*** toddnni has joined #openstack-keystone | 21:51 | |
*** afazekas has joined #openstack-keystone | 21:51 | |
*** lsmola has joined #openstack-keystone | 21:51 | |
*** lhcheng has joined #openstack-keystone | 21:51 | |
*** dims__ has joined #openstack-keystone | 21:51 | |
*** joesavak has joined #openstack-keystone | 21:51 | |
*** gyee has joined #openstack-keystone | 21:51 | |
*** sendak.freenode.net sets mode: +vvvv dstanek ayoung bknudson gyee | 21:51 | |
*** openstac_ has joined #openstack-keystone | 21:51 | |
*** abhirc_ has joined #openstack-keystone | 21:51 | |
*** gordc has joined #openstack-keystone | 21:51 | |
*** tziom has joined #openstack-keystone | 21:51 | |
*** harlowja has joined #openstack-keystone | 21:51 | |
*** wpf has joined #openstack-keystone | 21:51 | |
*** jorge_munoz has joined #openstack-keystone | 21:51 | |
*** rdo has joined #openstack-keystone | 21:51 | |
*** mfisch has joined #openstack-keystone | 21:51 | |
*** jell has joined #openstack-keystone | 21:51 | |
*** kragniz has joined #openstack-keystone | 21:51 | |
*** x58 has joined #openstack-keystone | 21:51 | |
*** rodrigods has joined #openstack-keystone | 21:51 | |
*** lvh has joined #openstack-keystone | 21:51 | |
*** navid_ has joined #openstack-keystone | 21:51 | |
*** uvirtbot has joined #openstack-keystone | 21:51 | |
*** gabriel-bezerra has joined #openstack-keystone | 21:51 | |
*** nkinder has joined #openstack-keystone | 21:51 | |
*** _cjones_ has joined #openstack-keystone | 21:51 | |
*** zzzeek has joined #openstack-keystone | 21:51 | |
*** Ctina has joined #openstack-keystone | 21:51 | |
*** david_hu has joined #openstack-keystone | 21:51 | |
*** a2hill has joined #openstack-keystone | 21:51 | |
*** stevemar has joined #openstack-keystone | 21:51 | |
*** mattfarina has joined #openstack-keystone | 21:51 | |
*** mflobo has joined #openstack-keystone | 21:51 | |
*** amerine has joined #openstack-keystone | 21:51 | |
*** telemonster has joined #openstack-keystone | 21:51 | |
*** mhu has joined #openstack-keystone | 21:51 | |
*** rm_work has joined #openstack-keystone | 21:51 | |
*** jraim has joined #openstack-keystone | 21:51 | |
*** lbragstad has joined #openstack-keystone | 21:51 | |
*** mgagne has joined #openstack-keystone | 21:51 | |
*** esp has joined #openstack-keystone | 21:51 | |
*** dhellmann has joined #openstack-keystone | 21:51 | |
*** fifieldt__ has joined #openstack-keystone | 21:51 | |
*** pcaruana has joined #openstack-keystone | 21:51 | |
*** jdennis has joined #openstack-keystone | 21:51 | |
*** junhongl has joined #openstack-keystone | 21:51 | |
*** notmyname has joined #openstack-keystone | 21:51 | |
*** radez has joined #openstack-keystone | 21:51 | |
*** rharwood has joined #openstack-keystone | 21:51 | |
*** mkoderer has joined #openstack-keystone | 21:51 | |
*** andreaf_ has joined #openstack-keystone | 21:51 | |
*** gus has joined #openstack-keystone | 21:51 | |
*** chmouel has joined #openstack-keystone | 21:51 | |
*** gothicmindfood has joined #openstack-keystone | 21:51 | |
*** quack_quack_ has joined #openstack-keystone | 21:51 | |
*** anteaya has joined #openstack-keystone | 21:51 | |
*** sendak.freenode.net sets mode: +v stevemar | 21:51 | |
*** larsks has joined #openstack-keystone | 21:51 | |
*** dvorak has joined #openstack-keystone | 21:51 | |
*** dougwig has joined #openstack-keystone | 21:51 | |
*** dobson` has joined #openstack-keystone | 21:51 | |
*** ChanServ has joined #openstack-keystone | 21:51 | |
*** charz has joined #openstack-keystone | 21:51 | |
*** hugokuo has joined #openstack-keystone | 21:51 | |
*** jacorob has joined #openstack-keystone | 21:51 | |
*** nonameentername has joined #openstack-keystone | 21:51 | |
*** crinkle has joined #openstack-keystone | 21:51 | |
*** dolphm has joined #openstack-keystone | 21:51 | |
*** mancdaz has joined #openstack-keystone | 21:51 | |
*** amakarov_away has joined #openstack-keystone | 21:51 | |
*** Qlawy has joined #openstack-keystone | 21:51 | |
*** sudorandom has joined #openstack-keystone | 21:51 | |
*** rushiagr_away has joined #openstack-keystone | 21:51 | |
*** adam_g has joined #openstack-keystone | 21:51 | |
*** d0ugal has joined #openstack-keystone | 21:51 | |
*** breton has joined #openstack-keystone | 21:51 | |
*** BAKfr has joined #openstack-keystone | 21:51 | |
*** hockeynut has joined #openstack-keystone | 21:51 | |
*** morganfainberg has joined #openstack-keystone | 21:51 | |
*** sendak.freenode.net sets mode: +ooov ChanServ dolphm morganfainberg morganfainberg | 21:51 | |
*** baffle has joined #openstack-keystone | 21:51 | |
*** boltR has joined #openstack-keystone | 21:51 | |
*** david-lyle has quit IRC | 21:51 | |
*** david-lyle has joined #openstack-keystone | 21:51 | |
*** jaosorior has quit IRC | 21:51 | |
*** jaosorior has joined #openstack-keystone | 21:51 | |
*** andreaf has joined #openstack-keystone | 21:51 | |
*** 16WAAYUHW has quit IRC | 21:51 | |
*** hichtakk has quit IRC | 21:51 | |
*** zhiyan has quit IRC | 21:52 | |
*** zhiyan has joined #openstack-keystone | 21:52 | |
*** hichtakk has joined #openstack-keystone | 21:52 | |
*** hichtakk has quit IRC | 21:53 | |
*** Ctina has quit IRC | 21:53 | |
*** stevemar has quit IRC | 21:53 | |
*** mflobo has quit IRC | 21:53 | |
*** amerine has quit IRC | 21:53 | |
*** mhu has quit IRC | 21:53 | |
*** rm_work has quit IRC | 21:53 | |
*** jraim has quit IRC | 21:53 | |
*** lbragstad has quit IRC | 21:53 | |
*** mgagne has quit IRC | 21:53 | |
*** dhellmann has quit IRC | 21:53 | |
*** pcaruana has quit IRC | 21:53 | |
*** rharwood has quit IRC | 21:53 | |
*** gus has quit IRC | 21:53 | |
*** gothicmindfood has quit IRC | 21:53 | |
*** anteaya has quit IRC | 21:53 | |
*** larsks has quit IRC | 21:53 | |
*** hichtakk has joined #openstack-keystone | 21:53 | |
*** hichtakk has quit IRC | 21:53 | |
*** Ctina has joined #openstack-keystone | 21:53 | |
*** stevemar has joined #openstack-keystone | 21:53 | |
*** mflobo has joined #openstack-keystone | 21:53 | |
*** amerine has joined #openstack-keystone | 21:53 | |
*** mhu has joined #openstack-keystone | 21:53 | |
*** rm_work has joined #openstack-keystone | 21:53 | |
*** jraim has joined #openstack-keystone | 21:53 | |
*** lbragstad has joined #openstack-keystone | 21:53 | |
*** mgagne has joined #openstack-keystone | 21:53 | |
*** dhellmann has joined #openstack-keystone | 21:53 | |
*** pcaruana has joined #openstack-keystone | 21:53 | |
*** rharwood has joined #openstack-keystone | 21:53 | |
*** gus has joined #openstack-keystone | 21:53 | |
*** gothicmindfood has joined #openstack-keystone | 21:53 | |
*** anteaya has joined #openstack-keystone | 21:53 | |
*** larsks has joined #openstack-keystone | 21:53 | |
*** sendak.freenode.net sets mode: +v stevemar | 21:53 | |
*** hichtakk has joined #openstack-keystone | 21:54 | |
*** openstackgerrit has joined #openstack-keystone | 21:54 | |
*** alex_xu has joined #openstack-keystone | 21:54 | |
*** wolsen has joined #openstack-keystone | 21:54 | |
*** dguerri_ has joined #openstack-keystone | 21:54 | |
*** amaurymedeiros has joined #openstack-keystone | 21:54 | |
*** quack_quack_ has quit IRC | 21:54 | |
*** dougwig has quit IRC | 21:54 | |
*** dobson` has quit IRC | 21:54 | |
*** hugokuo has quit IRC | 21:54 | |
*** jacorob has quit IRC | 21:54 | |
*** dolphm has quit IRC | 21:54 | |
*** mancdaz has quit IRC | 21:54 | |
*** sudorandom has quit IRC | 21:54 | |
*** esp has quit IRC | 21:54 | |
*** adam_g has quit IRC | 21:54 | |
*** d0ugal has quit IRC | 21:54 | |
*** rushiagr_away has quit IRC | 21:54 | |
*** breton has quit IRC | 21:54 | |
*** BAKfr has quit IRC | 21:54 | |
*** hockeynut has quit IRC | 21:54 | |
*** morganfainberg has quit IRC | 21:54 | |
*** baffle has quit IRC | 21:54 | |
*** hichtakk has quit IRC | 21:54 | |
*** hichtakk has joined #openstack-keystone | 21:54 | |
*** hichtakk has quit IRC | 21:54 | |
*** esp has joined #openstack-keystone | 21:54 | |
*** quack_quack_ has joined #openstack-keystone | 21:54 | |
*** dougwig has joined #openstack-keystone | 21:54 | |
*** dobson` has joined #openstack-keystone | 21:54 | |
*** hugokuo has joined #openstack-keystone | 21:54 | |
*** jacorob has joined #openstack-keystone | 21:54 | |
*** dolphm has joined #openstack-keystone | 21:54 | |
*** mancdaz has joined #openstack-keystone | 21:54 | |
*** sudorandom has joined #openstack-keystone | 21:54 | |
*** rushiagr_away has joined #openstack-keystone | 21:54 | |
*** adam_g has joined #openstack-keystone | 21:54 | |
*** d0ugal has joined #openstack-keystone | 21:54 | |
*** breton has joined #openstack-keystone | 21:54 | |
*** BAKfr has joined #openstack-keystone | 21:54 | |
*** hockeynut has joined #openstack-keystone | 21:54 | |
*** morganfainberg has joined #openstack-keystone | 21:54 | |
*** baffle has joined #openstack-keystone | 21:54 | |
*** sendak.freenode.net sets mode: +oov dolphm morganfainberg morganfainberg | 21:54 | |
*** redrobot has quit IRC | 21:54 | |
*** david_hu has quit IRC | 21:54 | |
*** fifieldt__ has quit IRC | 21:54 | |
*** radez has quit IRC | 21:55 | |
*** mkoderer has quit IRC | 21:55 | |
*** andreaf_ has quit IRC | 21:55 | |
*** dvorak has quit IRC | 21:55 | |
*** charz has quit IRC | 21:55 | |
*** nonameentername has quit IRC | 21:55 | |
*** crinkle has quit IRC | 21:55 | |
*** a2hill has quit IRC | 21:55 | |
*** amakarov_away has quit IRC | 21:55 | |
*** Qlawy has quit IRC | 21:55 | |
*** boltR has quit IRC | 21:55 | |
*** hichtakk has joined #openstack-keystone | 21:55 | |
*** hichtakk has quit IRC | 21:55 | |
*** hichtakk has joined #openstack-keystone | 21:55 | |
*** zz_avozza is now known as avozza | 21:55 | |
*** dguerri_ has quit IRC | 21:55 | |
*** 17WAAWSUB has joined #openstack-keystone | 21:55 | |
*** 17WAAWSUB has quit IRC | 21:55 | |
*** dguerri has joined #openstack-keystone | 21:55 | |
*** hichtakk has quit IRC | 21:56 | |
*** hichtakk has joined #openstack-keystone | 21:56 | |
*** hichtakk has quit IRC | 21:57 | |
*** redrobot has joined #openstack-keystone | 21:57 | |
*** hichtakk has joined #openstack-keystone | 21:57 | |
*** redrobot is now known as Guest8210 | 21:57 | |
*** hichtakk has quit IRC | 21:57 | |
*** hichtakk has joined #openstack-keystone | 21:58 | |
*** hichtakk has quit IRC | 21:58 | |
*** hichtakk has joined #openstack-keystone | 21:58 | |
*** hichtakk has quit IRC | 21:58 | |
*** hichtakk has joined #openstack-keystone | 21:59 | |
*** david_hu has joined #openstack-keystone | 21:59 | |
*** a2hill has joined #openstack-keystone | 21:59 | |
*** fifieldt__ has joined #openstack-keystone | 21:59 | |
*** radez has joined #openstack-keystone | 21:59 | |
*** mkoderer has joined #openstack-keystone | 21:59 | |
*** andreaf_ has joined #openstack-keystone | 21:59 | |
*** dvorak has joined #openstack-keystone | 21:59 | |
*** charz has joined #openstack-keystone | 21:59 | |
*** nonameentername has joined #openstack-keystone | 21:59 | |
*** crinkle has joined #openstack-keystone | 21:59 | |
*** amakarov_away has joined #openstack-keystone | 21:59 | |
*** Qlawy has joined #openstack-keystone | 21:59 | |
*** boltR has joined #openstack-keystone | 21:59 | |
*** openstac_ has quit IRC | 21:59 | |
*** lhcheng has quit IRC | 22:00 | |
*** hichtakk_ has joined #openstack-keystone | 22:00 | |
*** lhcheng has joined #openstack-keystone | 22:00 | |
*** hichtakk_ has quit IRC | 22:00 | |
ayoung | morganfainberg, I'm still in a meeting...we going to go through the non-spec BPs now? | 22:01 |
*** hichtakk has quit IRC | 22:01 | |
*** openstac_ has joined #openstack-keystone | 22:01 | |
*** hichtakk has joined #openstack-keystone | 22:01 | |
*** hichtakk has quit IRC | 22:01 | |
*** hichtakk has joined #openstack-keystone | 22:02 | |
*** ChanServ has quit IRC | 22:02 | |
*** david-lyle has quit IRC | 22:02 | |
*** nkinder has quit IRC | 22:02 | |
*** _cjones_ has quit IRC | 22:02 | |
*** zzzeek has quit IRC | 22:02 | |
*** mattfarina has quit IRC | 22:02 | |
*** telemonster has quit IRC | 22:02 | |
*** jdennis has quit IRC | 22:02 | |
*** junhongl has quit IRC | 22:02 | |
*** notmyname has quit IRC | 22:02 | |
*** chmouel has quit IRC | 22:02 | |
*** openstac_ has quit IRC | 22:02 | |
*** david_hu has quit IRC | 22:02 | |
*** fifieldt__ has quit IRC | 22:02 | |
*** radez has quit IRC | 22:02 | |
*** mkoderer has quit IRC | 22:02 | |
*** andreaf_ has quit IRC | 22:02 | |
*** dvorak has quit IRC | 22:02 | |
*** charz has quit IRC | 22:02 | |
*** nonameentername has quit IRC | 22:02 | |
*** crinkle has quit IRC | 22:02 | |
*** a2hill has quit IRC | 22:02 | |
*** amakarov_away has quit IRC | 22:02 | |
*** Qlawy has quit IRC | 22:02 | |
*** boltR has quit IRC | 22:02 | |
*** quack_quack_ has quit IRC | 22:02 | |
*** dougwig has quit IRC | 22:02 | |
*** dobson` has quit IRC | 22:02 | |
*** hugokuo has quit IRC | 22:02 | |
*** jacorob has quit IRC | 22:02 | |
*** dolphm has quit IRC | 22:02 | |
*** mancdaz has quit IRC | 22:03 | |
*** sudorandom has quit IRC | 22:03 | |
*** esp has quit IRC | 22:03 | |
*** adam_g has quit IRC | 22:03 | |
*** d0ugal has quit IRC | 22:03 | |
*** rushiagr_away has quit IRC | 22:03 | |
*** breton has quit IRC | 22:03 | |
*** BAKfr has quit IRC | 22:03 | |
*** hockeynut has quit IRC | 22:03 | |
*** morganfainberg has quit IRC | 22:03 | |
*** baffle has quit IRC | 22:03 | |
*** Ctina has quit IRC | 22:03 | |
*** stevemar has quit IRC | 22:03 | |
*** mflobo has quit IRC | 22:03 | |
*** amerine has quit IRC | 22:03 | |
*** mhu has quit IRC | 22:03 | |
*** lbragstad has quit IRC | 22:03 | |
*** rm_work has quit IRC | 22:03 | |
*** mgagne has quit IRC | 22:03 | |
*** jraim has quit IRC | 22:03 | |
*** dhellmann has quit IRC | 22:03 | |
*** pcaruana has quit IRC | 22:03 | |
*** rharwood has quit IRC | 22:03 | |
*** gus has quit IRC | 22:03 | |
*** gothicmindfood has quit IRC | 22:03 | |
*** anteaya has quit IRC | 22:03 | |
*** larsks has quit IRC | 22:03 | |
*** dguerri has quit IRC | 22:03 | |
*** openstackgerrit has quit IRC | 22:03 | |
*** alex_xu has quit IRC | 22:03 | |
*** wolsen has quit IRC | 22:03 | |
*** amaurymedeiros has quit IRC | 22:03 | |
*** marekd has quit IRC | 22:03 | |
*** lhcheng has quit IRC | 22:03 | |
*** Guest8210 has quit IRC | 22:03 | |
*** rwsu has quit IRC | 22:03 | |
*** esmute has quit IRC | 22:03 | |
*** avozza has quit IRC | 22:03 | |
*** vhoward has quit IRC | 22:03 | |
*** csd has quit IRC | 22:03 | |
*** tristanC has quit IRC | 22:03 | |
*** xianghui has quit IRC | 22:03 | |
*** arif-ali has quit IRC | 22:03 | |
*** achudnovets has quit IRC | 22:03 | |
*** afaranha has quit IRC | 22:04 | |
*** chrisshattuck has quit IRC | 22:04 | |
*** jimbaker has quit IRC | 22:04 | |
*** samueldmq has quit IRC | 22:04 | |
*** tsufiev has quit IRC | 22:04 | |
*** therve has quit IRC | 22:04 | |
*** ekarlso- has quit IRC | 22:04 | |
*** grantbow has quit IRC | 22:04 | |
*** tellesnobrega has quit IRC | 22:04 | |
*** ayoung has quit IRC | 22:04 | |
*** erkules has quit IRC | 22:04 | |
*** dstanek has quit IRC | 22:04 | |
*** xxj has quit IRC | 22:04 | |
*** andreaf has quit IRC | 22:04 | |
*** tziom has quit IRC | 22:04 | |
*** harlowja has quit IRC | 22:04 | |
*** rdo has quit IRC | 22:04 | |
*** mfisch has quit IRC | 22:04 | |
*** x58 has quit IRC | 22:04 | |
*** rodrigods has quit IRC | 22:04 | |
*** lvh has quit IRC | 22:04 | |
*** navid_ has quit IRC | 22:04 | |
*** uvirtbot has quit IRC | 22:04 | |
*** gyee has quit IRC | 22:04 | |
*** abhirc_ has quit IRC | 22:04 | |
*** gordc has quit IRC | 22:04 | |
*** wpf has quit IRC | 22:04 | |
*** HenryG has quit IRC | 22:05 | |
*** dims__ has quit IRC | 22:05 | |
*** joesavak has quit IRC | 22:05 | |
*** jorge_munoz has quit IRC | 22:05 | |
*** jell has quit IRC | 22:05 | |
*** kragniz has quit IRC | 22:05 | |
*** gabriel-bezerra has quit IRC | 22:05 | |
*** hichtakk has quit IRC | 22:05 | |
*** swartulv has quit IRC | 22:05 | |
*** jaosorior has quit IRC | 22:05 | |
*** lsmola has quit IRC | 22:05 | |
*** afazekas has quit IRC | 22:05 | |
*** toddnni has quit IRC | 22:05 | |
*** bknudson has quit IRC | 22:05 | |
*** serverascode has quit IRC | 22:05 | |
*** wanghong has quit IRC | 22:05 | |
*** hogepodge has quit IRC | 22:05 | |
*** jamiec has quit IRC | 22:05 | |
*** Ephur has quit IRC | 22:05 | |
*** d34dh0r53 has quit IRC | 22:05 | |
*** d34dh0r53 has joined #openstack-keystone | 22:06 | |
*** openstac_ has joined #openstack-keystone | 22:06 | |
*** lhcheng has joined #openstack-keystone | 22:06 | |
*** boltR has joined #openstack-keystone | 22:06 | |
*** Qlawy has joined #openstack-keystone | 22:06 | |
*** amakarov_away has joined #openstack-keystone | 22:06 | |
*** crinkle has joined #openstack-keystone | 22:06 | |
*** nonameentername has joined #openstack-keystone | 22:06 | |
*** charz has joined #openstack-keystone | 22:06 | |
*** dvorak has joined #openstack-keystone | 22:06 | |
*** andreaf_ has joined #openstack-keystone | 22:06 | |
*** mkoderer has joined #openstack-keystone | 22:06 | |
*** radez_g0n3 has joined #openstack-keystone | 22:06 | |
*** fifieldt__ has joined #openstack-keystone | 22:06 | |
*** a2hill has joined #openstack-keystone | 22:06 | |
*** david_hu has joined #openstack-keystone | 22:06 | |
*** Guest8210 has joined #openstack-keystone | 22:06 | |
*** dguerri has joined #openstack-keystone | 22:06 | |
*** baffle has joined #openstack-keystone | 22:06 | |
*** morganfainberg has joined #openstack-keystone | 22:06 | |
*** hockeynut has joined #openstack-keystone | 22:06 | |
*** BAKfr has joined #openstack-keystone | 22:06 | |
*** breton has joined #openstack-keystone | 22:06 | |
*** d0ugal has joined #openstack-keystone | 22:06 | |
*** adam_g has joined #openstack-keystone | 22:06 | |
*** rushiagr_away has joined #openstack-keystone | 22:06 | |
*** sudorandom has joined #openstack-keystone | 22:06 | |
*** mancdaz has joined #openstack-keystone | 22:06 | |
*** dolphm has joined #openstack-keystone | 22:06 | |
*** jacorob has joined #openstack-keystone | 22:06 | |
*** hugokuo has joined #openstack-keystone | 22:06 | |
*** dobson` has joined #openstack-keystone | 22:06 | |
*** dougwig has joined #openstack-keystone | 22:06 | |
*** quack_quack_ has joined #openstack-keystone | 22:06 | |
*** esp has joined #openstack-keystone | 22:06 | |
*** amaurymedeiros has joined #openstack-keystone | 22:06 | |
*** wolsen has joined #openstack-keystone | 22:06 | |
*** alex_xu has joined #openstack-keystone | 22:06 | |
*** openstackgerrit has joined #openstack-keystone | 22:06 | |
*** larsks has joined #openstack-keystone | 22:06 | |
*** anteaya has joined #openstack-keystone | 22:06 | |
*** gothicmindfood has joined #openstack-keystone | 22:06 | |
*** gus has joined #openstack-keystone | 22:06 | |
*** rharwood has joined #openstack-keystone | 22:06 | |
*** pcaruana has joined #openstack-keystone | 22:06 | |
*** dhellmann has joined #openstack-keystone | 22:06 | |
*** sendak.freenode.net sets mode: +ovo morganfainberg morganfainberg dolphm | 22:06 | |
*** mgagne has joined #openstack-keystone | 22:06 | |
*** lbragstad has joined #openstack-keystone | 22:06 | |
*** jraim has joined #openstack-keystone | 22:06 | |
*** rm_work has joined #openstack-keystone | 22:06 | |
*** mhu has joined #openstack-keystone | 22:06 | |
*** amerine has joined #openstack-keystone | 22:06 | |
*** mflobo has joined #openstack-keystone | 22:06 | |
*** stevemar has joined #openstack-keystone | 22:06 | |
*** Ctina has joined #openstack-keystone | 22:06 | |
*** andreaf has joined #openstack-keystone | 22:06 | |
*** swartulv has joined #openstack-keystone | 22:06 | |
*** jaosorior has joined #openstack-keystone | 22:06 | |
*** david-lyle has joined #openstack-keystone | 22:06 | |
*** marekd has joined #openstack-keystone | 22:06 | |
*** xianghui has joined #openstack-keystone | 22:06 | |
*** tristanC has joined #openstack-keystone | 22:06 | |
*** csd has joined #openstack-keystone | 22:06 | |
*** vhoward has joined #openstack-keystone | 22:06 | |
*** avozza has joined #openstack-keystone | 22:06 | |
*** esmute has joined #openstack-keystone | 22:06 | |
*** rwsu has joined #openstack-keystone | 22:06 | |
*** achudnovets has joined #openstack-keystone | 22:06 | |
*** arif-ali has joined #openstack-keystone | 22:06 | |
*** grantbow has joined #openstack-keystone | 22:06 | |
*** ekarlso- has joined #openstack-keystone | 22:06 | |
*** therve has joined #openstack-keystone | 22:06 | |
*** tsufiev has joined #openstack-keystone | 22:06 | |
*** samueldmq has joined #openstack-keystone | 22:06 | |
*** jimbaker has joined #openstack-keystone | 22:06 | |
*** chrisshattuck has joined #openstack-keystone | 22:06 | |
*** afaranha has joined #openstack-keystone | 22:06 | |
*** HenryG has joined #openstack-keystone | 22:06 | |
*** dstanek has joined #openstack-keystone | 22:06 | |
*** erkules has joined #openstack-keystone | 22:06 | |
*** ayoung has joined #openstack-keystone | 22:06 | |
*** tellesnobrega has joined #openstack-keystone | 22:06 | |
*** xxj has joined #openstack-keystone | 22:06 | |
*** jamiec has joined #openstack-keystone | 22:06 | |
*** hogepodge has joined #openstack-keystone | 22:06 | |
*** wanghong has joined #openstack-keystone | 22:06 | |
*** serverascode has joined #openstack-keystone | 22:06 | |
*** bknudson has joined #openstack-keystone | 22:06 | |
*** sendak.freenode.net sets mode: +vvvv stevemar dstanek ayoung bknudson | 22:06 | |
*** toddnni has joined #openstack-keystone | 22:06 | |
*** afazekas has joined #openstack-keystone | 22:06 | |
*** lsmola has joined #openstack-keystone | 22:06 | |
*** dims__ has joined #openstack-keystone | 22:06 | |
*** joesavak has joined #openstack-keystone | 22:06 | |
*** gyee has joined #openstack-keystone | 22:06 | |
*** abhirc_ has joined #openstack-keystone | 22:06 | |
*** tziom has joined #openstack-keystone | 22:06 | |
*** harlowja has joined #openstack-keystone | 22:06 | |
*** wpf has joined #openstack-keystone | 22:06 | |
*** jorge_munoz has joined #openstack-keystone | 22:06 | |
*** rdo has joined #openstack-keystone | 22:06 | |
*** mfisch has joined #openstack-keystone | 22:06 | |
*** jell has joined #openstack-keystone | 22:06 | |
*** kragniz has joined #openstack-keystone | 22:06 | |
*** x58 has joined #openstack-keystone | 22:06 | |
*** rodrigods has joined #openstack-keystone | 22:06 | |
*** lvh has joined #openstack-keystone | 22:06 | |
*** navid_ has joined #openstack-keystone | 22:06 | |
*** uvirtbot has joined #openstack-keystone | 22:06 | |
*** gabriel-bezerra has joined #openstack-keystone | 22:06 | |
*** nkinder has joined #openstack-keystone | 22:06 | |
*** _cjones_ has joined #openstack-keystone | 22:06 | |
*** zzzeek has joined #openstack-keystone | 22:06 | |
*** mattfarina has joined #openstack-keystone | 22:06 | |
*** telemonster has joined #openstack-keystone | 22:06 | |
*** jdennis has joined #openstack-keystone | 22:06 | |
*** junhongl has joined #openstack-keystone | 22:06 | |
*** notmyname has joined #openstack-keystone | 22:06 | |
*** chmouel has joined #openstack-keystone | 22:06 | |
*** ChanServ has joined #openstack-keystone | 22:06 | |
*** sendak.freenode.net sets mode: +vo gyee ChanServ | 22:06 | |
*** Ephur has joined #openstack-keystone | 22:07 | |
*** hichtakk has joined #openstack-keystone | 22:07 | |
*** hichtakk has quit IRC | 22:07 | |
*** mfisch has quit IRC | 22:07 | |
*** hichtakk has joined #openstack-keystone | 22:08 | |
*** mfisch has joined #openstack-keystone | 22:08 | |
*** hichtakk has quit IRC | 22:08 | |
*** mfisch is now known as Guest85585 | 22:08 | |
*** hichtakk has joined #openstack-keystone | 22:08 | |
*** hichtakk has quit IRC | 22:08 | |
*** hichtakk has joined #openstack-keystone | 22:08 | |
*** hichtakk has quit IRC | 22:08 | |
*** hichtakk has joined #openstack-keystone | 22:08 | |
*** hichtakk has quit IRC | 22:09 | |
*** hichtakk has joined #openstack-keystone | 22:09 | |
*** hichtakk has quit IRC | 22:10 | |
*** hichtakk has joined #openstack-keystone | 22:10 | |
dstanek | https://twitter.com/sysARmy/status/555115887254982656 | 22:12 |
morganfainberg | haha | 22:12 |
morganfainberg | oh boy | 22:12 |
morganfainberg | dstanek, lets plan to do bp review either much later tonight or tomorrow | 22:13 |
morganfainberg | bknudson, ^ | 22:13 |
bknudson | morganfainberg: no problem. | 22:13 |
*** hichtakk has quit IRC | 22:13 | |
*** hichtakk has joined #openstack-keystone | 22:14 | |
*** hichtakk has quit IRC | 22:14 | |
*** hichtakk has joined #openstack-keystone | 22:14 | |
*** hichtakk has quit IRC | 22:14 | |
*** hichtakk has joined #openstack-keystone | 22:15 | |
*** hichtakk has quit IRC | 22:15 | |
*** topol has quit IRC | 22:15 | |
*** hichtakk has joined #openstack-keystone | 22:15 | |
*** hichtakk has quit IRC | 22:16 | |
*** hichtakk has joined #openstack-keystone | 22:16 | |
*** hichtakk has quit IRC | 22:16 | |
*** hichtakk has joined #openstack-keystone | 22:16 | |
*** hichtakk has quit IRC | 22:17 | |
*** hichtakk has joined #openstack-keystone | 22:17 | |
*** hichtakk has quit IRC | 22:17 | |
*** hichtakk has joined #openstack-keystone | 22:17 | |
*** hichtakk has quit IRC | 22:18 | |
*** hichtakk has joined #openstack-keystone | 22:18 | |
*** hichtakk has quit IRC | 22:18 | |
*** hichtakk has joined #openstack-keystone | 22:18 | |
*** hichtakk has quit IRC | 22:19 | |
*** dougwig has quit IRC | 22:19 | |
*** hichtakk has joined #openstack-keystone | 22:19 | |
*** hichtakk has quit IRC | 22:20 | |
*** hichtakk has joined #openstack-keystone | 22:20 | |
*** ayoung has quit IRC | 22:21 | |
*** hichtakk has quit IRC | 22:22 | |
*** hichtakk has joined #openstack-keystone | 22:22 | |
*** hichtakk has quit IRC | 22:23 | |
*** hichtakk has joined #openstack-keystone | 22:23 | |
*** stevemar has quit IRC | 22:23 | |
*** hichtakk has quit IRC | 22:24 | |
*** hichtakk has joined #openstack-keystone | 22:24 | |
*** hichtakk has quit IRC | 22:24 | |
*** hichtakk has joined #openstack-keystone | 22:25 | |
*** hichtakk has quit IRC | 22:25 | |
*** hichtakk has joined #openstack-keystone | 22:25 | |
*** hichtakk has quit IRC | 22:25 | |
*** hichtakk has joined #openstack-keystone | 22:26 | |
*** hichtakk has quit IRC | 22:26 | |
*** hichtakk has joined #openstack-keystone | 22:26 | |
*** hichtakk has quit IRC | 22:26 | |
*** hichtakk has joined #openstack-keystone | 22:27 | |
*** david-lyle has quit IRC | 22:27 | |
*** hichtakk has quit IRC | 22:27 | |
*** hichtakk has joined #openstack-keystone | 22:27 | |
*** hichtakk has quit IRC | 22:27 | |
*** hichtakk has joined #openstack-keystone | 22:28 | |
*** david-lyle has joined #openstack-keystone | 22:30 | |
*** hichtakk has quit IRC | 22:30 | |
*** hichtakk has joined #openstack-keystone | 22:30 | |
*** hichtakk has quit IRC | 22:30 | |
*** hichtakk has joined #openstack-keystone | 22:31 | |
*** hichtakk has quit IRC | 22:31 | |
*** hichtakk has joined #openstack-keystone | 22:31 | |
*** hichtakk has quit IRC | 22:32 | |
*** hichtakk has joined #openstack-keystone | 22:32 | |
*** hichtakk has quit IRC | 22:32 | |
*** hichtakk has joined #openstack-keystone | 22:32 | |
*** hichtakk has quit IRC | 22:33 | |
*** hichtakk has joined #openstack-keystone | 22:33 | |
*** hichtakk has quit IRC | 22:33 | |
*** Ctina_ has joined #openstack-keystone | 22:33 | |
*** hichtakk has joined #openstack-keystone | 22:33 | |
*** hichtakk has quit IRC | 22:34 | |
*** hichtakk has joined #openstack-keystone | 22:34 | |
*** hichtakk has quit IRC | 22:34 | |
*** hichtakk has joined #openstack-keystone | 22:35 | |
*** hichtakk has quit IRC | 22:35 | |
*** hichtakk has joined #openstack-keystone | 22:35 | |
*** hichtakk has quit IRC | 22:35 | |
*** hichtakk has joined #openstack-keystone | 22:36 | |
*** hichtakk has quit IRC | 22:36 | |
*** hichtakk has joined #openstack-keystone | 22:36 | |
*** hichtakk has quit IRC | 22:36 | |
*** hichtakk has joined #openstack-keystone | 22:37 | |
*** Ctina has quit IRC | 22:37 | |
*** hichtakk has quit IRC | 22:37 | |
*** hichtakk has joined #openstack-keystone | 22:37 | |
*** hichtakk has quit IRC | 22:37 | |
*** Ctina_ has quit IRC | 22:38 | |
*** hichtakk has joined #openstack-keystone | 22:38 | |
*** hichtakk has quit IRC | 22:38 | |
*** hichtakk has joined #openstack-keystone | 22:38 | |
*** hichtakk has quit IRC | 22:38 | |
*** hichtakk has joined #openstack-keystone | 22:39 | |
*** hichtakk has quit IRC | 22:39 | |
*** hichtakk has joined #openstack-keystone | 22:39 | |
*** hichtakk has quit IRC | 22:40 | |
*** hichtakk has joined #openstack-keystone | 22:40 | |
*** hichtakk has quit IRC | 22:40 | |
*** hichtakk has joined #openstack-keystone | 22:41 | |
*** hichtakk has joined #openstack-keystone | 22:41 | |
*** hichtakk_ has joined #openstack-keystone | 22:42 | |
*** hichtakk has quit IRC | 22:42 | |
*** hichtakk_ has quit IRC | 22:42 | |
*** hichtakk has joined #openstack-keystone | 22:42 | |
*** hichtakk has quit IRC | 22:42 | |
*** hichtakk has joined #openstack-keystone | 22:43 | |
*** hichtakk has quit IRC | 22:43 | |
*** hichtakk has joined #openstack-keystone | 22:43 | |
*** hichtakk has quit IRC | 22:44 | |
openstackgerrit | Brant Knudson proposed openstack/python-keystoneclient: Move to hacking 0.10 https://review.openstack.org/146336 | 22:44 |
*** hichtakk has joined #openstack-keystone | 22:44 | |
*** hichtakk has quit IRC | 22:44 | |
*** hichtakk has joined #openstack-keystone | 22:45 | |
*** hichtakk has quit IRC | 22:45 | |
*** hichtakk has joined #openstack-keystone | 22:45 | |
*** hichtakk has quit IRC | 22:46 | |
*** hichtakk has joined #openstack-keystone | 22:46 | |
*** hichtakk_ has joined #openstack-keystone | 22:46 | |
*** hichtakk has quit IRC | 22:46 | |
openstackgerrit | Brant Knudson proposed openstack/python-keystoneclient: Correct failures for check H238 https://review.openstack.org/146337 | 22:47 |
*** hichtakk_ has quit IRC | 22:47 | |
*** hichtakk has joined #openstack-keystone | 22:47 | |
*** hichtakk has quit IRC | 22:47 | |
*** hichtakk has joined #openstack-keystone | 22:47 | |
*** hichtakk has quit IRC | 22:48 | |
*** hichtakk has joined #openstack-keystone | 22:48 | |
*** hichtakk has quit IRC | 22:48 | |
*** hichtakk has joined #openstack-keystone | 22:49 | |
openstackgerrit | Brant Knudson proposed openstack/python-keystoneclient: Correct failures for check W292 https://review.openstack.org/146338 | 22:49 |
*** hichtakk has quit IRC | 22:49 | |
*** hichtakk_ has joined #openstack-keystone | 22:49 | |
*** hichtakk_ has quit IRC | 22:49 | |
*** hichtakk has joined #openstack-keystone | 22:52 | |
*** hichtakk has quit IRC | 22:52 | |
*** andreaf has quit IRC | 22:53 | |
*** hichtakk has joined #openstack-keystone | 22:53 | |
*** hichtakk has quit IRC | 22:53 | |
*** hichtakk has joined #openstack-keystone | 22:53 | |
*** jorge_munoz has quit IRC | 22:54 | |
*** hichtakk has quit IRC | 22:54 | |
*** hichtakk has joined #openstack-keystone | 22:55 | |
*** hichtakk has quit IRC | 22:55 | |
*** hichtakk_ has joined #openstack-keystone | 22:55 | |
*** hichtakk_ has quit IRC | 22:56 | |
*** hichtakk has joined #openstack-keystone | 22:56 | |
*** hichtakk has quit IRC | 22:56 | |
*** hichtakk has joined #openstack-keystone | 22:56 | |
*** hichtakk has quit IRC | 22:58 | |
*** hichtakk has joined #openstack-keystone | 22:58 | |
*** hichtakk has quit IRC | 22:58 | |
*** hichtakk has joined #openstack-keystone | 22:58 | |
*** hichtakk_ has joined #openstack-keystone | 22:59 | |
*** openstac_ has quit IRC | 23:00 | |
*** raildo has joined #openstack-keystone | 23:01 | |
*** hichtakk has quit IRC | 23:01 | |
*** hichtak__ has joined #openstack-keystone | 23:01 | |
*** hichtak__ has quit IRC | 23:02 | |
*** gyee has quit IRC | 23:03 | |
*** hichtakk has joined #openstack-keystone | 23:03 | |
*** hichtakk_ has quit IRC | 23:04 | |
*** hichtakk has quit IRC | 23:04 | |
*** hichtakk has joined #openstack-keystone | 23:05 | |
*** hichtakk has quit IRC | 23:05 | |
*** hichtakk has joined #openstack-keystone | 23:05 | |
*** hichtakk has quit IRC | 23:06 | |
*** hichtakk has joined #openstack-keystone | 23:06 | |
*** gyee has joined #openstack-keystone | 23:06 | |
*** ChanServ sets mode: +v gyee | 23:06 | |
*** hichtakk has quit IRC | 23:06 | |
*** hichtakk has joined #openstack-keystone | 23:07 | |
*** joesavak has quit IRC | 23:07 | |
*** hichtakk has quit IRC | 23:08 | |
*** hichtakk has joined #openstack-keystone | 23:08 | |
*** hichtakk has quit IRC | 23:08 | |
*** hichtakk has joined #openstack-keystone | 23:09 | |
*** hichtakk has quit IRC | 23:10 | |
*** hichtakk_ has joined #openstack-keystone | 23:10 | |
*** hichtakk_ has quit IRC | 23:10 | |
*** hichtakk has joined #openstack-keystone | 23:11 | |
*** gyee has quit IRC | 23:11 | |
*** hichtakk has quit IRC | 23:11 | |
*** hichtakk has joined #openstack-keystone | 23:11 | |
*** hichtakk has quit IRC | 23:11 | |
*** hichtakk has joined #openstack-keystone | 23:12 | |
*** hichtakk has quit IRC | 23:13 | |
*** hichtakk has joined #openstack-keystone | 23:13 | |
*** hichtakk has quit IRC | 23:13 | |
*** hichtakk has joined #openstack-keystone | 23:14 | |
*** hichtakk has quit IRC | 23:14 | |
*** hichtakk has joined #openstack-keystone | 23:14 | |
*** hichtakk has quit IRC | 23:14 | |
*** hichtakk has joined #openstack-keystone | 23:15 | |
*** hichtakk has quit IRC | 23:15 | |
*** hichtakk has joined #openstack-keystone | 23:15 | |
*** dims_ has joined #openstack-keystone | 23:15 | |
*** hichtakk has quit IRC | 23:16 | |
*** hichtakk has joined #openstack-keystone | 23:17 | |
*** hichtakk has quit IRC | 23:17 | |
*** hichtakk has joined #openstack-keystone | 23:17 | |
*** hichtakk has quit IRC | 23:17 | |
*** hichtakk has joined #openstack-keystone | 23:18 | |
*** hichtakk has quit IRC | 23:18 | |
*** hichtakk has joined #openstack-keystone | 23:18 | |
*** hichtakk has joined #openstack-keystone | 23:19 | |
*** dims__ has quit IRC | 23:19 | |
*** hichtakk has joined #openstack-keystone | 23:19 | |
*** hichtakk has quit IRC | 23:20 | |
*** hichtakk has joined #openstack-keystone | 23:20 | |
*** hichtakk has quit IRC | 23:20 | |
*** hichtakk has joined #openstack-keystone | 23:21 | |
*** hichtakk has quit IRC | 23:21 | |
*** hichtakk has joined #openstack-keystone | 23:21 | |
*** hichtakk has quit IRC | 23:21 | |
*** hichtakk has joined #openstack-keystone | 23:22 | |
*** hichtakk has quit IRC | 23:22 | |
*** hichtakk has joined #openstack-keystone | 23:22 | |
*** hichtakk has quit IRC | 23:22 | |
*** hichtakk has joined #openstack-keystone | 23:23 | |
*** hichtakk has quit IRC | 23:23 | |
*** hichtakk has joined #openstack-keystone | 23:23 | |
*** hichtakk has quit IRC | 23:24 | |
*** hichtakk has joined #openstack-keystone | 23:24 | |
*** hichtakk_ has joined #openstack-keystone | 23:25 | |
*** hichtakk_ has quit IRC | 23:26 | |
*** hichtak__ has joined #openstack-keystone | 23:26 | |
*** hichtakk has quit IRC | 23:26 | |
*** david-lyle has quit IRC | 23:27 | |
*** hichtak__ has quit IRC | 23:30 | |
*** dims_ has quit IRC | 23:33 | |
*** jaosorior has quit IRC | 23:33 | |
*** dims__ has joined #openstack-keystone | 23:33 | |
*** abhirc_ has quit IRC | 23:35 | |
*** dims__ has quit IRC | 23:38 | |
*** dougwig has joined #openstack-keystone | 23:39 | |
*** oomichi_ has joined #openstack-keystone | 23:40 | |
*** ctracey has quit IRC | 23:40 | |
*** serverascode has quit IRC | 23:40 | |
*** jraim has quit IRC | 23:40 | |
*** zhiyan has quit IRC | 23:40 | |
*** mattfarina has quit IRC | 23:42 | |
*** Tahmina has joined #openstack-keystone | 23:45 | |
*** mattfarina has joined #openstack-keystone | 23:47 | |
*** mattfarina has quit IRC | 23:47 | |
openstackgerrit | Merged openstack/keystonemiddleware: Correct failures for check H703 https://review.openstack.org/146358 | 23:52 |
*** hichtakk has joined #openstack-keystone | 23:52 | |
*** chrisshattuck has quit IRC | 23:54 | |
*** nkinder has quit IRC | 23:58 | |
*** dims__ has joined #openstack-keystone | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!