Tuesday, 2015-01-13

*** abhirc has quit IRC00:03
rodrigodsayoung, there? https://review.openstack.org/#/c/135309/ did you see my comment?00:03
openstackgerritOpenStack Proposal Bot proposed openstack/keystone: Updated from global requirements  https://review.openstack.org/14669400:04
openstackgerritOpenStack Proposal Bot proposed openstack/keystonemiddleware: Updated from global requirements  https://review.openstack.org/14669500:04
*** raildo has quit IRC00:09
jamielennoxanyone know how we can test the loading from paste files?00:10
*** _cjones_ has quit IRC00:12
*** mattfarina has quit IRC00:13
openstackgerritOpenStack Proposal Bot proposed openstack/pycadf: Updated from global requirements  https://review.openstack.org/14670500:15
openstackgerritOpenStack Proposal Bot proposed openstack/python-keystoneclient: Updated from global requirements  https://review.openstack.org/14616600:15
*** _cjones_ has joined #openstack-keystone00:18
*** toddnni has quit IRC00:20
*** david-lyle has joined #openstack-keystone00:24
*** chlong has quit IRC00:35
*** amerine has quit IRC00:38
*** amerine has joined #openstack-keystone00:39
*** dims__ has joined #openstack-keystone00:39
*** avozza is now known as zz_avozza00:43
*** david-lyle has quit IRC00:46
*** david-lyle has joined #openstack-keystone00:51
*** gyee has quit IRC00:55
*** diegows has quit IRC00:55
*** david-lyle has quit IRC01:04
*** tziom has quit IRC01:16
*** tziom has joined #openstack-keystone01:20
*** chlong has joined #openstack-keystone01:25
*** _cjones_ has quit IRC01:32
openstackgerritMerged openstack/keystonemiddleware: Updated from global requirements  https://review.openstack.org/14669501:34
*** zzzeek has quit IRC01:35
*** hichtakk has quit IRC01:35
ayoungrodrigods, gah01:36
ayoungtoo much to do...yeah, should knock that out, just not quite sure how01:36
*** david-lyle has joined #openstack-keystone01:37
morganfainbergjamielennox, ping01:38
jamielennoxmorganfainberg: yea01:38
ayounglist 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
morganfainbergjamielennox, https://bugs.launchpad.net/keystonemiddleware/+bug/140571701:38
uvirtbotLaunchpad bug 1405717 in keystonemiddleware "region_name is not in keystone client auth_token config" [Undecided,New]01:38
morganfainbergjamielennox, not sure what is being asked for here.01:38
jamielennoxmorganfainberg: i guess using a keystone defined in a region from the catalog01:39
jamielennoxinteresting usage01:39
morganfainbergjamielennox, yeah.01:39
morganfainbergjamielennox, 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 time01:40
morganfainbergbut recent changes kindof forced it01:40
jamielennoxmorganfainberg: yea - i looked into zaqar and i see what he's doing01:40
jamielennoxi'm actually playing with something related01:41
morganfainbergsure.01:41
openstackgerritJamie Lennox proposed openstack/keystonemiddleware: Deprecate passing config options via paste file  https://review.openstack.org/14673001:41
jamielennoxmorganfainberg: ^^ i cannot figure out how to unit test that01:42
jamielennoxthat would be the first step01:42
morganfainbergjamielennox, ++01:42
morganfainbergin 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
jamielennoxi've got something close, but it's got some weird errors01:42
jamielennoxmorganfainberg: essentially he wants to pass the cfg.CONF object to the AuthProtocol not an override dictionary01:43
jamielennoxi think he's write in general terms - i just don't know how to make it compatible01:43
jamielennoxwell -- not easily01:43
morganfainbergwell i marked the bug as incomplete with a response01:43
morganfainbergoslo.config was kindof designed with that in mind.01:44
morganfainbergthe global option object that is afaict01:44
morganfainbergso you are probably fighting the config lib as well01:44
jamielennoxi said that in my resp on the ml01:45
jamielennoxthough it does work remarkably well otherwise01:45
morganfainbergyeah01:45
morganfainbergjamielennox, so not sure about that other middleware bug01:46
jamielennoxreckon bknudson will let me get away with the review without a test?01:46
morganfainbergjamielennox, i am willing to say i wont in this case ;)01:47
jamielennoxi think something about the paste deploy thing wont let me handle the errors correctly01:47
jamielennoxjust a deprecation warning...01:47
morganfainbergunless we have no way of handling errors01:47
morganfainbergwelll... for the warning01:47
morganfainbergtest isn't needed01:47
jamielennoxoh - yea, i didn't mean the CONF one that flavio wants01:48
morganfainbergahh01:48
morganfainberghaha01:48
morganfainbergok01:48
morganfainbergoh deprecation warning meh.01:48
jamielennoxso the flavio one i think we want to make the main object accept a CONF directly01:49
morganfainberghm.01:50
jamielennoxthis means not accepting the override dict at all01:50
morganfainbergso we're probably a ways out01:50
jamielennoxi wrote https://review.openstack.org/#/c/143423/01:50
jamielennoxwith this in mind01:50
morganfainbergfeel free to un-incomplete that one if you want.01:50
jamielennoxa way to provide localized overrides of a global CONF object01:50
morganfainbergjamielennox, thats kind of ugly.01:51
jamielennoxthat will take a while to get to the point we can use it in middleware01:51
morganfainbergjamielennox, yeah but i see where you're going01:51
jamielennoxmorganfainberg: i had a different way of doing it, i was told to do it this way01:51
jamielennoxi had a different wrapper object altogether01:51
*** david-lyle has quit IRC01:52
morganfainbergok i'm going to go back to bug triage.01:52
morganfainberggot a chunk of bugs in keystone to get through01:52
jamielennoxi think the bug is valid - it's a bit out of date though01:52
morganfainbergsure - like i said, feel free to unincomplete it and just reference this convo01:53
morganfainbergbut if you do un-incomplete that bug form flavio, please triage it01:53
morganfainbergjamielennox, i don't think this is a keystoneclient bug...01:56
morganfainberghttps://bugs.launchpad.net/python-keystoneclient/+bug/140408101:56
uvirtbotLaunchpad bug 1404081 in python-keystoneclient "Icehouse jobs fail as keystoneclient package pinned < 1.0" [Undecided,New]01:56
morganfainbergthis looks liek a requirements bug?01:56
jamielennoxoh - we fixed that a different way01:56
jamielennoxi had that filed to put that patch against01:57
morganfainbergcan we close the bug then?01:57
morganfainbergor?01:57
jamielennoxyep01:57
morganfainberginvalid?01:57
openstackgerritMerged openstack/keystone: Additional test coverage for password changes  https://review.openstack.org/14658901:57
jamielennoxinvalid is fine01:57
*** toddnni has joined #openstack-keystone02:02
*** dims__ has quit IRC02:09
*** dims__ has joined #openstack-keystone02:09
*** oomichi has joined #openstack-keystone02:13
*** dims__ has quit IRC02:14
*** rwsu has quit IRC02:37
*** erkules_ has joined #openstack-keystone02:42
*** stevemar has joined #openstack-keystone02:43
*** ChanServ sets mode: +v stevemar02:43
*** erkules has quit IRC02:45
*** dims__ has joined #openstack-keystone02:45
*** dims__ has quit IRC02:47
*** dims__ has joined #openstack-keystone02:48
*** david-lyle has joined #openstack-keystone02:55
*** abhirc has joined #openstack-keystone02:57
*** abhirc has quit IRC03:02
*** dims__ has quit IRC03:04
*** abhirc has joined #openstack-keystone03:04
*** lhcheng has quit IRC03:08
*** joesavak has joined #openstack-keystone03:08
*** _cjones_ has joined #openstack-keystone03:13
openstackgerritwanghong proposed openstack/keystone: remove the Conf.signing.token_format option support  https://review.openstack.org/14425003:13
*** chrisshattuck has joined #openstack-keystone03:23
*** joesavak has quit IRC03:29
*** harlowja is now known as harlowja_away03:31
*** harlowja_away is now known as harlowja03:39
*** richm has quit IRC03:44
*** samueldmq_ has quit IRC03:46
*** henrynash has joined #openstack-keystone03:50
*** ChanServ sets mode: +v henrynash03:50
*** chrisshattuck has quit IRC04:03
*** rushiagr_away is now known as rushiagr04:20
*** david-lyle has quit IRC04:20
*** _cjones_ has quit IRC04:21
*** _cjones_ has joined #openstack-keystone04:21
*** _cjones_ has quit IRC04:21
openstackgerritAbhishek Kekane proposed openstack/keystone: Eventlet green threads not released back to pool  https://review.openstack.org/13082404:25
*** henrynash has quit IRC04:31
*** henrynash has joined #openstack-keystone04:31
*** ChanServ sets mode: +v henrynash04:31
*** ajayaa has joined #openstack-keystone04:40
*** adriant has quit IRC04:41
stevemari'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#L7304:43
stevemari suspect i'll have to use the add_metaclass decorator04:43
openstackgerritSteve Martinelli proposed openstack/pycadf: upgrade hacking to 0.10.0  https://review.openstack.org/14675704:45
*** lhcheng has joined #openstack-keystone04:48
openstackgerritSteve Martinelli proposed openstack/keystone: Add minimum release support notes for federation  https://review.openstack.org/14675804:48
*** ayoung has quit IRC04:49
*** _cjones_ has joined #openstack-keystone04:52
*** chrisshattuck has joined #openstack-keystone04:53
*** stevemar has quit IRC05:04
*** stevemar has joined #openstack-keystone05:05
*** ChanServ sets mode: +v stevemar05:05
*** MasterPiece has joined #openstack-keystone05:07
*** erkules_ is now known as erkules05:19
*** abhirc has quit IRC05:21
*** chrisshattuck has quit IRC05:26
openstackgerrithenry-nash proposed openstack/keystone: Split roles into their own backend within assignments.  https://review.openstack.org/14423905:26
openstackgerrithenry-nash proposed openstack/keystone: Correct doc string for grant driver methods.  https://review.openstack.org/14440305:29
openstackgerrithenry-nash proposed openstack/keystone: Make controllers call the new, split out, role manager.  https://review.openstack.org/14449405:30
openstackgerrithenry-nash proposed openstack/keystone: Make unit tests call the new, split out, role manager.  https://review.openstack.org/14454805:30
*** _cjones_ has quit IRC05:31
*** _cjones_ has joined #openstack-keystone05:31
openstackgerrithenry-nash proposed openstack/keystone: Refactor assignment manager/driver methods  https://review.openstack.org/14465005:31
openstackgerrithenry-nash proposed openstack/keystone: Correct comment about circular dependency.  https://review.openstack.org/14485005:31
openstackgerrithenry-nash proposed openstack/keystone: Move projects and domains to their own backend.  https://review.openstack.org/14482405:32
*** joesavak has joined #openstack-keystone05:34
openstackgerrithenry-nash proposed openstack/keystone: Remove unused pointer to assignment in identity driver.  https://review.openstack.org/14502205:34
*** henrynash has quit IRC05:36
*** harlowja is now known as harlowja_away05:42
*** joesavak has quit IRC05:48
*** jimbaker has quit IRC05:49
*** oomichi has quit IRC05:51
stevemarlhcheng, thanks for reviewing that not-so-small osc patch :)05:57
lhchengstevemar, sure! You've done the dirty work of submitting the long patch. :)05:58
stevemarlhcheng, there was a lot of alt+tabbing done that night05:59
lhchengstevemar, 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
lhchengstevemar, will ping you again later this week to follow-up on that.06:00
stevemarkeystone-nova? hmm, weren't we talking about notifications?06:00
stevemarbut yeah, whenever you have time, no rush06:01
lhchengstevemar, yeah notifications. I was asking around the keystone notification related to nova quota driver that time.06:02
stevemarah06:02
lhchengfor example: if project is deleted, release the quota in nova.06:02
stevemari 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
lhchengah, missed the everywhere piece :P06:02
stevemarnotifications in keystone is an overloaded term :(06:03
*** dims__ has joined #openstack-keystone06:04
lhchengI 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
lhchenganyway, will ping you again later in the week06:05
lhchengor if I get an approval, might show up in the mid cycle.06:05
openstackgerritOpenStack Proposal Bot proposed openstack/keystone: Imported Translations from Transifex  https://review.openstack.org/14513506:06
*** dims__ has quit IRC06:09
*** _cjones_ has quit IRC06:10
*** _cjones_ has joined #openstack-keystone06:15
*** mflobo has quit IRC06:17
*** mflobo has joined #openstack-keystone06:18
*** mflobo_ has joined #openstack-keystone06:25
*** mflobo has quit IRC06:27
*** mflobo has joined #openstack-keystone06:28
*** mflobo_ has quit IRC06:31
*** mflobo_ has joined #openstack-keystone06:32
*** mflobo has quit IRC06:35
*** _cjones_ has quit IRC06:39
*** _cjones_ has joined #openstack-keystone06:39
*** _cjones_ has quit IRC06:39
*** MasterPiece has quit IRC06:45
*** MasterPiece has joined #openstack-keystone06:45
*** mflobo has joined #openstack-keystone06:45
*** mflobo_ has quit IRC06:48
*** lhcheng has quit IRC06:54
*** lhcheng has joined #openstack-keystone07:01
*** lhcheng has quit IRC07:05
*** Kazazi has joined #openstack-keystone07:07
*** lhcheng has joined #openstack-keystone07:10
*** _cjones_ has joined #openstack-keystone07:10
*** Kazazi has quit IRC07:12
*** jimbaker has joined #openstack-keystone07:12
*** lhcheng has quit IRC08:02
*** zz_avozza is now known as avozza08:03
*** henrynash has joined #openstack-keystone08:04
*** ChanServ sets mode: +v henrynash08:04
openstackgerrithenry-nash proposed openstack/keystone: Make controllers and managers reference new resource manager.  https://review.openstack.org/13352508:06
*** chlong has quit IRC08:09
openstackgerrithenry-nash proposed openstack/keystone: Move projects and domains to their own backend.  https://review.openstack.org/14482408:10
openstackgerrithenry-nash proposed openstack/keystone: Remove unused pointer to assignment in identity driver.  https://review.openstack.org/14502208:11
openstackgerrithenry-nash proposed openstack/keystone: Make controllers and managers reference new resource manager.  https://review.openstack.org/13352508:11
openstackgerritSteve Martinelli proposed openstack/keystone: Classifying extensions and defining process  https://review.openstack.org/14679308:14
*** k4n0 has joined #openstack-keystone08:18
openstackgerrithenry-nash proposed openstack/keystone: Make unit tests call the new reource manager.  https://review.openstack.org/13095408:19
openstackgerritwanghong proposed openstack/keystone: add missing parent_id parameter check in project schema  https://review.openstack.org/14679608:26
*** stevemar has quit IRC08:33
*** lhcheng has joined #openstack-keystone09:02
openstackgerritwanghong proposed openstack/keystone: correct the help text of os_inherit  https://review.openstack.org/14680109:06
*** lhcheng has quit IRC09:08
*** nellysmitt has joined #openstack-keystone09:09
*** _cjones_ has quit IRC09:17
*** aix has joined #openstack-keystone09:22
*** jistr has joined #openstack-keystone09:23
openstackgerritMarek Denis proposed openstack/keystone-specs: Service Provider for K2K  https://review.openstack.org/13560409:50
*** links has joined #openstack-keystone09:51
openstackgerritMarek Denis proposed openstack/keystone-specs: Service Provider for K2K  https://review.openstack.org/13560410:01
openstackgerritBoris Bobrov proposed openstack/keystone: Fix incorrect session usage in tests  https://review.openstack.org/14446010:01
openstackgerritBoris Bobrov proposed openstack/keystone: Fix migration 42 downgrade  https://review.openstack.org/14433110:01
*** diegows has joined #openstack-keystone10:13
openstackgerritwanghong proposed openstack/keystone: correct the help text of os_inherit  https://review.openstack.org/14680110:26
*** krykowski has joined #openstack-keystone10:28
openstackgerritAlexander Makarov proposed openstack/keystone: Assignment sql backend create_grant refactoring  https://review.openstack.org/14135210:33
openstackgerritwanghong proposed openstack/keystone: add missing parent_id parameter check in project schema  https://review.openstack.org/14679610:36
*** aix has quit IRC10:39
openstackgerritMarco Fargetta proposed openstack/keystone: Multiple IdP authentication URL  https://review.openstack.org/14274310:43
*** avozza is now known as zz_avozza11:00
openstackgerritMarek Denis proposed openstack/keystone: Implements whitelist and blacklist mapping rules  https://review.openstack.org/14257311:00
openstackgerritMarco Fargetta proposed openstack/keystone: Multiple IdP authentication URL  https://review.openstack.org/14274311:00
*** aix has joined #openstack-keystone11:01
openstackgerritMarco Fargetta proposed openstack/keystone: Multiple IdP authentication URL  https://review.openstack.org/14274311:04
openstackgerritAlexander Makarov proposed openstack/keystone: Trust redelegation  https://review.openstack.org/12689711:05
*** MasterPiece has quit IRC11:07
openstackgerritAlexander Makarov proposed openstack/keystone: Trust redelegation  https://review.openstack.org/12689711:11
*** amakarov_away is now known as amakarov11:12
samueldmqmorning11:22
openstackgerritAlexander Makarov proposed openstack/keystone: Group role revocation invalidates all user tokens  https://review.openstack.org/14185411:23
*** KanagarajM has joined #openstack-keystone11:24
*** chlong has joined #openstack-keystone11:33
*** afazekas has joined #openstack-keystone11:34
samueldmqwanghong, ping11:38
*** krykowski has quit IRC11:39
samueldmqwanghong, just looked in you patch #144250, looks good overall, just one more comment inline :-)11:39
*** jamielennox is now known as jamielennox|away11:43
*** KanagarajM has quit IRC11:43
*** KanagarajM has joined #openstack-keystone11:43
*** dims__ has joined #openstack-keystone11:47
*** krykowski has joined #openstack-keystone11:48
*** krykowski has quit IRC11:49
*** krykowski_ has joined #openstack-keystone11:49
*** zz_avozza is now known as avozza11:50
*** MasterPiece has joined #openstack-keystone11:51
*** aix has quit IRC11:53
openstackgerritMarco Fargetta proposed openstack/keystone: Multiple IdP authentication URL  https://review.openstack.org/14274312:01
*** aix has joined #openstack-keystone12:05
samueldmqhenrynash, morning - please consider updating commit message of https://review.openstack.org/#/c/130954/12:05
henrynashsamueldmq: damdn, I keep missing that one!12:06
henrynashwill do12:06
*** avozza is now known as zz_avozza12:06
samueldmqhenrynash, there is a typo there in the title,  s/reource/resource12:06
samueldmqhenrynash, yep :)12:06
*** krykowski_ has quit IRC12:06
henrynashin middle of doing a differnt rebase right now on top of it…so won’t get to it until late///12:07
samueldmqnp12:07
samueldmqhenrynash, putting the warning regarding role caching in the right patch? :B12:08
henrynashoh, did i screw that up?12:08
samueldmqhenrynash, you put that on the project/domain split12:08
*** KanagarajM has quit IRC12:09
henrynashdamn12:09
samueldmqhttps://review.openstack.org/#/c/144824/13/doc/source/configuration.rst12:09
samueldmqyep, and I gave a +1 lol12:09
henrynashthe chain is too long…gotta get the first few of these merged!12:09
samueldmqyep, that's why I gave +112:09
samueldmqjust because I don't want to see things getting slower, because of a simple placement :)12:10
*** ctracey has quit IRC12:29
*** ctracey has joined #openstack-keystone12:32
*** lhcheng has joined #openstack-keystone12:41
*** krykowski has joined #openstack-keystone12:44
*** lhcheng has quit IRC12:45
*** esmute has quit IRC12:47
*** esmute has joined #openstack-keystone12:48
*** nellysmi_ has joined #openstack-keystone12:49
*** krykowski has quit IRC12:52
*** nellysmitt has quit IRC12:52
*** zz_avozza is now known as avozza12:53
*** krykowski has joined #openstack-keystone12:57
*** avozza is now known as zz_avozza12:58
*** jaosorior has joined #openstack-keystone13:00
openstackgerritAlexander Makarov proposed openstack/keystone: Trust redelegation  https://review.openstack.org/12689713:02
*** zz_avozza is now known as avozza13:03
*** rushiagr is now known as rushiagr_away13:11
*** krykowski has quit IRC13:12
*** avozza is now known as zz_avozza13:23
*** gordc has joined #openstack-keystone13:26
*** chlong has quit IRC13:30
*** lsmola has quit IRC13:38
*** k4n0 has quit IRC13:41
*** rvasilets has joined #openstack-keystone13:45
*** lsmola has joined #openstack-keystone13:51
rvasiletsHi, 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 (Disable13: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 = work13:55
*** radez is now known as radez_g0n313:56
rvasiletsOk. Help. How to retrieve user-list?14:04
*** rushiagr_away is now known as rushiagr14:04
*** joesavak has joined #openstack-keystone14:05
*** mflobo has quit IRC14:06
*** mflobo has joined #openstack-keystone14:07
*** zz_avozza is now known as avozza14:09
*** k4n0 has joined #openstack-keystone14:10
*** k4n0 has quit IRC14:10
*** MasterPiece has quit IRC14:12
*** openstackgerrit has quit IRC14:22
*** openstackgerrit has joined #openstack-keystone14:23
*** ayoung has joined #openstack-keystone14:29
*** ChanServ sets mode: +v ayoung14:29
*** MasterPiece has joined #openstack-keystone14:30
*** abhirc has joined #openstack-keystone14:34
rodrigodsayoung, 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 ourselves14:34
*** MasterPiece has quit IRC14:35
*** MasterPiece has joined #openstack-keystone14:35
*** raildo has joined #openstack-keystone14:35
*** richm1 has joined #openstack-keystone14:36
*** andreaf has joined #openstack-keystone14:36
marekdhi, can we approve this bp: https://blueprints.launchpad.net/keystone/+spec/idp-id-registration ?14:39
*** MasterPiece has quit IRC14:40
*** LinstatSDR has joined #openstack-keystone14:40
ayoungrodrigods, 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-keystone14:44
marekdmorganfainberg: 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
ayoungrodrigods if we dropped the domain abstraction, it would actually be easier.14:44
ayoungif everything was a project, and you did list_projects, either you would say "include subprojects"  or "list allprojects under Proj_id=X"14:45
ayoungwhen you say list_projects?domain_id=X  which one should we mean?14:45
*** edmondsw has joined #openstack-keystone14:45
*** r-daneel has joined #openstack-keystone14:46
ayoungrodrigods, and...here is where it needs to work:14:46
ayoungon Horizon, I need it so that I can get a project scoped token.14:46
ayounglet me make that clearer14:46
ayoungHorizon only knows about project scoped tokens today.  WHich means it cannot perform operations that require a domain scoped token14:47
ayoungwe should fix this:14:47
rodrigodsraildo, ^14:47
ayoungrodrigods, raildo So if a user has role on a domain, horizon should now list this as one of the projects that the user can select14:48
ayoungOTOH, we probably want to restrict the operations that the user can perform on the domain/project14:48
raildoayoung, 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 token14:48
ayoungraildo, let me restate that14:49
ayoungwhen a user requests a domain scoped token, it should have a section that looks just like a project scoped token14:49
ayoungraildo, "necessary but not sufficient"14:49
*** nkinder has joined #openstack-keystone14:49
raildoayoung, ok14:49
ayoungraildo, in order for the user to be able to select that project, it needs to show up in the list14:49
ayoungthis list comes from list_projects_for_users14:50
ayounghttps://github.com/openstack/keystone/blob/master/keystone/assignment/controllers.py#L412  list_user_projects14:51
rodrigodsayoung, my suggestion: we extract this to the Reseller spec (or even a third one)14:51
rodrigodsthe HMT improvements part is pretty trivial14:51
*** pcaruana|off| is now known as pcaruana14:51
ayoungrodrigods, I don't care what spec it is in, but it needs to be cleared up pronto14:51
ayoungrodrigods, HMT is incomplete without this solution14:52
rodrigodsayoung, I agree14:52
rodrigodsayoung, but everything should be in the right place14:52
ayoungrodrigods, I think I would like to let you take a swipe at it, and include it in the current spec14:52
*** zzzeek has joined #openstack-keystone14:52
ayoungthis is key14:52
raildoayoung, i agree, but just for organization, we are define this new relationship between domain and project in the reseller spec14:53
ayoungah14:53
rodrigodsayoung, you are right, it's something we should focus first14:53
ayoungreseller is a loaded term14:53
ayoungI mean, I see why you are using that, but it is a business term, not an identity term14:53
raildoayoung, I'll discuss with rodrigods this gap in the spec, and we'll update the spec14:53
ayoungbut, sure14:53
rodrigodsayoung, and we will absolute need your help, once you have a moment :)14:54
ayoungmake sure you address it from the perspective of  Horizon requirements14:54
raildoyeah, its a business term but its more easier to explain what we are implementing14:54
ayoung++14:54
rodrigodsayoung, and... is there anything on your list, mainly in the policy part you need help right now?14:54
ayoungreseller means " we are jumping over organizational boundaries, and we need to provide information hiding capabilities."14:55
rodrigodsayoung, good phrase14:55
raildoayoung, ++14:56
ayoungrodrigods, 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-keystone14:57
ayoungraildo, rodrigods I think you guys get it.  Just remember that all of this needs to be done with a project scoped token.14:58
raildoayoung, ok, thanks for the explanation. :)14:59
*** LinstatSDR has quit IRC14:59
openstackgerrithenry-nash proposed openstack/keystone: Make controllers call the new, split out, role manager.  https://review.openstack.org/14449414:59
rodrigodsayoung, it was already something we're discussing, including some design folks from Horizon15:00
ayoung++15:00
rodrigodsjust need to be clear about the final solution15:00
*** radez_g0n3 is now known as radez15:02
ayoungrodrigods, so...the real technical problem is what to do about LDAP15:02
ayoungfor assignment, that is15:03
*** boris-42 has quit IRC15:03
ayoungwith SQL, we can assume that the domain is_a project and just update the tests accordingly:15:03
ayounglist projects for domain will add an additional project for each test15:03
ayoungbut...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 that15:04
samueldmqhenrynash, just fyi, I'm still working on the list role assignments performance patch15:07
samueldmqhenrynash, will send a working patch today :)15:07
henrynashsamueldmq: gerat15:08
*** mattfarina has joined #openstack-keystone15:08
raildohenrynash, hey, I answered your questions in the reseller spec: https://review.openstack.org/#/c/139824/10/specs/kilo/reseller.rst15:09
*** ajayaa has quit IRC15:12
*** abhirc has quit IRC15:16
*** esmute has quit IRC15:24
*** esmute has joined #openstack-keystone15:27
*** raildo has quit IRC15:31
*** abhirc has joined #openstack-keystone15:33
*** raildo has joined #openstack-keystone15:33
*** stevemar has joined #openstack-keystone15:34
*** ChanServ sets mode: +v stevemar15:34
openstackgerrithenry-nash proposed openstack/keystone: Split roles into their own backend within assignments.  https://review.openstack.org/14423915:34
openstackgerrithenry-nash proposed openstack/keystone: Correct doc string for grant driver methods.  https://review.openstack.org/14440315:36
openstackgerrithenry-nash proposed openstack/keystone: Make controllers call the new, split out, role manager.  https://review.openstack.org/14449415:37
openstackgerrithenry-nash proposed openstack/keystone: Make unit tests call the new, split out, role manager.  https://review.openstack.org/14454815:37
openstackgerrithenry-nash proposed openstack/keystone: Refactor assignment manager/driver methods  https://review.openstack.org/14465015:38
openstackgerrithenry-nash proposed openstack/keystone: Correct comment about circular dependency.  https://review.openstack.org/14485015:39
openstackgerrithenry-nash proposed openstack/keystone: Move projects and domains to their own backend.  https://review.openstack.org/14482415:40
rodrigodsayoung, ++ that sounds good for now15:40
*** andreaf has quit IRC15:40
*** andreaf has joined #openstack-keystone15:41
openstackgerrithenry-nash proposed openstack/keystone: Remove unused pointer to assignment in identity driver.  https://review.openstack.org/14502215:42
openstackgerrithenry-nash proposed openstack/keystone: Make controllers and managers reference new resource manager.  https://review.openstack.org/13352515:42
openstackgerrithenry-nash proposed openstack/keystone: Make unit tests call the new resource manager.  https://review.openstack.org/13095415:43
openstackgerritMerged openstack/python-keystoneclient-federation: Fix pep8 issue  https://review.openstack.org/14451115:44
openstackgerrithenry-nash proposed openstack/keystone: Split the assignments controller  https://review.openstack.org/13263415:46
*** r-daneel has quit IRC15:49
*** raildo has quit IRC15:55
*** MasterPiece has quit IRC15:56
*** richm1 is now known as richm16:00
ayounglbragstad, I just realized you live in SA, which means that you have your whole musical setup there.  Jam session at your house?16:01
lbragstadayoung: lol, I don't have any wind instruments16:01
lbragstadjust the noisy stringed ones16:02
ayounglbragstad, YOu play guiter, right?16:02
ayoungguitah as they call it here16:02
rodrigodsayoung, 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
ayoungtoo noisy for where you live?16:02
ayoungrodrigods, We cabn probably just skip the broken tests instead of fixing it16:02
lbragstadayoung: a used to quite a bit. I had to down-grade amps.16:03
ayounglbragstad, probably too noisy for Geekdom or the Valencia then, too16:03
ayoungthe Sax is pretty noisy as well16:03
lbragstadayoung: sax == no amp required16:04
*** chrisshattuck has joined #openstack-keystone16:04
rodrigodsayoung, ++16:05
ayoungrodrigods, let me see where my WIP is16:06
ayoungrodrigods, it might make more sense to do this:16:06
ayounghave a variable which states: domain == project.  If False, then  adjust the math to the lower number for projects returned from an API16:07
*** raildo has joined #openstack-keystone16:07
ayoungrodrigods, OK  last I submitted was https://review.openstack.org/#/c/143763/16:08
ayoungI think I went beyond that locally16:08
rodrigodsayoung, ok16:08
*** rvasilets has left #openstack-keystone16:09
ayoungrodrigods, 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 appreciative16:10
ayoungand 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
rodrigodsayoung, absolutely16:13
*** rushiagr is now known as rushiagr_away16:13
ayoungrodrigods, just pep8 check and fix and then I'll repost16:13
rodrigodsayoung, ok16:13
ayoungrodrigods, it is going to need a migration, too16:14
openstackgerritayoung proposed openstack/keystone: domain as project  https://review.openstack.org/14376316:15
rodrigodsayoung, sql migration, right?16:15
ayoungrodrigods, yes.  We need to create a project entry for each domain.16:15
*** henrynash has quit IRC16:16
ayoungOr...merge them into a single table.  I think creating the entry first is the safer way to go16:16
raildoayoung, ++16:17
*** lhcheng has joined #openstack-keystone16:18
rodrigodsayoung, 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() method16:21
*** lhcheng has quit IRC16:22
*** tellesnobrega has quit IRC16:24
ayoungrodrigods, nah, I think the other way around16:25
ayoungthis review needs to land first, but the migration can come afterwards16:25
ayoungyou don't want to have the possibility that someone has created a domain without a corresponding project16:25
richmWhen using keystone with the ldap identity backend, what attributes are used to store the default_project_id in the user entry?16:26
ayoungso this one lands, and then all new domain must have projects.16:26
ayoungrichm, its all in the config section...I'll link16:26
ayoungrichm, starting here http://git.openstack.org/cgit/openstack/keystone/tree/keystone/common/config.py#n49416:27
ayoungrichm, ah..you mean default project for the user?16:27
rodrigodsayoung, hmm missed that case16:27
ayoungrodrigods, "O diabo está nos detalhes."16:28
ayoungrichm, so the answer "there is no default project for users in the LDAP Identity backend"16:29
richmayoung: hmm - so that information is not stored in ldap?16:29
ayoungrichm, nope16:30
ayoungrichm, read only LDAP provided no place to put it16:30
ayoungrichm, 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
ayoungrodrigods, if you run the LDAP backend tests, you should see a slew of failures all of the sort "5 != 7"16:31
ayoungrodrigods, those tests are counting the number of results back from queries to list projects16:32
rodrigodsayoung, ok (nice google translation)16:32
rodrigodsayoung, already used to fight against LDAP since our first HMT patches16:32
richmayoung: 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 returned16:33
ayoungrodrigods, so what we could do is modify the tests to have both counts, and use the right count depending on LDAP vs SQL16:33
ayoungrichm, so I have this patch:16:33
ayounghttps://review.openstack.org/#/c/142521/16:33
rodrigodsayoung, "O diferencial está nos detalhes"16:33
rodrigodsayoung, what we usually use in portuguese16:33
rodrigodsayoung, just override, right?16:34
ayoungrichm, that patch should make more sense now16:34
ayoungand then16:34
ayoungrichm, we can do this https://review.openstack.org/#/c/142591/16:34
ayoungrichm, 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
ayoungrichm, 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-keystone16:37
*** ChanServ sets mode: +v henrynash16:37
openstackgerritMarek Denis proposed openstack/keystone: Implements whitelist and blacklist mapping rules  https://review.openstack.org/14257316:38
richmayoung: 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 IRC16:38
ayoungrichm, if you make it explicit, you get back a token scoped to that project.16:38
ayoungthe 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
ayoungrichm, Horizon had that problem16:39
richmok - perhaps I will get to that later - but for now my biggest problem is this:16:39
*** krykowski has quit IRC16:40
richmwith sql identity backend: keystone user-create foo --tenant bar ... -> keystone user-get foo returns tenantID bar16:40
richmwith ldap identity backend: keystone user-create foo --tenant bar ... -> keystone user-get foo returns no tenant ID16:40
richmthis is wreaking havoc with the puppet code16:40
richmIs there some way I can assign the project/tenant such that keystone user-get will return the project/tenant?16:42
*** raildo has quit IRC16:42
ayoungNope16:43
richmok16:43
*** krykowski has joined #openstack-keystone16:43
henrynashayoung, 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
ayoungrichm, how about guaranteeing that there is no project there?16:43
ayounghenrynash, didn't I +2 all yours already?16:44
richmthat 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 :P16:44
ayoungrichm, yes, please16:44
henrynashayoung: you did (and a fine +2 it was)…had to rebase to take another change in the sample config generator!!!16:45
ayounghenrynash, consider mine sticky unless you do any significant rewrite16:45
stevemarhenrynash, i am looking at it while i eat lunch16:45
henrynashayoung: thx16:45
henrynashstevemar: messy!16:45
morganfainberghenrynash: I got about ⅓ through it yesterday. It's still a massive chunk of code.16:45
ayounghenrynash, looking, though16:45
ayoungmorganfainberg, yes it is16:46
morganfainbergNothing seemed out of place. So far16:46
ayoungbut vast swathes are just moving around...I wish the diffs could show that16:46
morganfainberg++16:46
morganfainbergThat would be nice.16:47
*** tellesnobrega has joined #openstack-keystone16:47
henrynashayoung: ++ that would be really useful16:47
ayounghenrynash, since we are dreaming, I would also like the Moon-on-a-stick16:48
*** Ctina has joined #openstack-keystone16:48
henrynashayounng: just the moon?16:48
ayoungNo.  Not just.16:48
henrynashayoung: oh, just to start…yep, perfectly reasonable16:49
ayoungI got some chubby guy that sounded like Steve Carell to steal it for me but he gave it back.16:49
openstackgerritMerged openstack/keystonemiddleware: Move to hacking 0.10  https://review.openstack.org/14635316:52
*** rwsu has joined #openstack-keystone16:59
openstackgerritMerged openstack/keystonemiddleware: Correct failures for check H238  https://review.openstack.org/14635717:00
*** avozza is now known as zz_avozza17:02
*** jamielennox|away is now known as jamielennox17:03
jamielennoxwe doing a meeting?17:06
rodrigodsjamielennox, it will be in a hour?17:08
jamielennox... what the hell - did my phone get me up an hour early17:08
jamielennoxnot impressed17:09
*** boris-42 has joined #openstack-keystone17:12
morganfainbergstevemar, ping17:13
morganfainbergstevemar, https://blueprints.launchpad.net/keystone/+spec/cadf-everywhere17:13
stevemarmorganfainberg, yo17:16
morganfainbergstevemar, is that bp going to land in k2?17:17
rodrigodsayoung, is the Oslo Policy Cores complete? :P17:17
stevemarmorganfainberg, hope so, going to start hacking away at it soon, to have something to review for midcycle17:17
morganfainbergstevemar, ++ just checking17:17
morganfainberg:)17:18
morganfainbergayoung, ... i want C++ style overloading of methods.17:20
morganfainbergayoung, it would make stabilizing our driver interfaces ... a bit easier.17:21
*** gyee has joined #openstack-keystone17:21
*** ChanServ sets mode: +v gyee17:21
rodrigodsmorganfainberg, ++17:21
morganfainbergrodrigods, i've seen awful attempts at making it happen in python w/ decorators.17:22
morganfainbergrodrigods, it is scary metaprogramming that makes code unmaintainable.17:22
morganfainbergrodrigods, but doesn't mean i don't want the functionality :(17:22
*** krykowski has quit IRC17:22
*** lhcheng has joined #openstack-keystone17:22
rodrigodsmorganfainberg, hehe true17:22
rodrigodsmorganfainberg, Python is a funny language IMO, you can do almost everything but... With some workarounds17:23
morganfainbergs/workarounds/ugly omg what are you doing workarounds/17:23
morganfainberg:P17:23
rodrigodstried to use an euphemism :P17:24
rodrigodsnot me trying, just see people doing hehe17:25
rodrigodsand the language itself does17:25
morganfainbergyeah17:25
rodrigodsthe my_object_method(self): for example17:25
*** _cjones_ has joined #openstack-keystone17:25
rodrigodswas the first "what?" that I had once coding in Python for the first time17:26
morganfainbergthe self self selfing of python, yep17:26
stevemaroh 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.html17:28
morganfainbergyay17:28
morganfainbergi like it17:29
morganfainbergi'd like to see some reformatting of the Status17:29
morganfainbergso we can drop the "NOTE" part, but i know that is sphinx/rst magic17:29
morganfainbergI'd like to remove "Extensions" as a section17:30
morganfainbergif possible, make that a "stub" and say we're moving to... modules?17:30
morganfainbergor something else17:30
morganfainbergstevemar, ^17:30
stevemaryeah i know we're trying to kill the word extensions17:31
morganfainberg:)17:31
dstanekdo old reviews still get auto-abandoned?17:31
morganfainbergdstanek, no.17:31
stevemarI tried last night to eliminate the NOTE part, but no luck =\17:31
morganfainbergdstanek, i did a massive cleanup that one day.17:31
morganfainbergdstanek, but it's manual atm17:31
morganfainbergstevemar, lets focus on scrubbing "Extension" as a word first, the note part we can iterate on17:32
dstanekmorganfainberg: 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 knowing17:32
morganfainbergdstanek, that is exactly why we don't auto-expire now17:32
morganfainbergstevemar, this is a great first pass17:32
morganfainberg*shameless plug* Don't forget to vote for the board and the resolutions17:35
morganfainbergthis is a super important vote and needs lots of turnout17:35
morganfainbergotherwise the bylaws changes cannot be considered reviewed by the community17:35
*** krykowski has joined #openstack-keystone17:36
stevemarmarekd, online?17:37
* morganfainberg goes for coffee pre-meeting17:39
*** rushiagr_away is now known as rushiagr17:40
*** links has quit IRC17:40
*** jistr has quit IRC17:40
openstackgerritSteve Martinelli proposed openstack/keystone-specs: Service Provider for K2K  https://review.openstack.org/13560417:41
nkinderstevemar: so I'm waiting on the mod_auth_mellon doc until ECP is working there17:41
stevemarnkinder, ah17:41
nkinderstevemar: it's not very useful for keystone without ECP17:41
stevemarfair enough, you could just use a disclaimer at the top :)17:41
nkinderstevemar: ECP implementation is in progress though, so hopefully not too far away17:42
stevemarbut i can't promise morganfainberg doesn't give you a piece of his mind when he sees you :O17:42
stevemarany takers on https://review.openstack.org/135604 ?17:42
*** a2hill has joined #openstack-keystone17:44
openstackgerritJamie Lennox proposed openstack/python-keystoneclient: Add name parameter to NoMatchingPlugin exception  https://review.openstack.org/13989817:45
rm_workAre 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_workor is it just "two options"?17:45
jamielennoxrm_work: recommended17:46
rm_workis there something that *says* that?17:46
rm_workI totally believe you17:46
rm_workbut I have to document somewhere why we're using one over the other17:47
rm_workand apparently "because I think one is recommended" isn't holding water :P17:47
jamielennoxi'm pretty sure we say that in our documentation17:48
jamielennoxlet me see17:48
a2hillI beliebe you now, rm_work :P17:48
rm_worka2hill: thanks a2hill :P17:48
rm_workhmm i will read it again17:48
rm_workmaybe the same bits where the session stuff is introduced?17:48
jamielennoxhttp://docs.openstack.org/developer/python-keystoneclient/using-api-v3.html#non-session-authentication-deprecated17:49
*** diegows has quit IRC17:49
a2hillbam17:49
rm_workah ha yeah17:49
rm_workjust found it myself too17:50
rm_workcool17:50
rm_workthanks17:50
jamielennoxrm_work: however i agree and it's time to start logging deprecation messages for people that don't use the session stuff17:50
*** ajayaa has joined #openstack-keystone17:50
jamielennoxactually does anyone remember a mailing list thread about a library that did deprecation handling correctly? did that ever come about?17:51
morganfainbergI don't think it did17:51
*** krykowski has quit IRC17:52
*** EmilienM is now known as EmilienM|afk17:53
jamielennoxmorganfainberg: any idea what it was called - i can't seem to find it in lists17:53
*** raildo has joined #openstack-keystone17:55
morganfainbergjamielennox: I remember seeing it no idea what it was called.17:56
openstackgerritBrant Knudson proposed openstack/keystonemiddleware: Correct failures for check E122  https://review.openstack.org/14635517:57
*** krykowski has joined #openstack-keystone17:57
*** nellysmi_ has quit IRC17:57
samueldmqmorganfainberg, will we have meeting today?17:58
morganfainbergsamueldmq: yes17:58
samueldmqack17:58
morganfainbergMeeeeeeeeeeeting time17:59
*** topol has joined #openstack-keystone18:02
*** ChanServ sets mode: +v topol18:02
*** zz_avozza is now known as avozza18:02
*** timcline has joined #openstack-keystone18:03
*** _cjones_ has quit IRC18:05
*** abhirc_ has joined #openstack-keystone18:05
*** openstac_ has joined #openstack-keystone18:07
*** _cjones_ has joined #openstack-keystone18:16
*** david_hu has joined #openstack-keystone18:22
*** aix has quit IRC18:23
*** EmilienM|afk is now known as EmilienM18:24
*** rushiagr is now known as rushiagr_away18:28
dolphmmorganfainberg: can a bug filed against "keystone" in launchpad be tracked against a bug fix in keystone-specs today? not sure how the bots are configured18:31
morganfainbergdolphm, it should work that way18:32
*** trey has joined #openstack-keystone18:32
morganfainbergdolphm, keystone-specs should be grouped. i'll 2x check post meeting and submit a fix if not18:32
*** avozza is now known as zz_avozza18:32
dolphmmorganfainberg: thanks18:32
*** Ctina has quit IRC18:33
*** Ctina has joined #openstack-keystone18:34
*** raildo has quit IRC18:34
*** afaranha has joined #openstack-keystone18:36
*** harlowja_away is now known as harlowja18:39
treyare 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 basically18:42
morganfainbergtrey, 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
openstackgerritSamuel de Medeiros Queiroz proposed openstack/keystone-specs: Fixes role inheritance API inconsistency  https://review.openstack.org/14694918:45
samueldmqayoung, morganfainberg, henrynash, bknudson ^18:51
ayounghenrynash, see http://adam.younglogic.com/2014/05/keystone-federation-via-mod_lookup_identity/  and nkinder 's blog post https://blog-nkinder.rhcloud.com/?p=13018:56
*** mgarza_ has joined #openstack-keystone18:57
lbragstadgyee: something like it, https://github.com/openstack/oslo.config/blob/70c5b67df353f70f0253dd7b8bcc66c871f842ff/oslo_config/tests/test_cfg.py#L289818:57
lbragstadgyee:  but I think its just does what bknudson describes18:58
*** hichtakk has joined #openstack-keystone18:58
gyeelbragstad, ha, secret=true19:00
morganfainbergbknudson, lets do the non-spec bps today/tomorrow in this channel19:01
bknudsonok19:01
morganfainberggyee, lbragstad, dolphm, ayoung, jamielennox, henrynash, stevemar, topol, nkinder, dstanek, ^^19:01
ayoungnkinder gyee henrynash so SSSD dynamically handling multiple domains is something that is under development even as we speak19:01
bknudsonI was thinking next time I would update the meeting agenda just before the meeting and put my stuff at the top.19:02
gyeeayoung, awesome!19:02
dstanekmorganfainberg: when are you thinking?19:02
morganfainbergbknudson, i'd like to get those dealt with before next meeting19:02
henrynashayoung: so I’m a big fan of doing that….but can we ignore the current way of doing ldap19:02
*** ajayaa has quit IRC19:02
henrynashwhats SSSD ?19:02
morganfainbergdstanek, after TC meeting today?19:02
ayounggyee, henrynash I'll link19:02
morganfainbergdstanek, or after x-project i mean19:02
ayounghttp://sssd.fedorahosted.org/19:02
ayounghenrynash, let's just say that Keystone is not the first place that multiple LDAP has reared its ugly head.19:03
morganfainbergSSSD is cool when it works right. last time i tried it on ubuntu it was... wonky, but that was a couple versions (of ubuntu) ago19:03
gyeemorganfainberg, sure19:03
ayounggah.19:03
morganfainberghaven't tried in trustty19:03
morganfainbergtrusty*19:03
ayounghenrynash, try instead https://fedorahosted.org/sssd/19:03
morganfainbergin 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
henrynashayoung: ok, got it19:04
morganfainbergayoung, this is much like going back to the PAM module...but less sucky19:04
morganfainberg:)19:04
dstanekmorganfainberg: ok, i'll be around then - i think that's 17:00 EST/22:00 UTC19:04
krykowskimorganfainberg: 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
bknudsonare SSSD clients typically the pam module, or are they expected to reimplement the client? (is there a python client?)19:04
morganfainbergkrykowski, absolutely, i recommend submitting it to the backlog19:04
ayoungmorganfainberg, 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 sense19:05
gyeemorganfainberg, I need to go dark for about an hour or so in the afternoon, but should be available the rest of the day19:05
morganfainberggyee, sure. plan is post x-project meeting which is 2100utc? dstanek is that right?19:05
* morganfainberg checks19:05
krykowskiwill need to dig for what is backlog then ; )19:05
morganfainbergkrykowski, the backlog is just a directory in the specs repo19:06
bknudsonyou'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 that19:06
nkinderbknudson: there is a PAM provider and a NSS provider19:06
henrynashayoung: 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 assignments19:06
gyeemorgainfainberg, sounds good19:06
nkinderbknudson: so clients that use PAM will just end up using SSSD with no changes when it's configured19:06
marekdstevemar: i am only now :(19:06
krykowski<morganfainberg> thanks very much, good night!19:06
stevemarmarekd, it's all good, i fixed up the patch19:06
*** amakarov is now known as amakarov_away19:06
morganfainbergkrykowski, and please come back here tomorrow/next day and we can talk more in irc :)19:06
dstanekmorganfainberg: gyee: yes, pretty sure; so after would be around 22:00 UTC19:06
morganfainbergkrykowski, have a good night!19:07
bknudsonnkinder: ayoung: I was wondering what the proposal would be to use SSSD ... bring back the pam backend or something else.19:07
krykowskisure is ;)19:07
marekdstevemar: which one?19:07
gyeenkinder, does mod_mellon with with ECP?19:07
morganfainbergdstanek, yeah it's 210019:07
*** krykowski has quit IRC19:07
stevemargyee, not yet apparently19:07
morganfainbergnkinder, gyee, i think it was said ECP and mellon isn't there yet19:07
ayoungbknudson, nah...sssd will be accessed via an apache module and then hit the mapping like any other federated approach19:07
morganfainbergbut is in works.19:07
bknudsonayoung: ah, that's better.19:07
nkinderbknudson: PAM is just authentication, not user lookup of various attributes19:07
morganfainberggyee, meaning SHIB is currently the only option19:07
stevemarmarekd, hmmm, SP api/spec19:07
henrynashayoung: 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 stretch19:07
gyeek, I was wondering about that19:07
ayoungbknudson, I did a proof-of-concept about a year ago19:07
morganfainberggyee, can a HUP be used on shibd to read from the metatdata-directory?19:08
*** atiwari has joined #openstack-keystone19:08
morganfainberggyee, [the glob equiv metadata directive]19:08
stevemarmorganfainberg, any reason you didn't push through https://review.openstack.org/#/c/135604/ ?19:08
gyeenot sure19:08
morganfainberggyee, if so, that is better than "restart"19:08
gyeemorganfainberg, not sure, I'll have to give it a try19:08
marekdstevemar: ah, ok19:08
marekdstevemar: thanks for fixing that.19:08
stevemarnp19:08
morganfainbergstevemar, 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 core19:08
ayounghenrynash, the nice thing about using SSSD is it solves the mapping at both the Keystone level and for the VMs as well.19:08
nkinderbknudson: 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
henrynashayoung: true19:09
stevemarmorganfainberg, oh okay19:09
morganfainbergstevemar, i figure it can land tonight/first thing tomorrow19:09
ayoungI did this in 2014 05...so not quite a year ago19:09
morganfainberggives a couple hours for people to review19:09
stevemaryeah, alright, makes sense19:09
stevemarmarekd, talking about your SP patch ^19:09
ayoungI've promised nkinder I would update using the new federation code, so I don't have to hack "SAML" as the auth plugin19:10
morganfainbergstevemar, feel free to push it through later today/tomorrow early19:10
henrynashayoung: mayb we should attempt to get a “experimental” version of straight LDAP-via-feddration into Kilo?19:10
stevemari'll push it through late tonight, so marek can work on it tomorrow :)19:10
morganfainbergstevemar, since your east-coast time / some timezone not as late as pst19:10
ayounghenrynash, no need.  It works now.19:10
marekdstevemar: uhm.19:10
morganfainbergmarekd, that landing in K2?19:10
ayoungYou need to use mod_lookup_identity19:10
morganfainbergmarekd, assuming approved today?19:10
ayoungthe question is how to make that work alongside mod_mellon19:10
morganfainbergor k3?19:10
henrynashayoung: ok, so let’s add it to the documention of fedration or something19:10
marekdmorganfainberg: what is a deadline for K2 ?19:10
nkinderayoung: what about when domains are used?19:10
morganfainbergFeb 519:10
ayoungbut 2 different auth urls....19:10
marekdmorganfainberg: oh, so, pretty much yes.19:11
morganfainbergabout 3.5 weeks out19:11
ayoungnkinder, SSSD puts domain in as an env var19:11
morganfainbergmarekd, great. will tag the bp to k2 and mark as blocked until spec lands19:11
nkinderhenrynash: +1 on documenting it (assuming it all is working already)19:11
ayoungso two different LDAP servers -> 2 Kerberos realms -> 2 keystone domains19:11
marekdmorganfainberg: roger that.19:11
stevemarmarekd, i think we had code for this during the last release too19:11
nkinderayoung: do you have a writeup thay can be used to seed the documentation for all of this?19:11
ayoungnkinder, of course19:12
ayounghttp://adam.younglogic.com/2014/05/mod_lookup_identity/19:12
marekdmorganfainberg: stevemar: I would like ask for reviews of https://review.openstack.org/#/c/13901319:12
ayoungand then19:12
ayounghttp://adam.younglogic.com/2014/05/keystone-federation-via-mod_lookup_identity/19:12
marekdnkinder: ^^ you too19:12
henrynashyep, saw that one19:12
stevemarmarekd there it is: https://review.openstack.org/#/c/104623/19:12
henrynashok..defintely a topic for other “getting-increasingly-cammed” midcycle!19:12
nkindermarekd: I'll review that this afternoon19:13
henrynashcrammed, even19:13
morganfainbergmarekd, https://blueprints.launchpad.net/keystone/+spec/k2k-service-providers19:13
marekdstevemar: yeah, i will restore.19:13
nkinderhenrynash: it's so crammed the "r" wouldn't fit19:13
marekdmorganfainberg: thanks!19:13
morganfainbergnkinder, you're not at the midcycle right?19:13
henrynashnkinder: ha!19:13
ayoungI use a spring loaded Camming Device19:14
gyeewhat's the recommended transportation for the midcycle? taxi, bus, uber, train?19:14
nkindermorganfainberg: no. :(  Going to be flying to DC, then back, then to CZ19:14
morganfainbergnkinder, damn19:14
gyeefrom airport I mean19:14
ayounghttp://en.wikipedia.org/wiki/Spring-loaded_camming_device19:14
morganfainberggyee, 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 airport19:14
bknudsongyee: I took a shuttle bus that stopped at different hotels.19:14
henrynashgyee: well, from england, all those suck for me….19:14
morganfainberggyee or shuttle19:14
ayoungmostly Camalots and Aliens, but I think I have a Metolius or two on my rack as well19:14
marekdmorganfainberg: 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
ayounggyee, Topol is running an airport shuttle.19:15
gyeesweeet19:15
ayoungheh19:15
topolayoung. I am ?19:15
ayoungtopol, yes you are19:15
topolif you get in when I get in19:15
henrynashtopol & rickshaw….19:15
morganfainbergayoung, right! i heard he's getting a fancy car.. like a rolls for the trip19:15
gyeetopol, so what's the schedule for your limo?19:15
ayoungdoes the Valencia have a shuttle?19:15
morganfainbergayoung, he can be a chauffeur19:15
stevemari plan on cabbing it19:16
bknudsonayoung: last time I took a shuttle to & from valencia19:16
stevemarmarekd, i don't get the question19:16
ayoungbknudson, run by the Valencia?19:16
bknudsonayoung: no, it stopped at different hotels19:16
marekdstevemar: should 'service_providers' be included in service catalog *always* ?19:16
marekdor only if client explicitely asks for that.19:16
bknudsonayoung: there was a station at the airport near the baggage claim.19:16
stevemarmarekd, definitely not, we will get beat up for that19:17
morganfainberggyee, didn't you hear it's not a limo, it's a bugatti19:17
topolgyee I get in at 7:53 pm. If you get in around then I can take you to the Valencia19:17
stevemaronly if client asks for it19:17
ayoungwe all arriving Sunday night?19:17
stevemarbknudson, it was free?19:17
gyeetopol, I'll take the shuttle then, my flight land on 10pm Sunday19:17
topolI got a midsize. Which is better than the yugo they normally give me in SAT19:17
gyeeI'll carpool with morganfainberg on the way back19:17
marekdstevemar: ok, /v3/auth/tokens?service_providers should be fine ?19:17
bknudsonstevemar: it was not free.19:17
morganfainbergtopol, i don't get a choice, avis always gives me a mid-size19:17
topolgyee, good. Cause I want to head somehwere where I can watch some footbal and drink19:18
morganfainbergtopol, i even asked for economy once, was told they didn't have any19:18
bknudsonstevemar: but the company paid for it (don't tell topol)19:18
stevemarbknudson, what was the cost?19:18
gyeetopol, if this is a week earlier I would be able to watch my buckeyes in person19:18
bknudsonstevemar: I don't remember but it was reasonable... it's just a shuttle bus.19:18
ayoungtopol, let me see...19:18
topolgyee your buckeyes?  and my wifes buckeyes19:18
morganfainbergmarekd, that should be fine. - but we may want to always include them tbh19:18
topolgyee my house was happy last night19:19
gyeetopol, class of 9619:19
topolgyee my wife was class of 9319:19
gyeethe john cooper days19:19
morganfainbergmarekd, to help limit issues with needing to specifically ask if you suddenly want to use an SP, needing to re-auth/re-scope seems wonky19:19
ayoungSAT  10:00pm19:19
stevemarbknudson, looks like its 19 bucks, IIRC it's around 25 for a cab, meh ... not saving much19:19
topolgyee, oy. those big bear commercials19:20
morganfainbergmarekd, if i want to consume another SP's resources suddenly19:20
ayoungtoo late for topol 's livery service19:20
morganfainberge.g. burst19:20
bknudsonstevemar: you get to see more of the city.19:20
* morganfainberg arrives around 4pm CST in SAT19:20
gyeetopol, ha, not sure big bear still exist anymore19:20
topolgyee not sure cooper exists anymore19:20
marekdmorganfainberg: ok, i will be including them always19:20
bknudsonstevemar: you can see the alamo.19:20
marekdmorganfainberg: if that doesn't work we can easily change it.19:20
stevemarayoung, 11pm for me :(19:21
* topol coaches should not do big bear commercials when they cant beat michigan19:21
morganfainbergmarekd, ++ 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/etc19:21
topolwill anyone be watching football in SAT Sunday night19:21
marekdmorganfainberg: what exactly do you mean for filtering?19:21
ayoungtopol, not I19:21
morganfainbergmarekd, similar to endpoint filtering19:21
gyeetopol, yeah man, we were 0-4 during my time there19:21
morganfainbergtopol, happy to watch a game and drink beers19:21
* ayoung watched his one Football game for this year19:22
topoldoes Chez dolphm have a big flat screen?19:22
topolayoung sorry. it was brutal as always19:22
morganfainbergbut i don't know where i'd watch the game19:22
ayoungtopol, not always.  I have a long memory.19:22
bknudsondo they play football in texas?19:22
ayoungwe went 2-2 when I was a Cadet19:22
topolmorganfainberg lets plan on it!19:22
ayoungbknudson, yeah, but they call it Soccer19:22
marekdmorganfainberg: one more thing - does this deserves a spec? https://blueprints.launchpad.net/keystone/+spec/idp-id-registration19:23
bknudsonI thought they just bribed the refs?19:23
topolmorganfainberg I'll ping you when I get in the rental car19:23
morganfainbergmarekd, lets review that for no-spec after x-project meeting.19:24
morganfainbergmarekd, i think that one could be a no-spec19:24
jamielennoxis warnings.warn() with DeprecationWarning sufficient for marking things deprecated in client or should it be written to a LOG as well?19:24
morganfainbergmarekd, you can add it to the list on the meeting wiki page19:24
marekdmorganfainberg: keystone meetings wiki or sth else?19:24
morganfainbergkeystone meeting19:25
morganfainbergthats the list we'll be going from.19:25
marekdmorganfainberg: ok19:25
bknudsonjamielennox: my opinion is warnings.warn() now that I've looked at it.19:25
topolayoung 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 giants19:25
bknudsonjamielennox: applications can configure warnings to log if they want.19:26
marekdmorganfainberg: 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
jamielennoxbknudson: right, you can do logging.capturewarnings however by default deprecationwarnings don't get printed so i just don't know if it's strong enough19:26
marekdthen we could actually need a spec.19:26
ayoungtopol, Army recruits leaders that can also play football.  Navy recruits football players.  Which one do you think is doing it wrong?19:26
morganfainbergmarekd,ok19:26
bknudsonjamielennox: we might want to have a subclass of deprecationwarning for client use.19:26
marekdmorganfainberg: we are almost done with bugging you :-)19:26
treywith 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
jamielennoxbknudson: would result in the same problem if depreationwarnings aren't printed by default i think19:27
bknudsonjamielennox: 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
jamielennoxbknudson: i'm happy with that call19:27
marekdmorganfainberg: 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
marekdstevemar: ayoung bknudson ^^19:28
topolayoung. Fair enough. I dont have a dog in the commanders cup saga19:28
topolfight19:28
morganfainbergtrey, you can use SQL for the service users.19:28
treyoh cool19:28
morganfainbergtrey, and then LDAP for the other users. but SQL needs to be used for the default domain19:29
morganfainbergLDAP would need to be configured for other domains (making this v3 only)19:29
treythat's perfect19:29
morganfainbergtrey, configuring it is ... let me find the link19:29
morganfainbergtrey, http://docs.openstack.org/developer/keystone/configuration.html#domain-specific-drivers19:30
treythank you19:30
morganfainbergtrey, it does require Juno or later19:30
treyi'm using juno :D19:30
morganfainbergtrey, perfect19:30
morganfainbergtrey, ayoung has done a deployment [test] with it using FreeIPA. it's really cool19:30
openstackgerritLin Hua Cheng proposed openstack/keystone: On creation default service name to empty string  https://review.openstack.org/14696219:30
bknudsonlet me verify something with service users in their own domain -- service users need to be in the default domain, right?19:30
morganfainbergbknudson, right now i think so.19:31
bknudsonat least they did before auth_token middleware supports auth plugin.19:31
morganfainbergtrey, ^19:31
morganfainbergbknudson, right19:31
bknudsonand nova at least doesn't support v3 yet?19:31
bknudsonnova with neutron client.19:32
morganfainbergyeah i think that is where it falls over19:32
morganfainbergnova itself doesn't care about v3 vs v219:32
morganfainbergit's just userid/projectid it cares abouty19:32
morganfainbergand roles19:32
samueldmqstevemar, ping19:33
*** lhcheng has quit IRC19:33
*** lhcheng has joined #openstack-keystone19:34
openstackgerritSamuel de Medeiros Queiroz proposed openstack/keystone: Fixes several typos on configuration doc  https://review.openstack.org/14625819:34
openstackgerritSamuel de Medeiros Queiroz proposed openstack/keystone: Fixes spacing in sentences on configuration doc  https://review.openstack.org/14625919:34
openstackgerritSamuel de Medeiros Queiroz proposed openstack/keystone: Limit lines length on configuration doc  https://review.openstack.org/14626019:34
openstackgerritSamuel de Medeiros Queiroz proposed openstack/keystone: Update Inherited Role Assignment Extension section  https://review.openstack.org/14626119:34
morganfainbergmarekd, is mapping-enhancements k2 as well?19:36
*** lhcheng_ has joined #openstack-keystone19:36
marekdmorganfainberg: patchets are waiting for review.19:37
morganfainbergk19:37
morganfainbergtagging to k219:37
marekdhttps://review.openstack.org/#/c/139013/14 and https://review.openstack.org/#/c/142573/19:37
ayoungjamielennox, $ openstack project list19:38
ayoungERROR: cliff.app 'super' object has no attribute 'load_commands'19:38
ayoungthat is using the F21 version....19:38
jamielennoxmmm, stevemar ^ ?19:38
ayoungI 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 IRC19:39
*** lhcheng has quit IRC19:39
jamielennoxayoung: it could be an outdated cliff19:39
jamielennoxor...19:40
ayoung Installing : python-cliff-1.6.1-3.fc21.noarch19:40
jamielennoxtry again with --debug i think that prints a traceback19:40
ayoungthat was part of the yum install19:40
stevemarhmmm19:40
ayoung  File "/opt/stack/python-openstackclient/openstackclient/common/commandmanager.py", line 40, in load_commands19:40
stevemarmorganfainberg, yes it's k2 as well, that one should be okay19:40
openstackgerritRodrigo Duarte proposed openstack/keystone-specs: Hierarchical Multitenancy Improvements  https://review.openstack.org/13530919:41
ayoung$ openstack --version19:41
ayoungopenstack 1.0.0.319:41
stevemarayoung, if it's not too late, try adding --debug19:41
stevemarwhua? 1.0.0.3 ?19:41
ayoungstevemar, this is what is packaged with Fedora 2119:41
stevemarahhh19:41
ayoungpaste.fedoraproject.org/169216/7805314219:41
stevemari wonder what python version that is based off of19:41
jamielennoxayoung: that doesn't sound right, why would fedora package into /opt/stack19:42
jamielennoxi think you have a dev version getting in the way19:42
ayoung$ python --version19:42
ayoungPython 2.7.819:42
ayoungjamielennox, heh19:42
ayoungalmost certainly.19:42
stevemaryeah, osc is running from /opt/stack and cliff from the right location /usr/lib/python2.719:43
*** zzzeek has quit IRC19:43
ayoungstevemar, I've had a slew of these issues...devstackisms19:43
stevemarwe 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
bknudsonstevemar: the error reporting could definitely be better... shouldn't need to --debug every time.19:45
*** zzzeek has joined #openstack-keystone19:45
*** zzzeek has quit IRC19:45
jamielennoxbknudson: that's actually something all the clients do, they surpress the traceback without --debug19:45
ayoungI think the problem is this file /usr/lib/python2.7/site-packages/python-openstackclient.egg-link19:45
jamielennoxthey should probably only do it for CommandErrors or whatever osc calls it19:45
ayoung$ rpmquery -f /usr/lib/python2.7/site-packages/python-openstackclient.egg-link19:45
ayoungfile /usr/lib/python2.7/site-packages/python-openstackclient.egg-link is not owned by any package19:45
jamielennoxayoung: yes, egg-link will take priority over the folder i think19:46
ayoungstill something wrong19:46
stevemaroh is RH actually including the 1.0.1 release, that would be neat http://cbs.centos.org/koji/buildinfo?buildID=53619:47
openstackgerritSamuel de Medeiros Queiroz proposed openstack/keystone: Fixes spacing in sentences on configuration doc  https://review.openstack.org/14625919:47
openstackgerritSamuel de Medeiros Queiroz proposed openstack/keystone: Limit lines length on configuration doc  https://review.openstack.org/14626019:47
openstackgerritSamuel de Medeiros Queiroz proposed openstack/keystone: Update Inherited Role Assignment Extension section  https://review.openstack.org/14626119:47
samueldmqstevemar, ^19:49
samueldmqstevemar, I rebased that chain, as you suggested19:49
ayounghow do I see the path for a module after it is loaded?19:51
stevemarsamueldmq, excellent19:53
jamielennoxayoung: i always do19:54
jamielennox>>> import module_name19:54
jamielennox>>> module_name19:54
jamielennoxthe __repr__ string will give you the path19:54
jamielennoxdon't know how to do it in code19:55
ayoungimport openstackclient19:55
ayoung>>> openstackclient19:55
ayoung<module 'openstackclient' from '/opt/stack/python-openstackclient/openstackclient/__init__.pyc'>19:55
ayoungso...why....19:55
ayoungI don't have a venv or python-path set19:55
ayoungI killed the egg info in /usr/lib/python2.7/site-packages19:55
jamielennoxrestart python19:56
ayoungI did19:56
*** gyee has quit IRC19:56
ayoungthat was from a new prompt19:56
jamielennoxtry pip remove python-openstackclient19:56
jamielennoxit'll prompt you with the thing it's going to remove19:57
ayoungOK...doing a yum erase first...19:57
ayoungpip remove python-openstackclient19:58
ayoungERROR: unknown command "remove"19:58
jamielennoxuninstall maybe19:58
ayounguninstall19:58
jamielennoxcan never keep that straight between pip, yum, apt whatever19:58
ayoung pip uninstall python-openstackclient19:58
ayoungCan't uninstall 'python-openstackclient'. No files were found to uninstall.19:58
jamielennoxlol, hmm19:58
jamielennoxa lesson in using venvs? :p19:59
ayoung>>> import openstackclient19:59
ayoung>>> openstackclient19:59
ayoung<module 'openstackclient' from '/opt/stack/python-openstackclient/openstackclient/__init__.pyc'>19:59
openstackgerritRodrigo Duarte proposed openstack/keystone-specs: Reseller  https://review.openstack.org/13982420:00
*** lhcheng has joined #openstack-keystone20:01
morganfainbergayoung, pythonpath including . ?20:01
rodrigodsayoung, domain is a project now is there ^20:01
morganfainbergmarekd, some concerns on the mapped group enhancements and possible bottlenecks due to repeated calls to identity_api20:01
morganfainbergmarekd, 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-keystone20:02
*** lhcheng_ has quit IRC20: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...etc20:04
*** foster__ has left #openstack-keystone20:05
*** timcline has quit IRC20:07
*** zz_avozza is now known as avozza20:10
stevemarfoster left so quickly :(20:12
*** zzzeek has joined #openstack-keystone20:12
openstackgerritSamuel de Medeiros Queiroz proposed openstack/keystone: Fixes several typos on configuration doc  https://review.openstack.org/14625820:13
openstackgerritSamuel de Medeiros Queiroz proposed openstack/keystone: Fixes spacing in sentences on configuration doc  https://review.openstack.org/14625920:13
openstackgerritSamuel de Medeiros Queiroz proposed openstack/keystone: Limit lines length on configuration doc  https://review.openstack.org/14626020:13
openstackgerritSamuel de Medeiros Queiroz proposed openstack/keystone: Update Inherited Role Assignment Extension section  https://review.openstack.org/14626120:13
marekdmorganfainberg: ok20:13
morganfainbergsamueldmq, sorry for the nit on the verbiage there.20:13
morganfainbergsamueldmq, but regenerable i think was a worse word to use ;)20:14
*** david-lyle has joined #openstack-keystone20:16
samueldmqmorganfainberg, np, always glad to receive feedbacks :)20:17
samueldmqmorganfainberg, stevemar thanks for the reviews20:18
stevemarsamueldmq, np20:18
stevemarbknudson, rodrigods can you re-review this patch: https://review.openstack.org/#/c/130593/ i made the bp that was required, to address your only comments20:18
*** avozza is now known as zz_avozza20:20
*** mikedillion has joined #openstack-keystone20:20
morganfainbergnkinder, https://bugs.launchpad.net/keystone/+bug/1408845 ping20:23
uvirtbotLaunchpad bug 1408845 in keystone "Disabling user in ldap breaks user-list for project" [Undecided,New]20:23
morganfainbergnkinder, that looooks like some enabled logic is potentially weird or suffers some misconfiguration20:24
ayoungmorganfainberg, no pythonpath set, but I see a few /opt/stack values in sys.path20:25
rodrigodsstevemar, +1 (would be a +2 +A if I could :) )20:27
stevemarrodrigods, 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 guy20:29
stevemarbknudson, fyi you're the dependency guy now20:29
morganfainbergwould anyone complain if we dropped SQLite support completely?20:29
morganfainbergwell i mean from a migration perspective20:30
*** _cjones_ has quit IRC20:30
marekdbknudson: stevemar @dependency.optional() is our remedy for self.federation_api ?20:30
*** hichtakk has quit IRC20:30
bknudsonmarekd: yes, I just commented on the review.20:31
rodrigodsstevemar, yeah, something like https://github.com/openstack/keystone/blob/master/keystone/token/providers/common.py#L44220:31
marekdbknudson: ok, i will change it.20:31
ayoung/usr/lib/python2.7/site-packages/openstackclient20:32
*** hichtakk has joined #openstack-keystone20:32
*** hichtakk has quit IRC20:32
*** hichtakk has joined #openstack-keystone20:33
*** hichtakk has quit IRC20:33
*** hichtakk has joined #openstack-keystone20:33
*** hichtakk has quit IRC20:33
*** hichtakk has joined #openstack-keystone20:34
*** hichtakk has quit IRC20:34
*** hichtakk has joined #openstack-keystone20:34
*** hichtakk has quit IRC20:35
*** mikedillion has quit IRC20:36
stevemarayoung, yay? finally get it?20:36
*** hichtakk has joined #openstack-keystone20:36
ayoungnope20:36
*** hichtakk has quit IRC20:36
bknudsonmarekd: 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-keystone20:36
*** hichtakk has quit IRC20:36
*** hichtakk has joined #openstack-keystone20:37
*** hichtakk has quit IRC20:37
ayoung/usr/lib/python2.7/site-packages/easy-install.pth:3:/opt/stack/python-openstackclient20:37
*** hichtakk has joined #openstack-keystone20:37
*** hichtakk has quit IRC20:38
openstackgerritBrant Knudson proposed openstack/keystonemiddleware: Enforce check F821 and H304  https://review.openstack.org/14635620:38
*** hichtakk has joined #openstack-keystone20:38
*** hichtakk has quit IRC20:38
*** hichtakk has joined #openstack-keystone20:39
*** hichtakk has quit IRC20:39
*** hichtakk has joined #openstack-keystone20:39
*** hichtakk has quit IRC20:39
*** hichtakk has joined #openstack-keystone20:40
marekdbknudson: hm.20:40
bknudsonmarekd: I had a note to myself to investigate it but no time so far.20:40
*** hichtakk has quit IRC20:41
*** hichtakk has joined #openstack-keystone20:41
*** hichtakk has quit IRC20:41
*** hichtakk has joined #openstack-keystone20:42
openstackgerritBrant Knudson proposed openstack/keystonemiddleware: Correct failures for check H703  https://review.openstack.org/14635820:42
*** hichtakk has quit IRC20:42
*** hichtakk has joined #openstack-keystone20:42
*** hichtakk has quit IRC20:42
*** boris-42 has quit IRC20:43
*** hichtakk has joined #openstack-keystone20:43
*** hichtakk has quit IRC20:43
*** hichtakk has joined #openstack-keystone20:43
stevemarbknudson, 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_api20:43
*** hichtakk has quit IRC20:43
*** hichtakk has joined #openstack-keystone20:44
stevemarbknudson, you really should have set up the pep8 fixes linearly :P20:44
*** _cjones_ has joined #openstack-keystone20: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 calls20:45
*** hichtakk has quit IRC20:45
rodrigodsayoung, oslo.policy, any news?20:45
*** hichtakk has joined #openstack-keystone20:45
ayoungrodrigods, GAH!20:45
ayoungNO!20:45
ayoungwhat?20:45
ayoungOk...context shift20:45
openstackgerritMarek Denis proposed openstack/keystone: Scope federated token with 'token' identity method  https://review.openstack.org/13059320:46
*** hichtakk has quit IRC20:46
*** _cjones_ has quit IRC20:46
marekdbknudson: stevemar rodrigods ^^20:46
rodrigodsayoung, get used to it :P (if not already)20:46
rodrigodsmarekd, tests passing?20:46
*** hichtakk has joined #openstack-keystone20:46
*** hichtakk has quit IRC20:46
marekdchecked test_v3_federation only.20:46
ayounghttps://review.openstack.org/#/c/146645/20:46
*** hichtakk has joined #openstack-keystone20:46
bknudsonstevemar: if the extension wasn't loaded then dependency.required should have failed.20:46
*** hichtakk has quit IRC20:47
bknudsonstevemar: the server should have failed to start.20:47
openstackgerritMerged openstack/keystone: Move to hacking 0.10  https://review.openstack.org/14633420:47
*** hichtakk has joined #openstack-keystone20:47
ayoungrodrigods, what is the pypi project named?20:47
openstackgerritTom Cameron proposed openstack/keystone-specs: Fix MD to RST formatting  https://review.openstack.org/14697720:47
rodrigodsayoung, my launchpad is rodrigodsousa, btw ;P20:47
*** hichtakk has quit IRC20:47
rodrigodsayoung, oslo.policy, we can't access20:47
rodrigodssince we do not have any packages yet20:47
rodrigodsbut it's there20:47
*** hichtakk has joined #openstack-keystone20:47
marekdrodrigods: test_auth, test_auth_plugin too.20:48
*** hichtakk has quit IRC20:48
ayoungrodrigods, cool.  let me fix the ABC order comment he made20:48
*** hichtakk has joined #openstack-keystone20:48
*** hichtakk has quit IRC20:48
*** hichtakk has joined #openstack-keystone20:49
*** hichtakk has quit IRC20:49
*** mgarza_ has quit IRC20:49
*** hichtakk has joined #openstack-keystone20:49
*** hichtakk has quit IRC20:49
rodrigodsayoung, ++20:49
openstackgerritMerged openstack/keystone: Correct failures for H238  https://review.openstack.org/14633520:49
openstackgerritMerged openstack/keystone: Updated from global requirements  https://review.openstack.org/14669420:50
*** hichtakk has joined #openstack-keystone20:50
*** hichtakk has quit IRC20:51
*** _cjones_ has joined #openstack-keystone20:51
rodrigodsayoung, do you have a pypi account so I can add you as package maintainer there?20:51
*** hichtakk has joined #openstack-keystone20:51
*** hichtakk has quit IRC20:51
*** hichtakk has joined #openstack-keystone20:52
*** hichtakk has quit IRC20:52
*** hichtakk has joined #openstack-keystone20:52
*** hichtakk has quit IRC20:52
*** hichtakk has joined #openstack-keystone20:53
*** hichtakk has quit IRC20:53
*** henrynash has quit IRC20:53
*** hichtakk has joined #openstack-keystone20:53
*** hichtakk has quit IRC20:53
*** hichtakk has joined #openstack-keystone20:54
*** hichtakk has quit IRC20:54
openstackgerritMerged openstack/keystone: add missing parent_id parameter check in project schema  https://review.openstack.org/14679620:54
*** hichtakk has joined #openstack-keystone20:54
*** hichtakk has quit IRC20:54
morganfainbergrodrigods, only one that matters is openstackci20:55
*** hichtakk has joined #openstack-keystone20:55
morganfainbergrodrigods, don't worry about anyone else.20:55
*** hichtakk has quit IRC20:55
morganfainbergrodrigods, in fact, don't add anyone else preferably.20:55
morganfainbergonly openstackci should ever push anything there.20:55
*** hichtakk has joined #openstack-keystone20:55
rodrigodsmorganfainberg, ++20:55
*** hichtakk has quit IRC20:56
rodrigodsmorganfainberg, regarding oslo policy cores, anything? :)20:56
*** hichtakk has joined #openstack-keystone20:56
ayoungrodrigods, no idea...let me check20:56
morganfainbergthat will be handled once the project is merged in20:56
*** hichtakk has quit IRC20:56
morganfainbergas the core-team in gerrit wont exist till then20:56
morganfainbergafter that it's easy to add people to it20:56
morganfainbergLP group can be already managed by ayoung20:56
*** hichtakk has joined #openstack-keystone20:56
morganfainbergand governance change will happen tomorrow20:57
rodrigodsmorganfainberg, ayoung, ++20:57
*** hichtakk has quit IRC20:57
morganfainbergjust saw in the TC meeting, so the project can merge into gerrit after that20:57
rodrigodsgreat news :)20:57
*** hichtakk has joined #openstack-keystone20:57
openstackgerritTom Cameron proposed openstack/keystone-specs: Fix MD to RST formatting  https://review.openstack.org/14697720:57
*** hichtakk has quit IRC20:57
*** hichtakk has joined #openstack-keystone20:57
ayoungrodrigods, it should be admiyo20:58
*** hichtakk has quit IRC20:58
*** hichtakk has joined #openstack-keystone20:58
openstackgerritBrant Knudson proposed openstack/keystone: Use RequestBodySizeLimiter from oslo.middleware  https://review.openstack.org/14469720:58
*** hichtakk has quit IRC20:58
morganfainbergmarekd, re: ADFS 3rd party CI20:58
morganfainbergmarekd, they're doing hyper-v summit soon, so i think busy20:58
*** hichtakk has joined #openstack-keystone20:59
morganfainbergwill reach out after i'm done with travel this week20: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 IRC20:59
*** hichtakk has joined #openstack-keystone20:59
rodrigodsayoung, admiyo ?20:59
*** hichtakk has quit IRC20:59
*** hichtakk has joined #openstack-keystone21:00
ayoungrodrigods, my pypi account name21:00
*** hichtakk has quit IRC21:00
rodrigodsayoung, ah, ok... but as morganfainberg said, just openstackci21:00
rodrigodsheh21:00
*** hichtakk has joined #openstack-keystone21:00
*** hichtakk has quit IRC21:00
ayoungrodrigods, nah. add me to it now, and we can remove later21:01
*** hichtakk has joined #openstack-keystone21:01
rodrigodsayoung, my account is rodrigodsousa (<morganfainberg> LP group can be already managed by ayoung)21:01
*** hichtakk has quit IRC21:02
*** hichtakk has joined #openstack-keystone21:02
*** hichtakk has quit IRC21:02
*** hichtakk has joined #openstack-keystone21:03
*** hichtakk has quit IRC21:03
*** hichtakk has joined #openstack-keystone21:03
*** hichtakk has quit IRC21:04
*** hichtakk has joined #openstack-keystone21:04
*** hichtakk has quit IRC21:04
*** jsavak has joined #openstack-keystone21:04
*** hichtakk has joined #openstack-keystone21:04
*** nkinder has quit IRC21:04
*** hichtakk has quit IRC21:05
*** hichtakk has joined #openstack-keystone21:05
*** hichtakk_ has joined #openstack-keystone21:06
*** hichtakk has quit IRC21:06
*** david-ly_ has joined #openstack-keystone21:07
*** hichtakk_ has quit IRC21:07
*** joesavak has quit IRC21:07
*** hichtakk has joined #openstack-keystone21:07
*** hichtakk has quit IRC21:07
rodrigodsayoung, thx :)21:07
*** hichtakk has joined #openstack-keystone21:07
*** hichtakk has quit IRC21:08
*** hichtakk has joined #openstack-keystone21:08
*** david-lyle has quit IRC21:09
*** hichtakk has quit IRC21:09
*** hichtakk has joined #openstack-keystone21:09
*** hichtakk has quit IRC21:10
*** hichtakk has joined #openstack-keystone21:10
*** hichtakk has quit IRC21:11
*** hichtakk has joined #openstack-keystone21:11
*** david-ly_ has quit IRC21:12
*** hichtakk has quit IRC21:12
*** hichtakk has joined #openstack-keystone21:12
*** gyee has joined #openstack-keystone21:12
*** ChanServ sets mode: +v gyee21:12
*** hichtakk has quit IRC21:12
*** hichtakk has joined #openstack-keystone21:12
*** hichtakk has quit IRC21:14
*** hichtakk has joined #openstack-keystone21:14
*** hichtakk has quit IRC21:14
*** hichtakk has joined #openstack-keystone21:14
*** hichtakk has quit IRC21:15
*** hichtakk has joined #openstack-keystone21:15
*** hichtakk has quit IRC21:15
*** hichtakk has joined #openstack-keystone21:16
*** hichtakk has quit IRC21:17
*** hichtakk_ has joined #openstack-keystone21:17
*** nkinder has joined #openstack-keystone21:17
*** hichtakk_ has quit IRC21:17
*** hichtakk has joined #openstack-keystone21:18
*** hichtakk has quit IRC21:18
*** hichtakk has joined #openstack-keystone21:18
*** hichtakk has quit IRC21:19
*** hichtakk has joined #openstack-keystone21:19
*** hichtakk has quit IRC21:19
*** hichtakk has joined #openstack-keystone21:20
*** hichtakk has quit IRC21:20
*** hichtakk has joined #openstack-keystone21:20
*** hichtakk has quit IRC21:21
*** hichtakk has joined #openstack-keystone21:22
richmstevemar: 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 IRC21:23
stevemarrichm, eww 0.3...21:23
*** hichtakk has joined #openstack-keystone21:23
stevemari think so, --format shell is a cliff thing, and we've always used cliff21:23
*** hichtakk has quit IRC21:23
*** joesavak has joined #openstack-keystone21:24
*** hichtakk has joined #openstack-keystone21:24
richmyeah - how can I find out for sure?  short of installing 0.3 and trying all of the $obj show commands21:24
*** hichtakk has quit IRC21:24
*** hichtakk has joined #openstack-keystone21:24
*** hichtakk has quit IRC21:24
*** edmondsw has quit IRC21:25
*** hichtakk has joined #openstack-keystone21:25
*** hichtakk has quit IRC21:25
*** dims__ has quit IRC21:25
*** hichtakk has joined #openstack-keystone21:25
*** hichtakk has quit IRC21:25
*** dims__ has joined #openstack-keystone21:26
*** hichtakk has joined #openstack-keystone21:26
*** hichtakk has quit IRC21:26
stevemarrichm, 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 version21:26
*** jsavak has quit IRC21:26
*** hichtakk has joined #openstack-keystone21:26
stevemarrichm, fwiw, redhat is packaging osc 1.0.1 now21:26
*** hichtakk has quit IRC21:27
stevemardebian packaging is a bit behind, maybe i have to poke someone21:27
*** hichtakk has joined #openstack-keystone21:27
*** hichtakk has quit IRC21:27
*** hichtakk has joined #openstack-keystone21:27
*** hichtakk has quit IRC21:28
*** dims__ has quit IRC21:28
*** dims__ has joined #openstack-keystone21:28
*** hichtakk has joined #openstack-keystone21:28
*** hichtakk has quit IRC21:28
*** hichtakk has joined #openstack-keystone21:29
*** hichtakk has quit IRC21:29
*** hichtakk has joined #openstack-keystone21:29
richmstevemar: yeah, it's the debian packaging that is the lowest common denominator21:29
stevemari thought they were at 0.4.1 ?21:29
*** hichtakk_ has joined #openstack-keystone21:30
*** hichtakk has quit IRC21:30
*** hichtakk_ has quit IRC21:31
*** hichtakk has joined #openstack-keystone21:31
*** hichtakk has quit IRC21:31
*** hichtakk has joined #openstack-keystone21:32
*** tziom has quit IRC21:32
*** harlowja has quit IRC21:32
*** rdo has quit IRC21:32
*** mfisch has quit IRC21:32
*** swartulv has quit IRC21:32
*** x58 has quit IRC21:32
*** rodrigods has quit IRC21:32
*** lvh has quit IRC21:32
*** navid_ has quit IRC21:32
*** uvirtbot has quit IRC21:32
*** gyee has quit IRC21:32
*** abhirc_ has quit IRC21:32
*** gordc has quit IRC21:32
*** wpf has quit IRC21:32
*** dims__ has quit IRC21:32
*** joesavak has quit IRC21:32
*** openstac_ has quit IRC21:32
*** jorge_munoz has quit IRC21:32
*** jell has quit IRC21:32
*** kragniz has quit IRC21:32
*** gabriel-bezerra has quit IRC21:32
richmthere is some version of debian that uses 0.3 - see https://review.openstack.org/#/c/145986/21:32
*** lhcheng has quit IRC21:33
*** lsmola has quit IRC21:33
*** afazekas has quit IRC21:33
*** toddnni has quit IRC21:33
*** bknudson has quit IRC21:33
*** serverascode has quit IRC21:33
*** wanghong has quit IRC21:33
*** hogepodge has quit IRC21:33
*** jamiec has quit IRC21:33
*** hichtakk has joined #openstack-keystone21:34
*** gabriel-bezerra has joined #openstack-keystone21:34
*** uvirtbot has joined #openstack-keystone21:34
*** navid_ has joined #openstack-keystone21:34
*** lvh has joined #openstack-keystone21:34
*** rodrigods has joined #openstack-keystone21:34
*** x58 has joined #openstack-keystone21:34
*** kragniz has joined #openstack-keystone21:34
*** jell has joined #openstack-keystone21:34
*** swartulv has joined #openstack-keystone21:34
*** mfisch has joined #openstack-keystone21:34
*** rdo has joined #openstack-keystone21:34
*** jorge_munoz has joined #openstack-keystone21:34
*** wpf has joined #openstack-keystone21:34
*** harlowja has joined #openstack-keystone21:34
*** tziom has joined #openstack-keystone21:34
*** gordc has joined #openstack-keystone21:34
*** abhirc_ has joined #openstack-keystone21:34
*** openstac_ has joined #openstack-keystone21:34
*** gyee has joined #openstack-keystone21:34
*** joesavak has joined #openstack-keystone21:34
*** dims__ has joined #openstack-keystone21:34
*** lhcheng has joined #openstack-keystone21:34
*** lsmola has joined #openstack-keystone21:34
*** afazekas has joined #openstack-keystone21:34
*** toddnni has joined #openstack-keystone21:34
*** bknudson has joined #openstack-keystone21:34
*** serverascode has joined #openstack-keystone21:34
*** wanghong has joined #openstack-keystone21:34
*** hogepodge has joined #openstack-keystone21:34
*** jamiec has joined #openstack-keystone21:34
*** sendak.freenode.net sets mode: +vv gyee bknudson21:34
*** hichtakk has quit IRC21:34
*** hichtakk has joined #openstack-keystone21:34
*** hichtakk has quit IRC21:35
*** hichtakk has joined #openstack-keystone21:35
*** hichtakk has quit IRC21:35
*** swartulv has quit IRC21:35
dstanekhow are there so many reviews in my queue21:35
*** hichtakk has joined #openstack-keystone21:35
*** hichtakk has quit IRC21:35
*** xxj has quit IRC21:35
*** HenryG has quit IRC21:35
*** xxj has joined #openstack-keystone21:35
*** hichtakk has joined #openstack-keystone21:35
*** hichtakk has quit IRC21:36
*** hichtakk has joined #openstack-keystone21:36
*** tellesnobrega has quit IRC21:36
*** andreaf has quit IRC21:36
*** ayoung has quit IRC21:36
*** erkules has quit IRC21:36
*** dstanek has quit IRC21:36
lbragstaddstanek: it's a never ending battle!21:36
*** hichtakk has quit IRC21:36
*** hichtakk has joined #openstack-keystone21:37
*** swartulv has joined #openstack-keystone21:37
*** tellesnobrega has joined #openstack-keystone21:37
*** ayoung has joined #openstack-keystone21:37
*** erkules has joined #openstack-keystone21:37
*** dstanek has joined #openstack-keystone21:37
*** sendak.freenode.net sets mode: +vv ayoung dstanek21:37
*** HenryG has joined #openstack-keystone21:37
*** jaosorior has quit IRC21:38
stevemarlbragstad, it really it21:38
*** afaranha has quit IRC21:38
*** chrisshattuck has quit IRC21:38
*** jimbaker has quit IRC21:38
*** samueldmq has quit IRC21:38
*** tsufiev has quit IRC21:38
*** redrobot has quit IRC21:38
*** therve has quit IRC21:38
*** ekarlso- has quit IRC21:38
*** grantbow has quit IRC21:38
*** hichtakk has quit IRC21:39
*** hichtakk has joined #openstack-keystone21:39
*** hichtakk has quit IRC21:40
*** afaranha has joined #openstack-keystone21:40
*** chrisshattuck has joined #openstack-keystone21:40
*** jimbaker has joined #openstack-keystone21:40
*** samueldmq has joined #openstack-keystone21:40
*** tsufiev has joined #openstack-keystone21:40
*** therve has joined #openstack-keystone21:40
*** ekarlso- has joined #openstack-keystone21:40
*** grantbow has joined #openstack-keystone21:40
*** hichtakk has joined #openstack-keystone21:40
*** redrobot has joined #openstack-keystone21:40
*** hichtakk has quit IRC21:41
*** redrobot is now known as Guest8086121:41
*** hichtakk has joined #openstack-keystone21:41
*** david-lyle has joined #openstack-keystone21:41
*** hichtakk has quit IRC21:41
*** hichtakk has joined #openstack-keystone21:41
*** hichtakk has quit IRC21:42
*** hichtakk has joined #openstack-keystone21:42
stevemarrichm, we shipped 0.3.0 with cliff 1.4.3, which had support for --format shell21:42
*** arif-ali has quit IRC21:42
*** achudnovets has quit IRC21:42
stevemarhttps://github.com/openstack/cliff/blob/1.4.3/cliff/formatters/shell.py21:42
*** Guest80861 is now known as redrobot21:42
*** arif-ali has joined #openstack-keystone21:42
*** achudnovets has joined #openstack-keystone21:42
stevemarhttps://github.com/openstack/python-openstackclient/blob/0.3.0/requirements.txt#L221:42
*** rwsu has quit IRC21:43
*** esmute has quit IRC21:43
*** zz_avozza has quit IRC21:43
*** vhoward has quit IRC21:43
*** csd has quit IRC21:43
*** tristanC has quit IRC21:43
*** xianghui has quit IRC21:43
*** rwsu has joined #openstack-keystone21:43
*** esmute has joined #openstack-keystone21:43
*** zz_avozza has joined #openstack-keystone21:43
*** vhoward has joined #openstack-keystone21:43
*** csd has joined #openstack-keystone21:43
*** tristanC has joined #openstack-keystone21:43
*** xianghui has joined #openstack-keystone21:43
*** hichtakk has quit IRC21:43
*** marekd has quit IRC21:43
*** marekd has joined #openstack-keystone21:43
*** hichtakk has joined #openstack-keystone21:43
*** hichtakk has quit IRC21:44
*** ChanServ has quit IRC21:44
*** openstackgerrit has quit IRC21:44
*** alex_xu has quit IRC21:44
*** wolsen has quit IRC21:44
*** dguerri_ has quit IRC21:44
*** amaurymedeiros has quit IRC21:44
*** nkinder has quit IRC21:44
*** _cjones_ has quit IRC21:44
*** zzzeek has quit IRC21:44
*** mattfarina has quit IRC21:44
*** telemonster has quit IRC21:44
*** jdennis has quit IRC21:44
*** junhongl has quit IRC21:44
*** notmyname has quit IRC21:44
*** chmouel has quit IRC21:44
*** marekd has quit IRC21:44
*** rwsu has quit IRC21:44
*** esmute has quit IRC21:44
*** zz_avozza has quit IRC21:44
*** vhoward has quit IRC21:44
*** csd has quit IRC21:44
*** tristanC has quit IRC21:44
*** xianghui has quit IRC21:44
*** arif-ali has quit IRC21:44
*** achudnovets has quit IRC21:44
*** afaranha has quit IRC21:44
*** chrisshattuck has quit IRC21:44
*** jimbaker has quit IRC21:44
*** samueldmq has quit IRC21:44
*** tsufiev has quit IRC21:45
*** therve has quit IRC21:45
*** ekarlso- has quit IRC21:45
*** grantbow has quit IRC21:45
*** tellesnobrega has quit IRC21:45
*** ayoung has quit IRC21:45
*** erkules has quit IRC21:45
*** dstanek has quit IRC21:45
*** xxj has quit IRC21:45
*** david-lyle has quit IRC21:45
*** tziom has quit IRC21:45
*** harlowja has quit IRC21:45
*** rdo has quit IRC21:45
*** mfisch has quit IRC21:45
*** x58 has quit IRC21:45
*** rodrigods has quit IRC21:45
*** lvh has quit IRC21:45
*** navid_ has quit IRC21:45
*** uvirtbot has quit IRC21:45
*** gyee has quit IRC21:45
*** abhirc_ has quit IRC21:45
*** gordc has quit IRC21:45
*** wpf has quit IRC21:45
*** HenryG has quit IRC21:45
*** dims__ has quit IRC21:45
*** joesavak has quit IRC21:45
*** openstac_ has quit IRC21:45
*** jorge_munoz has quit IRC21:45
*** jell has quit IRC21:45
*** kragniz has quit IRC21:45
*** gabriel-bezerra has quit IRC21:45
*** lhcheng has quit IRC21:45
*** lsmola has quit IRC21:45
*** afazekas has quit IRC21:45
*** toddnni has quit IRC21:45
*** bknudson has quit IRC21:45
*** serverascode has quit IRC21:45
*** wanghong has quit IRC21:45
*** hogepodge has quit IRC21:45
*** jamiec has quit IRC21:45
*** Ctina has quit IRC21:45
*** stevemar has quit IRC21:46
*** mflobo has quit IRC21:46
*** amerine has quit IRC21:46
*** mhu has quit IRC21:46
*** rm_work has quit IRC21:46
*** jraim has quit IRC21:46
*** lbragstad has quit IRC21:46
*** mgagne has quit IRC21:46
*** dhellmann has quit IRC21:46
*** pcaruana has quit IRC21:46
*** rharwood has quit IRC21:46
*** gus has quit IRC21:46
*** gothicmindfood has quit IRC21:46
*** anteaya has quit IRC21:46
*** larsks has quit IRC21:46
*** quack_quack_ has quit IRC21:46
*** dougwig has quit IRC21:46
*** dobson` has quit IRC21:46
*** hugokuo has quit IRC21:46
*** jacorob has quit IRC21:46
*** dolphm has quit IRC21:46
*** mancdaz has quit IRC21:46
*** sudorandom has quit IRC21:46
*** esp has quit IRC21:46
*** adam_g has quit IRC21:46
*** d0ugal has quit IRC21:46
*** rushiagr_away has quit IRC21:46
*** breton has quit IRC21:46
*** BAKfr has quit IRC21:46
*** hockeynut has quit IRC21:46
*** morganfainberg has quit IRC21:46
*** baffle has quit IRC21:46
*** redrobot has quit IRC21:46
*** david_hu has quit IRC21:46
*** fifieldt__ has quit IRC21:46
*** radez has quit IRC21:46
*** mkoderer has quit IRC21:46
*** andreaf_ has quit IRC21:46
*** dvorak has quit IRC21:46
*** charz has quit IRC21:46
*** nonameentername has quit IRC21:46
*** crinkle has quit IRC21:46
*** openstack has joined #openstack-keystone21:47
*** d34dh0r53 has joined #openstack-keystone21:47
*** zhiyan has joined #openstack-keystone21:47
*** hichtakk has joined #openstack-keystone21:49
*** hichtakk is now known as 16WAAYUHW21:50
*** hichtakk has joined #openstack-keystone21:51
*** swartulv has joined #openstack-keystone21:51
*** jaosorior has joined #openstack-keystone21:51
*** david-lyle has joined #openstack-keystone21:51
*** marekd has joined #openstack-keystone21:51
*** xianghui has joined #openstack-keystone21:51
*** tristanC has joined #openstack-keystone21:51
*** csd has joined #openstack-keystone21:51
*** vhoward has joined #openstack-keystone21:51
*** zz_avozza has joined #openstack-keystone21:51
*** esmute has joined #openstack-keystone21:51
*** rwsu has joined #openstack-keystone21:51
*** achudnovets has joined #openstack-keystone21:51
*** arif-ali has joined #openstack-keystone21:51
*** redrobot has joined #openstack-keystone21:51
*** grantbow has joined #openstack-keystone21:51
*** ekarlso- has joined #openstack-keystone21:51
*** therve has joined #openstack-keystone21:51
*** tsufiev has joined #openstack-keystone21:51
*** samueldmq has joined #openstack-keystone21:51
*** jimbaker has joined #openstack-keystone21:51
*** chrisshattuck has joined #openstack-keystone21:51
*** afaranha has joined #openstack-keystone21:51
*** HenryG has joined #openstack-keystone21:51
*** dstanek has joined #openstack-keystone21:51
*** erkules has joined #openstack-keystone21:51
*** ayoung has joined #openstack-keystone21:51
*** tellesnobrega has joined #openstack-keystone21:51
*** xxj has joined #openstack-keystone21:51
*** jamiec has joined #openstack-keystone21:51
*** hogepodge has joined #openstack-keystone21:51
*** wanghong has joined #openstack-keystone21:51
*** serverascode has joined #openstack-keystone21:51
*** bknudson has joined #openstack-keystone21:51
*** toddnni has joined #openstack-keystone21:51
*** afazekas has joined #openstack-keystone21:51
*** lsmola has joined #openstack-keystone21:51
*** lhcheng has joined #openstack-keystone21:51
*** dims__ has joined #openstack-keystone21:51
*** joesavak has joined #openstack-keystone21:51
*** gyee has joined #openstack-keystone21:51
*** sendak.freenode.net sets mode: +vvvv dstanek ayoung bknudson gyee21:51
*** openstac_ has joined #openstack-keystone21:51
*** abhirc_ has joined #openstack-keystone21:51
*** gordc has joined #openstack-keystone21:51
*** tziom has joined #openstack-keystone21:51
*** harlowja has joined #openstack-keystone21:51
*** wpf has joined #openstack-keystone21:51
*** jorge_munoz has joined #openstack-keystone21:51
*** rdo has joined #openstack-keystone21:51
*** mfisch has joined #openstack-keystone21:51
*** jell has joined #openstack-keystone21:51
*** kragniz has joined #openstack-keystone21:51
*** x58 has joined #openstack-keystone21:51
*** rodrigods has joined #openstack-keystone21:51
*** lvh has joined #openstack-keystone21:51
*** navid_ has joined #openstack-keystone21:51
*** uvirtbot has joined #openstack-keystone21:51
*** gabriel-bezerra has joined #openstack-keystone21:51
*** nkinder has joined #openstack-keystone21:51
*** _cjones_ has joined #openstack-keystone21:51
*** zzzeek has joined #openstack-keystone21:51
*** Ctina has joined #openstack-keystone21:51
*** david_hu has joined #openstack-keystone21:51
*** a2hill has joined #openstack-keystone21:51
*** stevemar has joined #openstack-keystone21:51
*** mattfarina has joined #openstack-keystone21:51
*** mflobo has joined #openstack-keystone21:51
*** amerine has joined #openstack-keystone21:51
*** telemonster has joined #openstack-keystone21:51
*** mhu has joined #openstack-keystone21:51
*** rm_work has joined #openstack-keystone21:51
*** jraim has joined #openstack-keystone21:51
*** lbragstad has joined #openstack-keystone21:51
*** mgagne has joined #openstack-keystone21:51
*** esp has joined #openstack-keystone21:51
*** dhellmann has joined #openstack-keystone21:51
*** fifieldt__ has joined #openstack-keystone21:51
*** pcaruana has joined #openstack-keystone21:51
*** jdennis has joined #openstack-keystone21:51
*** junhongl has joined #openstack-keystone21:51
*** notmyname has joined #openstack-keystone21:51
*** radez has joined #openstack-keystone21:51
*** rharwood has joined #openstack-keystone21:51
*** mkoderer has joined #openstack-keystone21:51
*** andreaf_ has joined #openstack-keystone21:51
*** gus has joined #openstack-keystone21:51
*** chmouel has joined #openstack-keystone21:51
*** gothicmindfood has joined #openstack-keystone21:51
*** quack_quack_ has joined #openstack-keystone21:51
*** anteaya has joined #openstack-keystone21:51
*** sendak.freenode.net sets mode: +v stevemar21:51
*** larsks has joined #openstack-keystone21:51
*** dvorak has joined #openstack-keystone21:51
*** dougwig has joined #openstack-keystone21:51
*** dobson` has joined #openstack-keystone21:51
*** ChanServ has joined #openstack-keystone21:51
*** charz has joined #openstack-keystone21:51
*** hugokuo has joined #openstack-keystone21:51
*** jacorob has joined #openstack-keystone21:51
*** nonameentername has joined #openstack-keystone21:51
*** crinkle has joined #openstack-keystone21:51
*** dolphm has joined #openstack-keystone21:51
*** mancdaz has joined #openstack-keystone21:51
*** amakarov_away has joined #openstack-keystone21:51
*** Qlawy has joined #openstack-keystone21:51
*** sudorandom has joined #openstack-keystone21:51
*** rushiagr_away has joined #openstack-keystone21:51
*** adam_g has joined #openstack-keystone21:51
*** d0ugal has joined #openstack-keystone21:51
*** breton has joined #openstack-keystone21:51
*** BAKfr has joined #openstack-keystone21:51
*** hockeynut has joined #openstack-keystone21:51
*** morganfainberg has joined #openstack-keystone21:51
*** sendak.freenode.net sets mode: +ooov ChanServ dolphm morganfainberg morganfainberg21:51
*** baffle has joined #openstack-keystone21:51
*** boltR has joined #openstack-keystone21:51
*** david-lyle has quit IRC21:51
*** david-lyle has joined #openstack-keystone21:51
*** jaosorior has quit IRC21:51
*** jaosorior has joined #openstack-keystone21:51
*** andreaf has joined #openstack-keystone21:51
*** 16WAAYUHW has quit IRC21:51
*** hichtakk has quit IRC21:51
*** zhiyan has quit IRC21:52
*** zhiyan has joined #openstack-keystone21:52
*** hichtakk has joined #openstack-keystone21:52
*** hichtakk has quit IRC21:53
*** Ctina has quit IRC21:53
*** stevemar has quit IRC21:53
*** mflobo has quit IRC21:53
*** amerine has quit IRC21:53
*** mhu has quit IRC21:53
*** rm_work has quit IRC21:53
*** jraim has quit IRC21:53
*** lbragstad has quit IRC21:53
*** mgagne has quit IRC21:53
*** dhellmann has quit IRC21:53
*** pcaruana has quit IRC21:53
*** rharwood has quit IRC21:53
*** gus has quit IRC21:53
*** gothicmindfood has quit IRC21:53
*** anteaya has quit IRC21:53
*** larsks has quit IRC21:53
*** hichtakk has joined #openstack-keystone21:53
*** hichtakk has quit IRC21:53
*** Ctina has joined #openstack-keystone21:53
*** stevemar has joined #openstack-keystone21:53
*** mflobo has joined #openstack-keystone21:53
*** amerine has joined #openstack-keystone21:53
*** mhu has joined #openstack-keystone21:53
*** rm_work has joined #openstack-keystone21:53
*** jraim has joined #openstack-keystone21:53
*** lbragstad has joined #openstack-keystone21:53
*** mgagne has joined #openstack-keystone21:53
*** dhellmann has joined #openstack-keystone21:53
*** pcaruana has joined #openstack-keystone21:53
*** rharwood has joined #openstack-keystone21:53
*** gus has joined #openstack-keystone21:53
*** gothicmindfood has joined #openstack-keystone21:53
*** anteaya has joined #openstack-keystone21:53
*** larsks has joined #openstack-keystone21:53
*** sendak.freenode.net sets mode: +v stevemar21:53
*** hichtakk has joined #openstack-keystone21:54
*** openstackgerrit has joined #openstack-keystone21:54
*** alex_xu has joined #openstack-keystone21:54
*** wolsen has joined #openstack-keystone21:54
*** dguerri_ has joined #openstack-keystone21:54
*** amaurymedeiros has joined #openstack-keystone21:54
*** quack_quack_ has quit IRC21:54
*** dougwig has quit IRC21:54
*** dobson` has quit IRC21:54
*** hugokuo has quit IRC21:54
*** jacorob has quit IRC21:54
*** dolphm has quit IRC21:54
*** mancdaz has quit IRC21:54
*** sudorandom has quit IRC21:54
*** esp has quit IRC21:54
*** adam_g has quit IRC21:54
*** d0ugal has quit IRC21:54
*** rushiagr_away has quit IRC21:54
*** breton has quit IRC21:54
*** BAKfr has quit IRC21:54
*** hockeynut has quit IRC21:54
*** morganfainberg has quit IRC21:54
*** baffle has quit IRC21:54
*** hichtakk has quit IRC21:54
*** hichtakk has joined #openstack-keystone21:54
*** hichtakk has quit IRC21:54
*** esp has joined #openstack-keystone21:54
*** quack_quack_ has joined #openstack-keystone21:54
*** dougwig has joined #openstack-keystone21:54
*** dobson` has joined #openstack-keystone21:54
*** hugokuo has joined #openstack-keystone21:54
*** jacorob has joined #openstack-keystone21:54
*** dolphm has joined #openstack-keystone21:54
*** mancdaz has joined #openstack-keystone21:54
*** sudorandom has joined #openstack-keystone21:54
*** rushiagr_away has joined #openstack-keystone21:54
*** adam_g has joined #openstack-keystone21:54
*** d0ugal has joined #openstack-keystone21:54
*** breton has joined #openstack-keystone21:54
*** BAKfr has joined #openstack-keystone21:54
*** hockeynut has joined #openstack-keystone21:54
*** morganfainberg has joined #openstack-keystone21:54
*** baffle has joined #openstack-keystone21:54
*** sendak.freenode.net sets mode: +oov dolphm morganfainberg morganfainberg21:54
*** redrobot has quit IRC21:54
*** david_hu has quit IRC21:54
*** fifieldt__ has quit IRC21:54
*** radez has quit IRC21:55
*** mkoderer has quit IRC21:55
*** andreaf_ has quit IRC21:55
*** dvorak has quit IRC21:55
*** charz has quit IRC21:55
*** nonameentername has quit IRC21:55
*** crinkle has quit IRC21:55
*** a2hill has quit IRC21:55
*** amakarov_away has quit IRC21:55
*** Qlawy has quit IRC21:55
*** boltR has quit IRC21:55
*** hichtakk has joined #openstack-keystone21:55
*** hichtakk has quit IRC21:55
*** hichtakk has joined #openstack-keystone21:55
*** zz_avozza is now known as avozza21:55
*** dguerri_ has quit IRC21:55
*** 17WAAWSUB has joined #openstack-keystone21:55
*** 17WAAWSUB has quit IRC21:55
*** dguerri has joined #openstack-keystone21:55
*** hichtakk has quit IRC21:56
*** hichtakk has joined #openstack-keystone21:56
*** hichtakk has quit IRC21:57
*** redrobot has joined #openstack-keystone21:57
*** hichtakk has joined #openstack-keystone21:57
*** redrobot is now known as Guest821021:57
*** hichtakk has quit IRC21:57
*** hichtakk has joined #openstack-keystone21:58
*** hichtakk has quit IRC21:58
*** hichtakk has joined #openstack-keystone21:58
*** hichtakk has quit IRC21:58
*** hichtakk has joined #openstack-keystone21:59
*** david_hu has joined #openstack-keystone21:59
*** a2hill has joined #openstack-keystone21:59
*** fifieldt__ has joined #openstack-keystone21:59
*** radez has joined #openstack-keystone21:59
*** mkoderer has joined #openstack-keystone21:59
*** andreaf_ has joined #openstack-keystone21:59
*** dvorak has joined #openstack-keystone21:59
*** charz has joined #openstack-keystone21:59
*** nonameentername has joined #openstack-keystone21:59
*** crinkle has joined #openstack-keystone21:59
*** amakarov_away has joined #openstack-keystone21:59
*** Qlawy has joined #openstack-keystone21:59
*** boltR has joined #openstack-keystone21:59
*** openstac_ has quit IRC21:59
*** lhcheng has quit IRC22:00
*** hichtakk_ has joined #openstack-keystone22:00
*** lhcheng has joined #openstack-keystone22:00
*** hichtakk_ has quit IRC22:00
ayoungmorganfainberg, I'm still in a meeting...we going to go through the non-spec BPs now?22:01
*** hichtakk has quit IRC22:01
*** openstac_ has joined #openstack-keystone22:01
*** hichtakk has joined #openstack-keystone22:01
*** hichtakk has quit IRC22:01
*** hichtakk has joined #openstack-keystone22:02
*** ChanServ has quit IRC22:02
*** david-lyle has quit IRC22:02
*** nkinder has quit IRC22:02
*** _cjones_ has quit IRC22:02
*** zzzeek has quit IRC22:02
*** mattfarina has quit IRC22:02
*** telemonster has quit IRC22:02
*** jdennis has quit IRC22:02
*** junhongl has quit IRC22:02
*** notmyname has quit IRC22:02
*** chmouel has quit IRC22:02
*** openstac_ has quit IRC22:02
*** david_hu has quit IRC22:02
*** fifieldt__ has quit IRC22:02
*** radez has quit IRC22:02
*** mkoderer has quit IRC22:02
*** andreaf_ has quit IRC22:02
*** dvorak has quit IRC22:02
*** charz has quit IRC22:02
*** nonameentername has quit IRC22:02
*** crinkle has quit IRC22:02
*** a2hill has quit IRC22:02
*** amakarov_away has quit IRC22:02
*** Qlawy has quit IRC22:02
*** boltR has quit IRC22:02
*** quack_quack_ has quit IRC22:02
*** dougwig has quit IRC22:02
*** dobson` has quit IRC22:02
*** hugokuo has quit IRC22:02
*** jacorob has quit IRC22:02
*** dolphm has quit IRC22:02
*** mancdaz has quit IRC22:03
*** sudorandom has quit IRC22:03
*** esp has quit IRC22:03
*** adam_g has quit IRC22:03
*** d0ugal has quit IRC22:03
*** rushiagr_away has quit IRC22:03
*** breton has quit IRC22:03
*** BAKfr has quit IRC22:03
*** hockeynut has quit IRC22:03
*** morganfainberg has quit IRC22:03
*** baffle has quit IRC22:03
*** Ctina has quit IRC22:03
*** stevemar has quit IRC22:03
*** mflobo has quit IRC22:03
*** amerine has quit IRC22:03
*** mhu has quit IRC22:03
*** lbragstad has quit IRC22:03
*** rm_work has quit IRC22:03
*** mgagne has quit IRC22:03
*** jraim has quit IRC22:03
*** dhellmann has quit IRC22:03
*** pcaruana has quit IRC22:03
*** rharwood has quit IRC22:03
*** gus has quit IRC22:03
*** gothicmindfood has quit IRC22:03
*** anteaya has quit IRC22:03
*** larsks has quit IRC22:03
*** dguerri has quit IRC22:03
*** openstackgerrit has quit IRC22:03
*** alex_xu has quit IRC22:03
*** wolsen has quit IRC22:03
*** amaurymedeiros has quit IRC22:03
*** marekd has quit IRC22:03
*** lhcheng has quit IRC22:03
*** Guest8210 has quit IRC22:03
*** rwsu has quit IRC22:03
*** esmute has quit IRC22:03
*** avozza has quit IRC22:03
*** vhoward has quit IRC22:03
*** csd has quit IRC22:03
*** tristanC has quit IRC22:03
*** xianghui has quit IRC22:03
*** arif-ali has quit IRC22:03
*** achudnovets has quit IRC22:03
*** afaranha has quit IRC22:04
*** chrisshattuck has quit IRC22:04
*** jimbaker has quit IRC22:04
*** samueldmq has quit IRC22:04
*** tsufiev has quit IRC22:04
*** therve has quit IRC22:04
*** ekarlso- has quit IRC22:04
*** grantbow has quit IRC22:04
*** tellesnobrega has quit IRC22:04
*** ayoung has quit IRC22:04
*** erkules has quit IRC22:04
*** dstanek has quit IRC22:04
*** xxj has quit IRC22:04
*** andreaf has quit IRC22:04
*** tziom has quit IRC22:04
*** harlowja has quit IRC22:04
*** rdo has quit IRC22:04
*** mfisch has quit IRC22:04
*** x58 has quit IRC22:04
*** rodrigods has quit IRC22:04
*** lvh has quit IRC22:04
*** navid_ has quit IRC22:04
*** uvirtbot has quit IRC22:04
*** gyee has quit IRC22:04
*** abhirc_ has quit IRC22:04
*** gordc has quit IRC22:04
*** wpf has quit IRC22:04
*** HenryG has quit IRC22:05
*** dims__ has quit IRC22:05
*** joesavak has quit IRC22:05
*** jorge_munoz has quit IRC22:05
*** jell has quit IRC22:05
*** kragniz has quit IRC22:05
*** gabriel-bezerra has quit IRC22:05
*** hichtakk has quit IRC22:05
*** swartulv has quit IRC22:05
*** jaosorior has quit IRC22:05
*** lsmola has quit IRC22:05
*** afazekas has quit IRC22:05
*** toddnni has quit IRC22:05
*** bknudson has quit IRC22:05
*** serverascode has quit IRC22:05
*** wanghong has quit IRC22:05
*** hogepodge has quit IRC22:05
*** jamiec has quit IRC22:05
*** Ephur has quit IRC22:05
*** d34dh0r53 has quit IRC22:05
*** d34dh0r53 has joined #openstack-keystone22:06
*** openstac_ has joined #openstack-keystone22:06
*** lhcheng has joined #openstack-keystone22:06
*** boltR has joined #openstack-keystone22:06
*** Qlawy has joined #openstack-keystone22:06
*** amakarov_away has joined #openstack-keystone22:06
*** crinkle has joined #openstack-keystone22:06
*** nonameentername has joined #openstack-keystone22:06
*** charz has joined #openstack-keystone22:06
*** dvorak has joined #openstack-keystone22:06
*** andreaf_ has joined #openstack-keystone22:06
*** mkoderer has joined #openstack-keystone22:06
*** radez_g0n3 has joined #openstack-keystone22:06
*** fifieldt__ has joined #openstack-keystone22:06
*** a2hill has joined #openstack-keystone22:06
*** david_hu has joined #openstack-keystone22:06
*** Guest8210 has joined #openstack-keystone22:06
*** dguerri has joined #openstack-keystone22:06
*** baffle has joined #openstack-keystone22:06
*** morganfainberg has joined #openstack-keystone22:06
*** hockeynut has joined #openstack-keystone22:06
*** BAKfr has joined #openstack-keystone22:06
*** breton has joined #openstack-keystone22:06
*** d0ugal has joined #openstack-keystone22:06
*** adam_g has joined #openstack-keystone22:06
*** rushiagr_away has joined #openstack-keystone22:06
*** sudorandom has joined #openstack-keystone22:06
*** mancdaz has joined #openstack-keystone22:06
*** dolphm has joined #openstack-keystone22:06
*** jacorob has joined #openstack-keystone22:06
*** hugokuo has joined #openstack-keystone22:06
*** dobson` has joined #openstack-keystone22:06
*** dougwig has joined #openstack-keystone22:06
*** quack_quack_ has joined #openstack-keystone22:06
*** esp has joined #openstack-keystone22:06
*** amaurymedeiros has joined #openstack-keystone22:06
*** wolsen has joined #openstack-keystone22:06
*** alex_xu has joined #openstack-keystone22:06
*** openstackgerrit has joined #openstack-keystone22:06
*** larsks has joined #openstack-keystone22:06
*** anteaya has joined #openstack-keystone22:06
*** gothicmindfood has joined #openstack-keystone22:06
*** gus has joined #openstack-keystone22:06
*** rharwood has joined #openstack-keystone22:06
*** pcaruana has joined #openstack-keystone22:06
*** dhellmann has joined #openstack-keystone22:06
*** sendak.freenode.net sets mode: +ovo morganfainberg morganfainberg dolphm22:06
*** mgagne has joined #openstack-keystone22:06
*** lbragstad has joined #openstack-keystone22:06
*** jraim has joined #openstack-keystone22:06
*** rm_work has joined #openstack-keystone22:06
*** mhu has joined #openstack-keystone22:06
*** amerine has joined #openstack-keystone22:06
*** mflobo has joined #openstack-keystone22:06
*** stevemar has joined #openstack-keystone22:06
*** Ctina has joined #openstack-keystone22:06
*** andreaf has joined #openstack-keystone22:06
*** swartulv has joined #openstack-keystone22:06
*** jaosorior has joined #openstack-keystone22:06
*** david-lyle has joined #openstack-keystone22:06
*** marekd has joined #openstack-keystone22:06
*** xianghui has joined #openstack-keystone22:06
*** tristanC has joined #openstack-keystone22:06
*** csd has joined #openstack-keystone22:06
*** vhoward has joined #openstack-keystone22:06
*** avozza has joined #openstack-keystone22:06
*** esmute has joined #openstack-keystone22:06
*** rwsu has joined #openstack-keystone22:06
*** achudnovets has joined #openstack-keystone22:06
*** arif-ali has joined #openstack-keystone22:06
*** grantbow has joined #openstack-keystone22:06
*** ekarlso- has joined #openstack-keystone22:06
*** therve has joined #openstack-keystone22:06
*** tsufiev has joined #openstack-keystone22:06
*** samueldmq has joined #openstack-keystone22:06
*** jimbaker has joined #openstack-keystone22:06
*** chrisshattuck has joined #openstack-keystone22:06
*** afaranha has joined #openstack-keystone22:06
*** HenryG has joined #openstack-keystone22:06
*** dstanek has joined #openstack-keystone22:06
*** erkules has joined #openstack-keystone22:06
*** ayoung has joined #openstack-keystone22:06
*** tellesnobrega has joined #openstack-keystone22:06
*** xxj has joined #openstack-keystone22:06
*** jamiec has joined #openstack-keystone22:06
*** hogepodge has joined #openstack-keystone22:06
*** wanghong has joined #openstack-keystone22:06
*** serverascode has joined #openstack-keystone22:06
*** bknudson has joined #openstack-keystone22:06
*** sendak.freenode.net sets mode: +vvvv stevemar dstanek ayoung bknudson22:06
*** toddnni has joined #openstack-keystone22:06
*** afazekas has joined #openstack-keystone22:06
*** lsmola has joined #openstack-keystone22:06
*** dims__ has joined #openstack-keystone22:06
*** joesavak has joined #openstack-keystone22:06
*** gyee has joined #openstack-keystone22:06
*** abhirc_ has joined #openstack-keystone22:06
*** tziom has joined #openstack-keystone22:06
*** harlowja has joined #openstack-keystone22:06
*** wpf has joined #openstack-keystone22:06
*** jorge_munoz has joined #openstack-keystone22:06
*** rdo has joined #openstack-keystone22:06
*** mfisch has joined #openstack-keystone22:06
*** jell has joined #openstack-keystone22:06
*** kragniz has joined #openstack-keystone22:06
*** x58 has joined #openstack-keystone22:06
*** rodrigods has joined #openstack-keystone22:06
*** lvh has joined #openstack-keystone22:06
*** navid_ has joined #openstack-keystone22:06
*** uvirtbot has joined #openstack-keystone22:06
*** gabriel-bezerra has joined #openstack-keystone22:06
*** nkinder has joined #openstack-keystone22:06
*** _cjones_ has joined #openstack-keystone22:06
*** zzzeek has joined #openstack-keystone22:06
*** mattfarina has joined #openstack-keystone22:06
*** telemonster has joined #openstack-keystone22:06
*** jdennis has joined #openstack-keystone22:06
*** junhongl has joined #openstack-keystone22:06
*** notmyname has joined #openstack-keystone22:06
*** chmouel has joined #openstack-keystone22:06
*** ChanServ has joined #openstack-keystone22:06
*** sendak.freenode.net sets mode: +vo gyee ChanServ22:06
*** Ephur has joined #openstack-keystone22:07
*** hichtakk has joined #openstack-keystone22:07
*** hichtakk has quit IRC22:07
*** mfisch has quit IRC22:07
*** hichtakk has joined #openstack-keystone22:08
*** mfisch has joined #openstack-keystone22:08
*** hichtakk has quit IRC22:08
*** mfisch is now known as Guest8558522:08
*** hichtakk has joined #openstack-keystone22:08
*** hichtakk has quit IRC22:08
*** hichtakk has joined #openstack-keystone22:08
*** hichtakk has quit IRC22:08
*** hichtakk has joined #openstack-keystone22:08
*** hichtakk has quit IRC22:09
*** hichtakk has joined #openstack-keystone22:09
*** hichtakk has quit IRC22:10
*** hichtakk has joined #openstack-keystone22:10
dstanekhttps://twitter.com/sysARmy/status/55511588725498265622:12
morganfainberghaha22:12
morganfainbergoh boy22:12
morganfainbergdstanek, lets plan to do bp review either much later tonight or tomorrow22:13
morganfainbergbknudson, ^22:13
bknudsonmorganfainberg: no problem.22:13
*** hichtakk has quit IRC22:13
*** hichtakk has joined #openstack-keystone22:14
*** hichtakk has quit IRC22:14
*** hichtakk has joined #openstack-keystone22:14
*** hichtakk has quit IRC22:14
*** hichtakk has joined #openstack-keystone22:15
*** hichtakk has quit IRC22:15
*** topol has quit IRC22:15
*** hichtakk has joined #openstack-keystone22:15
*** hichtakk has quit IRC22:16
*** hichtakk has joined #openstack-keystone22:16
*** hichtakk has quit IRC22:16
*** hichtakk has joined #openstack-keystone22:16
*** hichtakk has quit IRC22:17
*** hichtakk has joined #openstack-keystone22:17
*** hichtakk has quit IRC22:17
*** hichtakk has joined #openstack-keystone22:17
*** hichtakk has quit IRC22:18
*** hichtakk has joined #openstack-keystone22:18
*** hichtakk has quit IRC22:18
*** hichtakk has joined #openstack-keystone22:18
*** hichtakk has quit IRC22:19
*** dougwig has quit IRC22:19
*** hichtakk has joined #openstack-keystone22:19
*** hichtakk has quit IRC22:20
*** hichtakk has joined #openstack-keystone22:20
*** ayoung has quit IRC22:21
*** hichtakk has quit IRC22:22
*** hichtakk has joined #openstack-keystone22:22
*** hichtakk has quit IRC22:23
*** hichtakk has joined #openstack-keystone22:23
*** stevemar has quit IRC22:23
*** hichtakk has quit IRC22:24
*** hichtakk has joined #openstack-keystone22:24
*** hichtakk has quit IRC22:24
*** hichtakk has joined #openstack-keystone22:25
*** hichtakk has quit IRC22:25
*** hichtakk has joined #openstack-keystone22:25
*** hichtakk has quit IRC22:25
*** hichtakk has joined #openstack-keystone22:26
*** hichtakk has quit IRC22:26
*** hichtakk has joined #openstack-keystone22:26
*** hichtakk has quit IRC22:26
*** hichtakk has joined #openstack-keystone22:27
*** david-lyle has quit IRC22:27
*** hichtakk has quit IRC22:27
*** hichtakk has joined #openstack-keystone22:27
*** hichtakk has quit IRC22:27
*** hichtakk has joined #openstack-keystone22:28
*** david-lyle has joined #openstack-keystone22:30
*** hichtakk has quit IRC22:30
*** hichtakk has joined #openstack-keystone22:30
*** hichtakk has quit IRC22:30
*** hichtakk has joined #openstack-keystone22:31
*** hichtakk has quit IRC22:31
*** hichtakk has joined #openstack-keystone22:31
*** hichtakk has quit IRC22:32
*** hichtakk has joined #openstack-keystone22:32
*** hichtakk has quit IRC22:32
*** hichtakk has joined #openstack-keystone22:32
*** hichtakk has quit IRC22:33
*** hichtakk has joined #openstack-keystone22:33
*** hichtakk has quit IRC22:33
*** Ctina_ has joined #openstack-keystone22:33
*** hichtakk has joined #openstack-keystone22:33
*** hichtakk has quit IRC22:34
*** hichtakk has joined #openstack-keystone22:34
*** hichtakk has quit IRC22:34
*** hichtakk has joined #openstack-keystone22:35
*** hichtakk has quit IRC22:35
*** hichtakk has joined #openstack-keystone22:35
*** hichtakk has quit IRC22:35
*** hichtakk has joined #openstack-keystone22:36
*** hichtakk has quit IRC22:36
*** hichtakk has joined #openstack-keystone22:36
*** hichtakk has quit IRC22:36
*** hichtakk has joined #openstack-keystone22:37
*** Ctina has quit IRC22:37
*** hichtakk has quit IRC22:37
*** hichtakk has joined #openstack-keystone22:37
*** hichtakk has quit IRC22:37
*** Ctina_ has quit IRC22:38
*** hichtakk has joined #openstack-keystone22:38
*** hichtakk has quit IRC22:38
*** hichtakk has joined #openstack-keystone22:38
*** hichtakk has quit IRC22:38
*** hichtakk has joined #openstack-keystone22:39
*** hichtakk has quit IRC22:39
*** hichtakk has joined #openstack-keystone22:39
*** hichtakk has quit IRC22:40
*** hichtakk has joined #openstack-keystone22:40
*** hichtakk has quit IRC22:40
*** hichtakk has joined #openstack-keystone22:41
*** hichtakk has joined #openstack-keystone22:41
*** hichtakk_ has joined #openstack-keystone22:42
*** hichtakk has quit IRC22:42
*** hichtakk_ has quit IRC22:42
*** hichtakk has joined #openstack-keystone22:42
*** hichtakk has quit IRC22:42
*** hichtakk has joined #openstack-keystone22:43
*** hichtakk has quit IRC22:43
*** hichtakk has joined #openstack-keystone22:43
*** hichtakk has quit IRC22:44
openstackgerritBrant Knudson proposed openstack/python-keystoneclient: Move to hacking 0.10  https://review.openstack.org/14633622:44
*** hichtakk has joined #openstack-keystone22:44
*** hichtakk has quit IRC22:44
*** hichtakk has joined #openstack-keystone22:45
*** hichtakk has quit IRC22:45
*** hichtakk has joined #openstack-keystone22:45
*** hichtakk has quit IRC22:46
*** hichtakk has joined #openstack-keystone22:46
*** hichtakk_ has joined #openstack-keystone22:46
*** hichtakk has quit IRC22:46
openstackgerritBrant Knudson proposed openstack/python-keystoneclient: Correct failures for check H238  https://review.openstack.org/14633722:47
*** hichtakk_ has quit IRC22:47
*** hichtakk has joined #openstack-keystone22:47
*** hichtakk has quit IRC22:47
*** hichtakk has joined #openstack-keystone22:47
*** hichtakk has quit IRC22:48
*** hichtakk has joined #openstack-keystone22:48
*** hichtakk has quit IRC22:48
*** hichtakk has joined #openstack-keystone22:49
openstackgerritBrant Knudson proposed openstack/python-keystoneclient: Correct failures for check W292  https://review.openstack.org/14633822:49
*** hichtakk has quit IRC22:49
*** hichtakk_ has joined #openstack-keystone22:49
*** hichtakk_ has quit IRC22:49
*** hichtakk has joined #openstack-keystone22:52
*** hichtakk has quit IRC22:52
*** andreaf has quit IRC22:53
*** hichtakk has joined #openstack-keystone22:53
*** hichtakk has quit IRC22:53
*** hichtakk has joined #openstack-keystone22:53
*** jorge_munoz has quit IRC22:54
*** hichtakk has quit IRC22:54
*** hichtakk has joined #openstack-keystone22:55
*** hichtakk has quit IRC22:55
*** hichtakk_ has joined #openstack-keystone22:55
*** hichtakk_ has quit IRC22:56
*** hichtakk has joined #openstack-keystone22:56
*** hichtakk has quit IRC22:56
*** hichtakk has joined #openstack-keystone22:56
*** hichtakk has quit IRC22:58
*** hichtakk has joined #openstack-keystone22:58
*** hichtakk has quit IRC22:58
*** hichtakk has joined #openstack-keystone22:58
*** hichtakk_ has joined #openstack-keystone22:59
*** openstac_ has quit IRC23:00
*** raildo has joined #openstack-keystone23:01
*** hichtakk has quit IRC23:01
*** hichtak__ has joined #openstack-keystone23:01
*** hichtak__ has quit IRC23:02
*** gyee has quit IRC23:03
*** hichtakk has joined #openstack-keystone23:03
*** hichtakk_ has quit IRC23:04
*** hichtakk has quit IRC23:04
*** hichtakk has joined #openstack-keystone23:05
*** hichtakk has quit IRC23:05
*** hichtakk has joined #openstack-keystone23:05
*** hichtakk has quit IRC23:06
*** hichtakk has joined #openstack-keystone23:06
*** gyee has joined #openstack-keystone23:06
*** ChanServ sets mode: +v gyee23:06
*** hichtakk has quit IRC23:06
*** hichtakk has joined #openstack-keystone23:07
*** joesavak has quit IRC23:07
*** hichtakk has quit IRC23:08
*** hichtakk has joined #openstack-keystone23:08
*** hichtakk has quit IRC23:08
*** hichtakk has joined #openstack-keystone23:09
*** hichtakk has quit IRC23:10
*** hichtakk_ has joined #openstack-keystone23:10
*** hichtakk_ has quit IRC23:10
*** hichtakk has joined #openstack-keystone23:11
*** gyee has quit IRC23:11
*** hichtakk has quit IRC23:11
*** hichtakk has joined #openstack-keystone23:11
*** hichtakk has quit IRC23:11
*** hichtakk has joined #openstack-keystone23:12
*** hichtakk has quit IRC23:13
*** hichtakk has joined #openstack-keystone23:13
*** hichtakk has quit IRC23:13
*** hichtakk has joined #openstack-keystone23:14
*** hichtakk has quit IRC23:14
*** hichtakk has joined #openstack-keystone23:14
*** hichtakk has quit IRC23:14
*** hichtakk has joined #openstack-keystone23:15
*** hichtakk has quit IRC23:15
*** hichtakk has joined #openstack-keystone23:15
*** dims_ has joined #openstack-keystone23:15
*** hichtakk has quit IRC23:16
*** hichtakk has joined #openstack-keystone23:17
*** hichtakk has quit IRC23:17
*** hichtakk has joined #openstack-keystone23:17
*** hichtakk has quit IRC23:17
*** hichtakk has joined #openstack-keystone23:18
*** hichtakk has quit IRC23:18
*** hichtakk has joined #openstack-keystone23:18
*** hichtakk has joined #openstack-keystone23:19
*** dims__ has quit IRC23:19
*** hichtakk has joined #openstack-keystone23:19
*** hichtakk has quit IRC23:20
*** hichtakk has joined #openstack-keystone23:20
*** hichtakk has quit IRC23:20
*** hichtakk has joined #openstack-keystone23:21
*** hichtakk has quit IRC23:21
*** hichtakk has joined #openstack-keystone23:21
*** hichtakk has quit IRC23:21
*** hichtakk has joined #openstack-keystone23:22
*** hichtakk has quit IRC23:22
*** hichtakk has joined #openstack-keystone23:22
*** hichtakk has quit IRC23:22
*** hichtakk has joined #openstack-keystone23:23
*** hichtakk has quit IRC23:23
*** hichtakk has joined #openstack-keystone23:23
*** hichtakk has quit IRC23:24
*** hichtakk has joined #openstack-keystone23:24
*** hichtakk_ has joined #openstack-keystone23:25
*** hichtakk_ has quit IRC23:26
*** hichtak__ has joined #openstack-keystone23:26
*** hichtakk has quit IRC23:26
*** david-lyle has quit IRC23:27
*** hichtak__ has quit IRC23:30
*** dims_ has quit IRC23:33
*** jaosorior has quit IRC23:33
*** dims__ has joined #openstack-keystone23:33
*** abhirc_ has quit IRC23:35
*** dims__ has quit IRC23:38
*** dougwig has joined #openstack-keystone23:39
*** oomichi_ has joined #openstack-keystone23:40
*** ctracey has quit IRC23:40
*** serverascode has quit IRC23:40
*** jraim has quit IRC23:40
*** zhiyan has quit IRC23:40
*** mattfarina has quit IRC23:42
*** Tahmina has joined #openstack-keystone23:45
*** mattfarina has joined #openstack-keystone23:47
*** mattfarina has quit IRC23:47
openstackgerritMerged openstack/keystonemiddleware: Correct failures for check H703  https://review.openstack.org/14635823:52
*** hichtakk has joined #openstack-keystone23:52
*** chrisshattuck has quit IRC23:54
*** nkinder has quit IRC23:58
*** dims__ has joined #openstack-keystone23:59

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