Tuesday, 2016-09-13

*** itsuugo has joined #openstack-keystone00:00
*** roxanagh_ has quit IRC00:22
*** roxanagh_ has joined #openstack-keystone00:22
*** itsuugo has quit IRC00:24
*** itsuugo has joined #openstack-keystone00:26
*** gyee has quit IRC00:28
*** esp has quit IRC00:36
*** itsuugo has quit IRC00:40
*** itsuugo has joined #openstack-keystone00:42
*** itsuugo has quit IRC00:48
*** itsuugo has joined #openstack-keystone00:49
openstackgerritHa Van Tu proposed openstack/keystone: Fix prameters name and response codes in Keystone API v2  https://review.openstack.org/36594700:50
*** ddieterly has joined #openstack-keystone00:52
stevemarjamielennox: !!00:56
stevemarjamielennox: i feel like we haven't chatted in ages00:57
jamielennoxstevemar: the last two weeks have been nuts00:57
jamielennoxgot to go to china, but all communication fails00:57
stevemarjamielennox: lol00:57
jamielennoxit's an interesting little bubble and now everything seems broken at once00:58
*** itsuugo has quit IRC00:59
openstackgerritMorgan Fainberg proposed openstack/keystone: Replace the RevocationEvent model with a dict  https://review.openstack.org/36909901:00
*** itsuugo has joined #openstack-keystone01:00
*** tonytan_brb has quit IRC01:04
*** tonytan4ever has joined #openstack-keystone01:04
*** roxanagh_ has quit IRC01:04
*** roxanagh_ has joined #openstack-keystone01:05
ayounghey jamielennox I put something on tomorrow's agenda for you, but let us know if that is not going to work sleep wise01:05
ayoungwant to get a handle on the fixes for bug 96869601:05
openstackbug 968696 in Glance ""admin"-ness not properly scoped" [High,In progress] https://launchpad.net/bugs/968696 - Assigned to Sharat Sharma (sharat-sharma)01:05
ayoungI saw a slew of your changes merged, was not sure if that was everything01:05
ayoungI did rebase one of your patches01:06
ayounghttps://review.openstack.org/#/c/314901/01:06
jamielennoxayoung: oh, yea, i'm not sure what to do about that one01:07
jamielennoxi appreciate dhellmann's concerns but i don't see any other way to do a deprecation01:07
ayoungI think it is the right approach.  I mean, there really is nothing Policy specific about it, more like "this key/value pair should not longer be used:"01:07
*** davechen has joined #openstack-keystone01:07
ayoungPOlicy is just the primary consumer01:07
jamielennoxbut honestly i got to the point where i'd forced oslo.context to about breaking point last cycle01:07
ayoungbut I see context as the Openstack specific domain model01:07
jamielennoxthey kind of needed a break and i had enough in place i could work on the other services01:08
ayoungHeh...and that one is really just a Nice to have for the bug, right?01:08
jamielennoxmost of them got the basic framework, but they don't all use the to_policy_values yet because that's a real compatibility issue01:08
ayoungI was looking through your open changes.  Didn't see anything obvious01:08
jamielennoxright - that one gives us deprecation warnings for the stuff the services add to policy01:08
ayoungbut policy can be enforces on "is_admin_policy" now right?01:09
jamielennoxthere's going to be a cross-project fishbowl in barcelona01:09
ayoungOK01:09
jamielennoxon oslo.context and where it's going01:09
ayoungjamielennox, were there follow on changes required in the different projects?01:09
jamielennoxayoung: have a look at the services, if they are using to_policy_values for enforcement you can01:10
jamielennoxbut i know neutron and others stopped just before that01:10
jamielennoxhttps://review.openstack.org/34190501:11
jamielennoxhttps://review.openstack.org/34019501:11
ayoungso Nova and Cinder are still not cabable of enforcing policy on "is_admin_project" and neutron?01:12
openstackgerritQiming Teng proposed openstack/keystone: Tweak api-ref doc for services/endpoints  https://review.openstack.org/36776001:14
ayoungjamielennox, any of the other projects still outstanding, or is it just those 3?01:14
*** chlong_ has joined #openstack-keystone01:14
*** namnh has joined #openstack-keystone01:15
ayoungjamielennox, I was unclear.  Is Neutron OK?01:15
jamielennoxayoung: heat is the only one i can definitively remember merging this stuff01:15
*** code-R has joined #openstack-keystone01:15
ayoungI really want it in Nova01:16
jamielennoxayoung: it looks like i haven't proposed it for neutron01:16
ayoungwhere they go, the rest will follow01:16
jamielennoxayoung: most of this stuff hit feature freeze01:16
ayoungYeah, we're into Ocata work now anyway01:16
jamielennoxand nobody like messing with this stuff so each patch involved me going to the teams and harassing people01:16
jamielennoxif you want to fix the neutron one you can take what i did for nova and it's an easy apply for neutron01:17
jamielennoxwe just need to figure out how much compatibility we need to maintain01:17
ayoungNeutron has the most complex policy I've seen01:17
ayoungis that going to be an issue?01:17
*** michauds has joined #openstack-keystone01:18
*** roxanag__ has joined #openstack-keystone01:20
openstackgerritRon De Rose proposed openstack/keystone: Fixes password created_at errors due to the server_default  https://review.openstack.org/36702501:20
ayoungjamielennox, ugh...nove looks like they changed things so that a rebase is not clear01:22
*** roxanagh_ has quit IRC01:23
ayoungjamielennox, um...policy in Nova is very different now01:24
jamielennoxayoung: seriously? how have they messed with policy in that amount of time?01:25
ayoungummm01:25
ayounglet me see what it looks like before01:25
*** itsuugo has quit IRC01:25
ayoungthe "can" function is gone01:25
*** itsuugo has joined #openstack-keystone01:25
openstackgerritNguyen Hung Phuong proposed openstack/keystonemiddleware: Update code to use Newton as the code name  https://review.openstack.org/36870701:26
ayoungAh, but you were only calling that from policy01:26
ayoungOK...it was just a bad merge on my part..I think I'll have a rebase here in am oment01:26
*** namnh has quit IRC01:27
*** namnh has joined #openstack-keystone01:28
*** clenimar_ has joined #openstack-keystone01:31
ayoungjamielennox, https://review.openstack.org/34190501:31
ayoungGah...that looks bad01:31
jamielennoxayoung: oh, yea, john wanted some tests01:32
ayoungyep01:32
jamielennoxnova actually looks not that hard01:32
jamielennoxat least they actually set project_id and user_id01:33
jamielennoxi'm really not sure if is_admin should go into the to_policy_values dict from oslo.context or not01:33
*** thumpba has joined #openstack-keystone01:33
*** thumpba has quit IRC01:33
jamielennoxayoung: whoa, something is weird there01:33
jamielennoxI don't know where can() came from01:33
*** namnh has quit IRC01:34
*** itsuugo has quit IRC01:34
*** namnh has joined #openstack-keystone01:34
*** itsuugo has joined #openstack-keystone01:36
ayoungyeah, I'll have it here in a second01:37
*** EinstCrazy has joined #openstack-keystone01:38
ayoungjamielennox, OK, there is your rebase01:41
*** itsuugo has quit IRC01:41
*** itsuugo has joined #openstack-keystone01:42
*** lamt has joined #openstack-keystone01:47
*** chlong_ has quit IRC01:49
*** itsuugo has quit IRC01:50
*** ddieterly has quit IRC01:51
*** itsuugo has joined #openstack-keystone01:51
*** thumpba has joined #openstack-keystone01:52
*** roxanag__ has quit IRC01:57
*** itsuugo has quit IRC01:58
*** itsuugo has joined #openstack-keystone02:00
*** ddieterly has joined #openstack-keystone02:00
*** code-R_ has joined #openstack-keystone02:02
*** code-R has quit IRC02:05
*** chlong_ has joined #openstack-keystone02:06
*** itsuugo has quit IRC02:09
*** itsuugo has joined #openstack-keystone02:10
*** itsuugo has quit IRC02:15
*** itsuugo has joined #openstack-keystone02:17
*** itsuugo has quit IRC02:21
*** itsuugo has joined #openstack-keystone02:22
*** tqtran has quit IRC02:27
*** itsuugo has quit IRC02:27
*** itsuugo has joined #openstack-keystone02:28
*** spedione|AWAY is now known as spedione02:29
*** spedione is now known as spedione|AWAY02:31
*** itsuugo has quit IRC02:34
*** ddieterly has quit IRC02:36
*** itsuugo has joined #openstack-keystone02:37
*** tonytan_brb has joined #openstack-keystone02:37
openstackgerritHa Van Tu proposed openstack/keystone: Fix prameters name in Keystone API v2-ext  https://review.openstack.org/36861802:37
*** code-R_ has quit IRC02:38
*** tonytan4ever has quit IRC02:40
*** gagehugo has joined #openstack-keystone02:43
*** code-R has joined #openstack-keystone02:49
*** itsuugo has quit IRC02:50
*** itsuugo has joined #openstack-keystone02:51
*** code-R has quit IRC02:52
*** roxanagh_ has joined #openstack-keystone02:57
*** esp has joined #openstack-keystone03:00
*** fangxu has quit IRC03:01
*** roxanagh_ has quit IRC03:02
*** roxanagh_ has joined #openstack-keystone03:02
*** EinstCrazy has quit IRC03:16
*** EinstCrazy has joined #openstack-keystone03:16
*** itsuugo has quit IRC03:20
*** itsuugo has joined #openstack-keystone03:22
openstackgerritMerged openstack/keystone: Fix prameters name and response codes in Keystone API v2  https://review.openstack.org/36594703:25
*** itsuugo has quit IRC03:29
*** markvoelker has quit IRC03:30
*** sdake has joined #openstack-keystone03:31
*** itsuugo has joined #openstack-keystone03:31
*** thumpba has quit IRC03:38
*** thumpba has joined #openstack-keystone03:38
*** fangxu has joined #openstack-keystone03:39
*** dikonoor has joined #openstack-keystone03:45
*** roxanagh_ has quit IRC03:49
*** michauds has quit IRC03:56
*** itsuugo has quit IRC04:01
*** itsuugo has joined #openstack-keystone04:02
*** jamielennox is now known as jamielennox|away04:05
*** jamielennox|away is now known as jamielennox04:08
*** aswadr_ has joined #openstack-keystone04:09
*** itsuugo has quit IRC04:11
*** itsuugo has joined #openstack-keystone04:12
*** itsuugo has quit IRC04:16
*** itsuugo has joined #openstack-keystone04:17
*** itsuugo has quit IRC04:22
*** itsuugo has joined #openstack-keystone04:24
*** esp has quit IRC04:24
*** esp has joined #openstack-keystone04:30
*** itsuugo has quit IRC04:31
*** itsuugo has joined #openstack-keystone04:32
*** itsuugo has quit IRC04:36
*** itsuugo has joined #openstack-keystone04:37
*** jamielennox is now known as jamielennox|away04:41
*** itsuugo has quit IRC04:42
*** fangxu has quit IRC04:42
*** itsuugo has joined #openstack-keystone04:43
*** fangxu has joined #openstack-keystone04:43
*** thumpba has quit IRC04:43
*** jamielennox|away is now known as jamielennox04:46
*** joerch has quit IRC04:47
*** itsuugo has quit IRC04:48
*** itsuugo has joined #openstack-keystone04:49
*** esp has quit IRC04:52
*** itsuugo has quit IRC04:53
*** ravelar has joined #openstack-keystone04:54
*** atod has joined #openstack-keystone04:54
*** itsuugo has joined #openstack-keystone04:55
*** ravelar has quit IRC04:58
*** EinstCrazy has quit IRC05:03
*** EinstCrazy has joined #openstack-keystone05:03
*** EinstCrazy has quit IRC05:05
*** itsuugo has quit IRC05:06
*** itsuugo has joined #openstack-keystone05:06
*** sdake_ has joined #openstack-keystone05:10
*** itsuugo has quit IRC05:11
*** sdake has quit IRC05:12
*** itsuugo has joined #openstack-keystone05:12
*** amitkqed has quit IRC05:16
*** amitkqed has joined #openstack-keystone05:16
*** itsuugo has quit IRC05:17
*** EinstCrazy has joined #openstack-keystone05:17
*** itsuugo has joined #openstack-keystone05:17
*** jaosorior has joined #openstack-keystone05:21
*** itsuugo has quit IRC05:24
*** itsuugo has joined #openstack-keystone05:25
*** markvoelker has joined #openstack-keystone05:30
*** itsuugo has quit IRC05:30
*** itsuugo has joined #openstack-keystone05:31
*** markvoelker has quit IRC05:35
*** itsuugo has quit IRC05:36
*** itsuugo has joined #openstack-keystone05:36
*** EinstCrazy has quit IRC05:37
*** richm has quit IRC05:39
*** tonytan_brb has quit IRC05:40
*** itsuugo has quit IRC05:44
*** joerch has joined #openstack-keystone05:44
*** itsuugo has joined #openstack-keystone05:46
*** joerch has quit IRC05:46
*** joerch has joined #openstack-keystone05:47
*** joerch has quit IRC05:52
*** jamielennox is now known as jamielennox|away05:53
*** itsuugo has quit IRC05:54
*** itsuugo has joined #openstack-keystone05:54
*** itsuugo has quit IRC05:59
*** jamielennox|away is now known as jamielennox06:00
*** itsuugo has joined #openstack-keystone06:00
*** davechen1 has joined #openstack-keystone06:07
*** adriant has quit IRC06:07
*** davechen has quit IRC06:09
*** itsuugo has quit IRC06:12
*** jamielennox is now known as jamielennox|away06:13
*** itsuugo has joined #openstack-keystone06:13
*** itsuugo has quit IRC06:18
*** rcernin has joined #openstack-keystone06:19
*** itsuugo has joined #openstack-keystone06:19
*** itsuugo has quit IRC06:24
*** itsuugo has joined #openstack-keystone06:25
*** jamielennox|away is now known as jamielennox06:30
*** itsuugo has quit IRC06:36
*** itsuugo has joined #openstack-keystone06:37
*** pnavarro has joined #openstack-keystone06:40
*** itsuugo has quit IRC06:49
*** itsuugo has joined #openstack-keystone06:50
*** davechen1 is now known as davechen06:55
*** woodster_ has quit IRC06:59
*** pcaruana has joined #openstack-keystone07:02
*** tesseract- has joined #openstack-keystone07:08
*** yarkot has quit IRC07:11
*** jlopezgu has quit IRC07:11
*** jlopezgu has joined #openstack-keystone07:14
*** mkoshiya has joined #openstack-keystone07:16
*** sdake has joined #openstack-keystone07:19
mkoshiyaHi, all. Could you please review bp/return-request-id-to-caller - https://review.openstack.org/#/c/261188/ , and bp/log-request-id - https://review.openstack.org/#/c/352858/ .07:20
*** sdake_ has quit IRC07:20
*** markvoelker has joined #openstack-keystone07:31
*** markvoelker has quit IRC07:36
*** jpena|off is now known as jpena07:37
*** itsuugo has quit IRC07:37
*** itsuugo has joined #openstack-keystone07:39
*** tonytan4ever has joined #openstack-keystone07:41
*** amoralej|off is now known as amoralej07:44
*** itsuugo has quit IRC07:45
*** itsuugo has joined #openstack-keystone07:47
*** openstackgerrit has quit IRC07:48
*** openstackgerrit has joined #openstack-keystone07:48
*** itsuugo has quit IRC07:56
*** itsuugo has joined #openstack-keystone07:57
*** cher75 has quit IRC07:59
*** zzzeek has quit IRC08:00
*** zzzeek has joined #openstack-keystone08:00
*** tonytan4ever has quit IRC08:01
*** itsuugo has quit IRC08:02
*** itsuugo has joined #openstack-keystone08:03
*** sdake has quit IRC08:10
*** itsuugo has quit IRC08:10
*** itsuugo has joined #openstack-keystone08:12
*** mkoshiya has left #openstack-keystone08:17
*** lmiccini_ has joined #openstack-keystone08:19
*** lmiccini has quit IRC08:20
*** lmiccini_ is now known as lmiccini08:25
*** mvk has quit IRC08:27
*** tqtran has joined #openstack-keystone08:28
*** tqtran has quit IRC08:32
*** zigo_ is now known as zigo08:34
*** asettle has joined #openstack-keystone08:36
*** jistr is now known as jistr|mtgs08:43
*** itsuugo has quit IRC08:53
*** itsuugo has joined #openstack-keystone08:54
*** code-R has joined #openstack-keystone08:56
*** mvk has joined #openstack-keystone08:57
*** code-R_ has joined #openstack-keystone08:58
*** itsuugo has quit IRC08:59
*** itsuugo has joined #openstack-keystone09:00
*** code-R has quit IRC09:02
*** jaosorior is now known as jaosorior_lunch09:05
*** asettle has quit IRC09:21
*** asettle has joined #openstack-keystone09:21
*** markvoelker has joined #openstack-keystone09:25
*** asettle has quit IRC09:25
*** asettle has joined #openstack-keystone09:27
*** markvoelker has quit IRC09:29
*** joerch has joined #openstack-keystone09:36
*** itsuugo has quit IRC09:45
*** itsuugo has joined #openstack-keystone09:47
*** namnh has quit IRC09:55
*** jaosorior_lunch is now known as jaosorior10:04
*** itsuugo has quit IRC10:06
*** itsuugo has joined #openstack-keystone10:08
*** richm has joined #openstack-keystone10:08
*** permalac has joined #openstack-keystone10:17
*** lmiccini has quit IRC10:25
*** ayoung has quit IRC10:25
*** ntpttr has quit IRC10:30
*** rodrigods has quit IRC10:32
*** rodrigods has joined #openstack-keystone10:32
*** ayoung has joined #openstack-keystone10:37
*** ChanServ sets mode: +v ayoung10:37
*** ntpttr has joined #openstack-keystone10:39
*** itsuugo has quit IRC10:43
*** itsuugo has joined #openstack-keystone10:44
*** flaper87 has joined #openstack-keystone10:48
*** flaper87 has quit IRC10:48
*** flaper87 has joined #openstack-keystone10:48
*** dikonoor has quit IRC10:49
*** permalac has quit IRC10:51
*** itsuugo has quit IRC10:58
*** nicolasbock has joined #openstack-keystone10:59
*** itsuugo has joined #openstack-keystone10:59
*** itsuugo has quit IRC11:09
*** itsuugo has joined #openstack-keystone11:09
*** joerch has quit IRC11:17
openstackgerritDave Chen proposed openstack/keystone: Invalidate trust when the trustor or trustee is deleted  https://review.openstack.org/36935411:18
*** itsuugo has quit IRC11:22
*** itsuugo has joined #openstack-keystone11:23
*** markvoelker has joined #openstack-keystone11:25
*** clenimar_ has quit IRC11:27
*** markvoelker has quit IRC11:30
*** tqtran has joined #openstack-keystone11:31
*** tqtran has quit IRC11:35
openstackgerritRodrigo Duarte proposed openstack/python-keystoneclient: Support domain-specific configuration management  https://review.openstack.org/35877011:45
*** davechen has left #openstack-keystone11:47
*** itsuugo has quit IRC11:48
*** itsuugo has joined #openstack-keystone11:49
*** mvk has quit IRC11:52
*** asettle has quit IRC11:53
*** asettle has joined #openstack-keystone11:54
*** afred312 has quit IRC11:54
*** asettle has quit IRC11:58
*** asettle has joined #openstack-keystone11:58
*** itsuugo has quit IRC11:59
*** itsuugo has joined #openstack-keystone12:00
*** jpena is now known as jpena|lunch12:01
*** lamt has quit IRC12:03
*** mvk has joined #openstack-keystone12:04
*** amoralej is now known as amoralej|lunch12:07
*** markvoelker has joined #openstack-keystone12:11
*** raildo has joined #openstack-keystone12:13
*** edmondsw has joined #openstack-keystone12:24
*** ddieterly has joined #openstack-keystone12:27
*** dmellado is now known as dmellado|lunch12:27
*** dmellado|lunch is now known as dmellado12:27
*** permalac has joined #openstack-keystone12:33
*** guoshan has joined #openstack-keystone12:35
samueldmqmorning12:39
*** itsuugo has quit IRC12:42
*** itsuugo has joined #openstack-keystone12:43
*** ddieterly has quit IRC12:44
*** dikonoor has joined #openstack-keystone12:45
*** guoshan has quit IRC12:46
*** guoshan has joined #openstack-keystone12:49
*** joerch has joined #openstack-keystone12:59
*** jaosorior has quit IRC12:59
*** jaosorior has joined #openstack-keystone13:00
*** jpena|lunch is now known as jpena13:01
*** pauloewerton has joined #openstack-keystone13:04
*** sdake_ has joined #openstack-keystone13:04
openstackgerritRodrigo Duarte proposed openstack/python-keystoneclient: Support domain-specific configuration management  https://review.openstack.org/35877013:06
stevemaro/13:08
stevemarmornin samueldmq13:08
*** sdake_ is now known as sdake13:10
*** ddieterly has joined #openstack-keystone13:12
*** ddieterly has quit IRC13:16
*** woodster_ has joined #openstack-keystone13:18
*** amoralej|lunch is now known as amoralej13:22
*** lightshadow has joined #openstack-keystone13:23
*** thumpba has joined #openstack-keystone13:24
lbragstadmorning13:30
lbragstaddstanek want me to rebase https://review.openstack.org/#/c/356607/2 ?13:30
*** erhudy has joined #openstack-keystone13:35
dstaneklbragstad: no, i already did locally... trying to get it to fail for me13:37
dstaneklbragstad: i don't think that test should be fernet only13:38
lbragstaddstanek you're having a problem with keystone.tests.unit.test_auth.UUIDAuthWithTrust.test_trust_get_token_fails_if_trustee_disabled_2 still?13:38
dstaneklbragstad: yeah, well, i'm trying to cause the trouble - i think there should be a test that exercises the behavior in uuid and fernet. i think i just have to implement them differently13:40
lbragstaddstanek true13:40
*** mnikolaenko has quit IRC13:40
lbragstaddstanek the fact that uuid tokens will be revoked based on the disable user callback makes it so that they will always return a 40113:41
lbragstadregardless of when they are generated13:41
lbragstad(since I don't think the callback takes into account the issued_at times of the token when it prunes the token table)13:41
dstaneklbragstad: yeah, i'm writing a uuid version now. maybe i should submit them as two separate reviews13:45
*** mnikolaenko has joined #openstack-keystone13:45
lbragstaddstanek that would work - i think the test works really well for the fernet case13:45
lbragstadbecause that's what you originally wrote it for13:45
dstaneki'm not as worried about the implementation, i just want to make sure the business rule holds for all token types13:45
lbragstad++13:45
*** esp has joined #openstack-keystone13:46
stevemardstanek: whats good with rg3 :)13:47
lbragstadcarson wentz13:47
lbragstad;)13:49
stevemarno bias there lbragstad :P13:51
lbragstadstevemar :P13:51
lbragstadnot too bad for a rookie13:52
dstaneklbragstad: rg3 is terribad13:52
stevemarlbragstad: whats an FCS school?13:52
openstackgerritRodrigo Duarte proposed openstack/python-keystoneclient: Import module instead of object  https://review.openstack.org/36946913:52
lbragstadstevemar http://www.ncaa.com/sports/football/fcs13:53
dstaneki was supposed to run a 5k next sunday before the home opener, but now the plan is to get to downtown early and start drinking to dull the pain13:53
*** ddieterly has joined #openstack-keystone13:54
lbragstaddstanek weren't the browns looking to pick up carson?13:54
stevemarlbragstad: oh its a subdivision of things13:54
lbragstadstevemar yeah13:54
dstaneklbragstad: on the radio this morning they said we had him and traded him13:55
dstaneklbragstad: errr...the spot for picking13:55
bretonwat13:56
dstaneklbragstad: why do you want the #2 overall pick?13:57
lbragstaddstanek is that what the browns had?13:57
*** sdake has quit IRC13:58
dstaneklbragstad: http://www.foxsports.com/nfl/story/browns-defend-decision-not-to-draft-carson-wentz-even-after-he-beats-them-09121613:59
*** guoshan has quit IRC14:00
* stevemar breton logging onto irc to see everyone talking football: http://giphy.com/gifs/football-referee-jay-cutler-l46ChekjVVGrSuV8s14:00
lbragstaddstanek ouch14:01
dstanekstevemar: exactly14:02
*** thumpba has quit IRC14:04
lbragstaddstanek thinking about that test again - one thing we could do is generate the token, then flip the enabled bit of the user in the identity driver directly (which should bypass the notification that triggers the callback)14:04
dstaneklbragstad: why bypass it? in case it doesn't work?14:04
*** lamt has joined #openstack-keystone14:04
lbragstaddstanek if you disable the user through the api you're going to have the notification callback invalid the token in the backend14:05
*** lamt has quit IRC14:07
*** lamt has joined #openstack-keystone14:07
*** lamt has quit IRC14:07
dstaneklbragstad: and that's OK. i think it's really what is tested anyway14:09
lbragstaddstanek you want to test that uuid tokens throw a 403 when the user is disabled, right?14:09
dstaneklbragstad: realistically i just want to make sure they don't work. that's why i need two different test implementations. they seem to fail for different reasons.14:11
lbragstaddstanek fernet fails because it's actually being caught in the token controller check and uuid fails because the token is getting invalidated based on a callback14:12
*** sdake has joined #openstack-keystone14:12
*** roxanagh_ has joined #openstack-keystone14:14
dstaneklbragstad: exactly. i want to make sure they both fail for that case.14:16
dstaneklbragstad: it's strange though that the tests all pass locally14:16
lbragstaddstanek yeah - i don't quite get that14:17
*** thumpba has joined #openstack-keystone14:24
lbragstaddstanek what about something like - http://cdn.pasteraw.com/su0t159c6a3qxjfzwpjjfzby07410c514:25
*** tonytan4ever has joined #openstack-keystone14:26
*** gagehugo has joined #openstack-keystone14:27
dstaneklbragstad: that's getting close to what i'm doing14:27
dstaneki'm not getting irc notifications on my new machine yet :-(14:28
lbragstaddstanek so - i got the uuid test "working" but I've noticed that the controller logic in keystone/token/controller.py doesn't actually throw the 40314:35
lbragstadbecause the token_model_ref in _authenticate_token() isn't populated with trust information14:35
*** ravelar has joined #openstack-keystone14:35
bretondstanek: do i get it right that in https://review.openstack.org/#/c/349704/15/keystone/common/cache/core.py region_id is stored in a separate region?14:37
*** ddieterly is now known as ddieterly[away]14:38
*** dave-mccowan has joined #openstack-keystone14:41
bretonalso, from #openstack-meeting i see that neutron has not yet migrated from v2 and maybe won't in Newton14:42
*** ddieterly[away] is now known as ddieterly14:42
*** spedione|AWAY is now known as spedione14:48
*** slberger has joined #openstack-keystone14:50
lbragstaddstanek i got it to pass locally14:50
*** itsuugo has quit IRC14:53
*** itsuugo has joined #openstack-keystone14:54
bretondstanek: i think that we can drop key_manger_factory. Because region_ids are stored in a separate region anyway and do not get mangled.14:54
*** slberger has quit IRC14:57
*** slberger has joined #openstack-keystone14:59
*** jaosorior has quit IRC15:02
openstackgerritLance Bragstad proposed openstack/keystone: Add test for revocation corner case in Fernet  https://review.openstack.org/35660715:02
openstackgerritLance Bragstad proposed openstack/keystone: Add edge case test for disabling a trustee  https://review.openstack.org/36951415:02
*** joerch has quit IRC15:08
*** spedione is now known as spedione|AWAY15:08
*** edtubill has joined #openstack-keystone15:08
*** joerch has joined #openstack-keystone15:08
*** cnf has quit IRC15:09
*** NikitaKonovalov has quit IRC15:10
*** code-R has joined #openstack-keystone15:11
*** sigmavirus|awa has quit IRC15:11
*** mtreinish has quit IRC15:12
*** jlopezgu has quit IRC15:12
*** mtreinish has joined #openstack-keystone15:14
*** NikitaKonovalov has joined #openstack-keystone15:14
*** code-R_ has quit IRC15:14
*** cnf has joined #openstack-keystone15:14
*** chrisshattuck has joined #openstack-keystone15:14
*** _sigmavirus24 has joined #openstack-keystone15:15
*** jlopezgu has joined #openstack-keystone15:15
*** EinstCrazy has joined #openstack-keystone15:16
*** dancn has quit IRC15:18
*** LamT_ has joined #openstack-keystone15:20
*** itsuugo has quit IRC15:23
*** kfox1111 has quit IRC15:24
*** kfox1111 has joined #openstack-keystone15:24
*** itsuugo has joined #openstack-keystone15:24
*** EinstCrazy has quit IRC15:28
*** dave-mccowan has quit IRC15:32
*** tqtran has joined #openstack-keystone15:34
*** EinstCrazy has joined #openstack-keystone15:34
*** dave-mccowan has joined #openstack-keystone15:37
*** EinstCrazy has quit IRC15:38
*** EinstCrazy has joined #openstack-keystone15:38
*** tqtran has quit IRC15:39
*** dancn has joined #openstack-keystone15:41
*** code-R has quit IRC15:41
*** ddieterly is now known as ddieterly[away]15:45
*** ddieterly[away] is now known as ddieterly15:47
*** chrisshattuck has quit IRC15:54
*** ddieterly is now known as ddieterly[away]15:55
*** chrisshattuck has joined #openstack-keystone15:56
*** jistr|mtgs is now known as jistr15:57
*** adrian_otto has joined #openstack-keystone15:57
*** sheel has joined #openstack-keystone15:57
*** ddieterly[away] is now known as ddieterly15:59
*** mvk has quit IRC16:14
*** ddieterly has quit IRC16:15
*** EinstCrazy has quit IRC16:15
*** fangxu has quit IRC16:15
*** roxanagh_ has quit IRC16:18
*** chrisshattuck has quit IRC16:20
*** permalac has quit IRC16:20
*** chrisshattuck has joined #openstack-keystone16:21
*** jaugustine has left #openstack-keystone16:23
*** jaugustine has joined #openstack-keystone16:25
*** asettle has quit IRC16:35
*** asettle has joined #openstack-keystone16:35
*** BjoernT has joined #openstack-keystone16:38
*** asettle has quit IRC16:41
*** markvoelker has quit IRC16:44
openstackgerritDavid Stanek proposed openstack/keystone: Add edge case tests for disabling a trustee  https://review.openstack.org/35660716:45
*** tesseract- has quit IRC16:46
*** pcaruana has quit IRC16:59
*** gyee has joined #openstack-keystone17:02
*** rcernin has quit IRC17:03
*** xek has quit IRC17:03
crinklei found this broken link under http://developer.openstack.org/api-ref/identity/v3-ext/?expanded=request-an-unscoped-os-federation-token-detail ("Various OpenStack token responses"), it looks like it's supposed to point to http://git.openstack.org/cgit/openstack/keystone-specs/tree/attic/v3/identity-api-v3.rst#n2080 but it doesn't seem like it ever got moved over, was it supposed to?17:04
*** thumpba has quit IRC17:05
*** amoralej is now known as amoralej|off17:05
*** code-R has joined #openstack-keystone17:05
*** code-R_ has joined #openstack-keystone17:08
-openstackstatus- NOTICE: The Gerrit service on review.openstack.org is being restarted now to address current performance problems, but should return to a working state within a few minutes17:10
*** code-R has quit IRC17:10
*** mvk has joined #openstack-keystone17:13
*** yarkot has joined #openstack-keystone17:14
*** itsuugo has quit IRC17:14
*** yarkot has quit IRC17:14
*** jpena is now known as jpena|off17:15
openstackgerrittamil vanan proposed openstack/keystone: Fixing keystonemidleware version  https://review.openstack.org/36959817:16
*** itsuugo has joined #openstack-keystone17:17
*** daemontool has joined #openstack-keystone17:18
*** fangxu has joined #openstack-keystone17:21
*** xek has joined #openstack-keystone17:24
*** browne has joined #openstack-keystone17:25
*** dikonoor has quit IRC17:29
*** tqtran has joined #openstack-keystone17:32
*** daemontool has quit IRC17:36
*** roxanagh_ has joined #openstack-keystone17:37
*** roxanagh_ has quit IRC17:41
*** aswadr_ has quit IRC17:42
*** pnavarro has quit IRC17:45
*** gyee has quit IRC17:53
*** yarkot has joined #openstack-keystone17:56
*** mnikolaenko_ has joined #openstack-keystone17:59
*** sheel has quit IRC18:06
*** rcernin has joined #openstack-keystone18:12
*** tonytan4ever has quit IRC18:22
*** david-lyle has quit IRC18:23
*** david-lyle has joined #openstack-keystone18:26
*** mnikolaenko_ has quit IRC18:33
*** tonytan4ever has joined #openstack-keystone18:34
*** pcaruana has joined #openstack-keystone18:36
*** yarkot has quit IRC18:44
*** esp has quit IRC18:45
jamielennoxraildo: conversation in #openstack-swift about the v3 failure18:51
bretondstanek: it seems that expiration_time=None in region configuration means not "never", but "default"18:55
dstanekbreton: hmm18:59
dstanekI'll setup a new devstack and give this a try18:59
bretondstanek: ok. I've just noticed it in pdb while fixing the tests.19:01
*** code-R_ has quit IRC19:05
*** esp has joined #openstack-keystone19:06
*** thiagolib has quit IRC19:08
*** gagehugo has quit IRC19:16
*** david-lyle has quit IRC19:16
*** adrian_otto has quit IRC19:16
*** dave-mccowan has quit IRC19:16
*** joerch has quit IRC19:16
*** Daviey_ has quit IRC19:16
*** bjolo has quit IRC19:16
*** jefrite has quit IRC19:16
*** Nakato has quit IRC19:16
*** jlvillal has quit IRC19:16
*** nkinder has quit IRC19:16
*** yarkot1 has quit IRC19:16
*** htruta has quit IRC19:16
*** toddnni has quit IRC19:16
*** baffle has quit IRC19:16
*** alex_xu has quit IRC19:16
*** breton has quit IRC19:16
*** mnikolaenko has quit IRC19:16
*** amitkqed has quit IRC19:16
*** atod has quit IRC19:16
*** woodburn has quit IRC19:16
*** hoonetorg has quit IRC19:16
*** jpena|off has quit IRC19:16
*** markd_ has quit IRC19:16
*** aloga has quit IRC19:16
*** clenimar has quit IRC19:16
*** akscram has quit IRC19:16
*** agireud has quit IRC19:16
*** iurygregory has quit IRC19:16
*** Dave has quit IRC19:16
*** ianw has quit IRC19:16
*** mdurrant has quit IRC19:16
*** martinus__ has quit IRC19:16
*** mordred has quit IRC19:16
*** mrsoul has quit IRC19:16
*** tonytan4ever has quit IRC19:17
*** fangxu has quit IRC19:17
*** erhudy has quit IRC19:17
*** ayoung has quit IRC19:17
*** cargonza has quit IRC19:17
*** wasmum has quit IRC19:17
*** rm_work has quit IRC19:17
*** roxanaghe has quit IRC19:17
*** gus has quit IRC19:17
*** dgonzalez has quit IRC19:17
*** hogepodge has quit IRC19:17
*** d34dh0r53 has quit IRC19:17
*** mjb has quit IRC19:17
*** timss has quit IRC19:17
*** adam_g has quit IRC19:17
*** madorn has quit IRC19:17
*** amakarov has quit IRC19:17
*** mfisch has quit IRC19:17
*** dhellmann has quit IRC19:17
*** med_ has quit IRC19:17
*** pleia2 has quit IRC19:17
*** odyssey4me has quit IRC19:17
*** jamielennox has quit IRC19:17
*** ktychkova has quit IRC19:17
*** rha has quit IRC19:17
*** mrhillsman has quit IRC19:17
*** Guest66666 has quit IRC19:17
*** jamiec has quit IRC19:17
*** charz has quit IRC19:17
*** vkmc has quit IRC19:17
*** knikolla has quit IRC19:17
*** x58 has quit IRC19:17
*** ntpttr_ has quit IRC19:17
*** SpamapS has quit IRC19:17
*** edtubill has quit IRC19:17
*** lightshadow has quit IRC19:17
*** zigo has quit IRC19:17
*** ctracey has quit IRC19:17
*** serverascode has quit IRC19:17
*** notmorgan has quit IRC19:17
*** bigjools has quit IRC19:17
*** HenryG has quit IRC19:17
*** boris-42 has quit IRC19:17
*** dstanek has quit IRC19:17
*** andreaf has quit IRC19:17
*** mgagne has quit IRC19:17
*** chrisshattuck has quit IRC19:17
*** dancn has quit IRC19:17
*** cnf has quit IRC19:17
*** d0ugal has quit IRC19:17
*** sto has quit IRC19:17
*** rakhmerov has quit IRC19:17
*** Gorian has quit IRC19:17
*** clayton has quit IRC19:17
*** darrenc has quit IRC19:17
*** anteaya has quit IRC19:17
*** jidar has quit IRC19:17
*** dtroyer has quit IRC19:17
*** vern has quit IRC19:17
*** ChanServ has quit IRC19:17
*** jhesketh has quit IRC19:17
*** _sigmavirus24 has quit IRC19:17
*** raildo has quit IRC19:17
*** zhugaoxiao has quit IRC19:17
*** samueldmq has quit IRC19:17
*** jraim has quit IRC19:17
*** melwitt has quit IRC19:17
*** barclaac has quit IRC19:17
*** rderose has quit IRC19:17
*** tsufiev has quit IRC19:17
*** pkoraca has quit IRC19:17
*** andrewbogott has quit IRC19:17
*** zhiyan has quit IRC19:17
*** nikhil has quit IRC19:17
*** mugsie has quit IRC19:17
*** bknudson has quit IRC19:17
*** sileht has quit IRC19:17
*** mnaser has quit IRC19:17
*** LamT_ has quit IRC19:17
*** harlowja has quit IRC19:17
*** mlovell has quit IRC19:17
*** evrardjp has quit IRC19:17
*** mkoderer__ has quit IRC19:17
*** briancline has quit IRC19:17
*** nk2527 has quit IRC19:17
*** jmccrory has quit IRC19:17
*** tlbr has quit IRC19:17
*** rcernin has quit IRC19:17
*** kfox1111 has quit IRC19:17
*** mtreinish has quit IRC19:17
*** woodster_ has quit IRC19:17
*** flaper87 has quit IRC19:17
*** AlexeyAbashkin has quit IRC19:17
*** jistr has quit IRC19:17
*** Anticimex has quit IRC19:17
*** AndyWojo has quit IRC19:17
*** dolphm has quit IRC19:17
*** fungi has quit IRC19:17
*** spedione|AWAY has quit IRC19:17
*** tqtran has quit IRC19:17
*** pauloewerton has quit IRC19:17
*** richm has quit IRC19:17
*** topol has quit IRC19:17
*** brad[] has quit IRC19:18
*** eglute has quit IRC19:18
*** gsilvis has quit IRC19:18
*** timburke has quit IRC19:18
*** browne has quit IRC19:18
*** mvk has quit IRC19:18
*** BjoernT has quit IRC19:18
*** slberger has quit IRC19:18
*** ntpttr has quit IRC19:18
*** zzzeek has quit IRC19:18
*** chlong_ has quit IRC19:18
*** rvba has quit IRC19:18
*** tristanC has quit IRC19:18
*** eandersson has quit IRC19:18
*** bapalm has quit IRC19:18
*** diltram has quit IRC19:18
*** krotscheck has quit IRC19:18
*** dims has quit IRC19:18
*** frickler has quit IRC19:18
*** afazekas has quit IRC19:18
*** esp has quit IRC19:18
*** itsuugo has quit IRC19:18
*** rodrigods has quit IRC19:18
*** zeus has quit IRC19:18
*** stevemar has quit IRC19:18
*** henrynash has quit IRC19:18
*** bradjones has quit IRC19:18
*** kevinbenton has quit IRC19:18
*** jrist has quit IRC19:18
*** akrzos has quit IRC19:18
*** hugokuo has quit IRC19:18
*** david_cu has quit IRC19:18
*** haplo37_ has quit IRC19:18
*** cburgess has quit IRC19:18
*** tonyb has quit IRC19:18
*** rmstar has quit IRC19:18
*** nonameentername has quit IRC19:18
*** BrAsS_mOnKeY has quit IRC19:18
*** pcaruana has quit IRC19:18
*** edmondsw has quit IRC19:18
*** wolsen has quit IRC19:18
*** DuncanT has quit IRC19:18
*** raddaoui has quit IRC19:18
*** briancurtin has quit IRC19:18
*** jlk has quit IRC19:18
*** dobson` has quit IRC19:18
*** kragniz has quit IRC19:18
*** lbragstad has quit IRC19:18
*** auggy has quit IRC19:18
*** crinkle has quit IRC19:18
*** basilAB has quit IRC19:18
*** johnthetubaguy has quit IRC19:18
*** mancdaz has quit IRC19:18
*** BlackDex has quit IRC19:18
*** sudorandom has quit IRC19:18
*** nicolasbock has quit IRC19:18
*** openstackgerrit has quit IRC19:18
*** lifeless has quit IRC19:18
*** arunkant has quit IRC19:18
*** jaugustine has quit IRC19:18
*** xenogear has quit IRC19:18
*** SamYaple has quit IRC19:18
*** rdo_ has quit IRC19:18
*** freerunner has quit IRC19:18
*** AlexOughton has quit IRC19:18
*** EmilienM has quit IRC19:18
*** woodburn has joined #openstack-keystone19:19
*** tonyb has joined #openstack-keystone19:21
*** BlackDex has joined #openstack-keystone19:22
*** mancdaz has joined #openstack-keystone19:22
*** zzzeek has joined #openstack-keystone19:22
*** johnthetubaguy has joined #openstack-keystone19:22
*** cnf has joined #openstack-keystone19:22
*** basilAB has joined #openstack-keystone19:22
*** breton has joined #openstack-keystone19:22
*** alex_xu has joined #openstack-keystone19:22
*** baffle has joined #openstack-keystone19:22
*** toddnni has joined #openstack-keystone19:22
*** htruta has joined #openstack-keystone19:22
*** yarkot1 has joined #openstack-keystone19:22
*** nkinder has joined #openstack-keystone19:22
*** jlvillal has joined #openstack-keystone19:22
*** Nakato has joined #openstack-keystone19:22
*** jefrite has joined #openstack-keystone19:22
*** bjolo has joined #openstack-keystone19:22
*** Daviey_ has joined #openstack-keystone19:22
*** joerch has joined #openstack-keystone19:22
*** dave-mccowan has joined #openstack-keystone19:22
*** adrian_otto has joined #openstack-keystone19:22
*** mrsoul has joined #openstack-keystone19:22
*** rodrigod` has joined #openstack-keystone19:22
*** browne has joined #openstack-keystone19:22
*** markd_ has joined #openstack-keystone19:22
*** chlong_ has joined #openstack-keystone19:22
*** BrAsS_mOnKeY has joined #openstack-keystone19:22
*** pcaruana has joined #openstack-keystone19:22
*** mugsie has joined #openstack-keystone19:22
*** nikhil has joined #openstack-keystone19:22
*** zhiyan has joined #openstack-keystone19:22
*** tsufiev has joined #openstack-keystone19:22
*** rderose has joined #openstack-keystone19:22
*** barclaac has joined #openstack-keystone19:22
*** melwitt has joined #openstack-keystone19:22
*** samueldmq has joined #openstack-keystone19:22
*** zhugaoxiao has joined #openstack-keystone19:22
*** raildo has joined #openstack-keystone19:22
*** _sigmavirus24 has joined #openstack-keystone19:22
*** mnikolaenko has joined #openstack-keystone19:22
*** yarkot has joined #openstack-keystone19:22
*** kragniz has joined #openstack-keystone19:22
*** cburgess has joined #openstack-keystone19:22
*** spedione|AWAY has joined #openstack-keystone19:22
*** fungi has joined #openstack-keystone19:22
*** orwell.freenode.net sets mode: +vv rderose samueldmq19:22
*** dolphm has joined #openstack-keystone19:22
*** AndyWojo has joined #openstack-keystone19:22
*** Anticimex has joined #openstack-keystone19:22
*** jistr has joined #openstack-keystone19:22
*** AlexeyAbashkin has joined #openstack-keystone19:22
*** flaper87 has joined #openstack-keystone19:22
*** mtreinish has joined #openstack-keystone19:22
*** kfox1111 has joined #openstack-keystone19:22
*** rcernin has joined #openstack-keystone19:22
*** _nonameentername has joined #openstack-keystone19:22
*** jlk has joined #openstack-keystone19:22
*** afazekas has joined #openstack-keystone19:22
*** krotscheck has joined #openstack-keystone19:22
*** jrist has joined #openstack-keystone19:22
*** henrynash has joined #openstack-keystone19:22
*** david-lyle has joined #openstack-keystone19:22
*** itsuugo has joined #openstack-keystone19:22
*** ChanServ has joined #openstack-keystone19:22
*** vern has joined #openstack-keystone19:22
*** dtroyer_zz has joined #openstack-keystone19:22
*** ianw has joined #openstack-keystone19:22
*** aloga has joined #openstack-keystone19:22
*** clenimar has joined #openstack-keystone19:22
*** haplo37_ has joined #openstack-keystone19:22
*** lbragstad has joined #openstack-keystone19:22
*** edtubill has joined #openstack-keystone19:22
*** lightshadow has joined #openstack-keystone19:22
*** zigo has joined #openstack-keystone19:22
*** notmorgan has joined #openstack-keystone19:22
*** bigjools has joined #openstack-keystone19:22
*** HenryG has joined #openstack-keystone19:22
*** boris-42 has joined #openstack-keystone19:22
*** dstanek has joined #openstack-keystone19:22
*** andreaf has joined #openstack-keystone19:22
*** mgagne has joined #openstack-keystone19:22
*** amitkqed has joined #openstack-keystone19:22
*** akscram has joined #openstack-keystone19:22
*** rvba has joined #openstack-keystone19:22
*** stevemar_ has joined #openstack-keystone19:22
*** tqtran has joined #openstack-keystone19:22
*** pauloewerton has joined #openstack-keystone19:22
*** richm has joined #openstack-keystone19:22
*** topol has joined #openstack-keystone19:22
*** orwell.freenode.net sets mode: +oovv dolphm ChanServ dstanek topol19:22
*** brad[] has joined #openstack-keystone19:22
*** eglute has joined #openstack-keystone19:22
*** gsilvis has joined #openstack-keystone19:22
*** timburke has joined #openstack-keystone19:22
*** bapalm has joined #openstack-keystone19:22
*** ntpttr has joined #openstack-keystone19:22
*** atod has joined #openstack-keystone19:22
*** crinkle has joined #openstack-keystone19:22
*** jhesketh has joined #openstack-keystone19:22
*** martinus__ has joined #openstack-keystone19:22
*** tonytan4ever has joined #openstack-keystone19:22
*** fangxu has joined #openstack-keystone19:22
*** wasmum has joined #openstack-keystone19:22
*** rm_work has joined #openstack-keystone19:22
*** roxanaghe has joined #openstack-keystone19:22
*** gus has joined #openstack-keystone19:22
*** dgonzalez has joined #openstack-keystone19:22
*** hogepodge has joined #openstack-keystone19:22
*** d34dh0r53 has joined #openstack-keystone19:22
*** mjb has joined #openstack-keystone19:22
*** timss has joined #openstack-keystone19:22
*** adam_g has joined #openstack-keystone19:22
*** madorn has joined #openstack-keystone19:22
*** amakarov has joined #openstack-keystone19:22
*** mfisch has joined #openstack-keystone19:22
*** dhellmann has joined #openstack-keystone19:22
*** med_ has joined #openstack-keystone19:22
*** pleia2 has joined #openstack-keystone19:22
*** odyssey4me has joined #openstack-keystone19:22
*** jamielennox has joined #openstack-keystone19:22
*** ktychkova has joined #openstack-keystone19:22
*** rha has joined #openstack-keystone19:22
*** mrhillsman has joined #openstack-keystone19:22
*** Guest66666 has joined #openstack-keystone19:22
*** knikolla has joined #openstack-keystone19:22
*** jamiec has joined #openstack-keystone19:22
*** charz has joined #openstack-keystone19:22
*** vkmc has joined #openstack-keystone19:22
*** x58 has joined #openstack-keystone19:22
*** ntpttr_ has joined #openstack-keystone19:22
*** SpamapS has joined #openstack-keystone19:22
*** mordred has joined #openstack-keystone19:22
*** orwell.freenode.net sets mode: +v jamielennox19:22
*** hugokuo has joined #openstack-keystone19:23
*** eandersson has joined #openstack-keystone19:23
*** jaugustine has joined #openstack-keystone19:23
*** nicolasbock has joined #openstack-keystone19:23
*** openstackgerrit has joined #openstack-keystone19:23
*** lifeless has joined #openstack-keystone19:23
*** arunkant has joined #openstack-keystone19:23
*** xenogear has joined #openstack-keystone19:23
*** SamYaple has joined #openstack-keystone19:23
*** rdo_ has joined #openstack-keystone19:23
*** AlexOughton has joined #openstack-keystone19:23
*** freerunner has joined #openstack-keystone19:23
*** EmilienM has joined #openstack-keystone19:23
*** diltram has joined #openstack-keystone19:23
*** rmstar has joined #openstack-keystone19:23
*** frickler has joined #openstack-keystone19:23
*** kevinbenton has joined #openstack-keystone19:23
*** hoonetorg has joined #openstack-keystone19:23
*** mvk has joined #openstack-keystone19:23
*** dims has joined #openstack-keystone19:23
*** bradjones has joined #openstack-keystone19:23
*** edmondsw has joined #openstack-keystone19:23
*** bknudson has joined #openstack-keystone19:23
*** sileht has joined #openstack-keystone19:23
*** mnaser has joined #openstack-keystone19:23
*** orwell.freenode.net sets mode: +v bknudson19:23
*** Gorian has joined #openstack-keystone19:24
*** iurygregory has joined #openstack-keystone19:24
*** chrisshattuck has joined #openstack-keystone19:24
*** dancn has joined #openstack-keystone19:24
*** d0ugal has joined #openstack-keystone19:24
*** sto has joined #openstack-keystone19:24
*** rakhmerov has joined #openstack-keystone19:24
*** clayton has joined #openstack-keystone19:24
*** darrenc has joined #openstack-keystone19:24
*** anteaya has joined #openstack-keystone19:24
*** jidar has joined #openstack-keystone19:24
*** tristanC has joined #openstack-keystone19:24
*** slberger has joined #openstack-keystone19:24
*** zeus- has joined #openstack-keystone19:24
*** akrzos has joined #openstack-keystone19:24
*** sudorandom has joined #openstack-keystone19:24
*** harlowja has joined #openstack-keystone19:24
*** mlovell has joined #openstack-keystone19:24
*** evrardjp has joined #openstack-keystone19:24
*** mkoderer__ has joined #openstack-keystone19:24
*** briancline has joined #openstack-keystone19:24
*** nk2527 has joined #openstack-keystone19:24
*** jmccrory has joined #openstack-keystone19:24
*** tlbr has joined #openstack-keystone19:24
*** BrAsS_mOnKeY has quit IRC19:24
*** BrAsS_mOnKeY has joined #openstack-keystone19:24
*** mrsoul has quit IRC19:24
*** mrsoul has joined #openstack-keystone19:24
*** boris-42 has quit IRC19:24
*** AndyWojo has quit IRC19:24
*** Gorian has quit IRC19:24
*** Gorian has joined #openstack-keystone19:24
*** akrzos has quit IRC19:24
*** akrzos has joined #openstack-keystone19:24
*** bradjones has quit IRC19:24
*** bradjones has joined #openstack-keystone19:24
*** agireud has joined #openstack-keystone19:24
*** zeus- is now known as zeus`19:24
*** jpena|off has joined #openstack-keystone19:24
*** chrisshattuck has quit IRC19:25
*** ayoung has joined #openstack-keystone19:26
*** ChanServ sets mode: +v ayoung19:26
*** dobson has joined #openstack-keystone19:27
*** esp has joined #openstack-keystone19:27
*** Gorian has quit IRC19:27
*** fangxu has quit IRC19:29
*** Dave has joined #openstack-keystone19:29
*** wolsen has joined #openstack-keystone19:31
*** Gorian has joined #openstack-keystone19:31
*** ravelar has quit IRC19:37
*** ravelar has joined #openstack-keystone19:37
*** briancurtin has joined #openstack-keystone19:38
*** dobson has quit IRC19:38
*** dobson has joined #openstack-keystone19:39
ayoungbknudson, stevemar_ lbragstad jamielennox can one of you confirm a keystoneauth thing for me?19:43
ayoungif you set the OS_AUTH_TYPE to v3fedkerb what error do you get?19:43
stevemar_ayoung: i'll try19:43
raildojamielennox, sorry, I was afk in other meeting, anything that I can help?19:43
*** jrist has quit IRC19:43
*** jrist has joined #openstack-keystone19:43
ayoungopenstack --debug  token issue19:44
ayoungI get TypeError: __init__() takes exactly 4 arguments (2 given)19:44
ayoungbut...19:44
ayoungif I put a break point here:19:44
ayoung/usr/lib/python2.7/site-packages/os_client_config/config.py19:44
ayoung100819:45
ayoungline 1008 that is19:45
ayoungright before19:45
ayoungconfig = self._validate_auth_ksc(config, cloud)19:45
ayoungI see the error:19:45
ayoungactually at /usr/lib/python2.7/site-packages/os_client_config/config.py(842)_validate_auth_ksc()19:46
ayoung          plugin_options = ksc_auth.get_plugin_class(19:46
ayoung842  ->            config['auth_type']).get_options()19:46
*** auggy has joined #openstack-keystone19:46
ayoungthat print (config['auth_type'])19:46
ayoungv3fedkerb19:46
ayoungand19:46
ayoung(Pdb) print ksc_auth.get_plugin_class(config['auth_type'])19:47
ayoung*** NoMatchingPlugin: The plugin v3fedkerb could not be found19:47
ayoungthat to me says that it is trying to load the keystone client plugin and not the KSA19:47
ayoung print _get_qualified_name(inspect.getmodule(f))19:48
ayoungkeystoneclient.auth.base19:48
*** woodster_ has joined #openstack-keystone19:48
ayoungtrying to determine if this is KSC and KSA or just Tripleo out of whack19:49
*** clenimar_ has joined #openstack-keystone19:49
ayoungrpmquery -f /usr/lib/python2.7/site-packages/os_client_config/config.py19:49
ayoungpython2-os-client-config-1.18.0-0.20160802185324.51b4cbe.el7.centos.noarch19:49
*** erhudy has joined #openstack-keystone19:49
ayoungso what does that mean...19:49
*** raildo has quit IRC19:50
ayounghttp://git.openstack.org/cgit/openstack/os-client-config/  tag is at 1.21.119:51
*** zeus` is now known as zeus19:51
ayoungand we are at19:51
*** zeus has quit IRC19:51
*** zeus has joined #openstack-keystone19:51
ayoung1.18.019:51
ayoungOK...at least somewhat RDO is frozen on that package.  Let me see if I can unfreeze it19:52
*** serverascode has joined #openstack-keystone19:54
*** tonytan_brb has joined #openstack-keystone19:57
*** asettle has joined #openstack-keystone19:59
*** DuncanT has joined #openstack-keystone19:59
*** tonytan4ever has quit IRC19:59
*** LamT_ has joined #openstack-keystone20:00
*** adrian_otto has quit IRC20:00
*** gagehugo_ has joined #openstack-keystone20:01
*** gagehugo_ has quit IRC20:01
*** gagehugo has joined #openstack-keystone20:01
*** jraim has joined #openstack-keystone20:02
*** asettle has quit IRC20:02
*** asettle has joined #openstack-keystone20:02
*** ctracey has joined #openstack-keystone20:03
*** cargonza has joined #openstack-keystone20:03
*** pkoraca has joined #openstack-keystone20:03
bretonyey, all tests pass for me on https://review.openstack.org/36961820:05
bretonplease review.20:05
*** andrewbogott has joined #openstack-keystone20:07
*** roxanagh_ has joined #openstack-keystone20:08
*** jaugustine_ has joined #openstack-keystone20:09
*** pcaruana has quit IRC20:11
*** roxanagh_ has quit IRC20:13
*** jaugustine_ has quit IRC20:13
*** AndyWojo has joined #openstack-keystone20:18
*** boris-42 has joined #openstack-keystone20:18
*** raddaoui has joined #openstack-keystone20:18
*** nicolasbock has quit IRC20:21
*** Raildo has joined #openstack-keystone20:21
*** fangxu has joined #openstack-keystone20:22
*** Raildo_ has joined #openstack-keystone20:22
*** Raildo has quit IRC20:23
*** slberger has quit IRC20:26
*** asettle has quit IRC20:36
*** ravelar has quit IRC20:38
*** ravelar has joined #openstack-keystone20:39
*** slberger has joined #openstack-keystone20:42
*** Raildo_ has quit IRC20:43
*** rodrigod` is now known as rodrigods20:45
*** asettle has joined #openstack-keystone20:55
*** clenimar_ has quit IRC20:57
*** asettle has quit IRC21:02
*** harlowja has quit IRC21:04
*** asettle has joined #openstack-keystone21:05
*** sudorandom has quit IRC21:11
*** sudorandom has joined #openstack-keystone21:12
*** markd_ has quit IRC21:12
*** pauloewerton has quit IRC21:16
*** slberger has quit IRC21:19
*** tonytan_brb has quit IRC21:21
*** tonytan4ever has joined #openstack-keystone21:22
*** adriant has joined #openstack-keystone21:22
*** jaugustine has left #openstack-keystone21:23
*** dave-mccowan has quit IRC21:26
*** tristanC has quit IRC21:27
*** zeus has quit IRC21:27
*** akrzos has quit IRC21:27
*** mlovell has quit IRC21:27
*** evrardjp has quit IRC21:27
*** mkoderer__ has quit IRC21:27
*** briancline has quit IRC21:27
*** nk2527 has quit IRC21:27
*** jmccrory has quit IRC21:28
*** tlbr has quit IRC21:28
*** gyee has joined #openstack-keystone21:28
*** ChanServ sets mode: +v gyee21:28
*** zeus- has joined #openstack-keystone21:28
*** evrardjp has joined #openstack-keystone21:28
*** briancline has joined #openstack-keystone21:28
*** jmccrory_ has joined #openstack-keystone21:28
*** tristanC has joined #openstack-keystone21:28
*** akrzos has joined #openstack-keystone21:28
*** dhellmann has quit IRC21:28
*** zeus- is now known as zeus21:28
*** sdake_ has joined #openstack-keystone21:28
*** mlovell has joined #openstack-keystone21:28
*** mkoderer__ has joined #openstack-keystone21:28
*** zeus is now known as Guest9816521:28
*** tlbr has joined #openstack-keystone21:29
*** jmccrory_ is now known as jmccrory21:29
*** Gorian has quit IRC21:29
*** dhellmann has joined #openstack-keystone21:30
*** sdake has quit IRC21:30
*** edtubill has quit IRC21:33
*** sdake_ is now known as sdake21:36
*** nk2527 has joined #openstack-keystone21:37
*** markd_ has joined #openstack-keystone21:43
*** lightshadow has quit IRC21:48
*** martinus__ has quit IRC21:52
*** tonytan4ever has quit IRC21:52
*** asettle has quit IRC21:53
*** ravelar has quit IRC21:54
*** esp has quit IRC21:55
*** martinus__ has joined #openstack-keystone21:55
*** harlowja has joined #openstack-keystone22:03
*** martinus__ has quit IRC22:08
*** martinus__ has joined #openstack-keystone22:09
*** esp has joined #openstack-keystone22:10
*** edmondsw has quit IRC22:15
*** dave-mccowan has joined #openstack-keystone22:15
*** dave-mccowan has quit IRC22:16
*** chrisshattuck has joined #openstack-keystone22:18
*** itsuugo has quit IRC22:42
*** chrisshattuck has quit IRC22:42
*** atod has quit IRC22:44
openstackgerritColleen Murphy proposed openstack/keystone: Fix links on configure_federation documentation  https://review.openstack.org/36974122:44
*** itsuugo has joined #openstack-keystone22:45
*** gagehugo has quit IRC22:46
*** sdake_ has joined #openstack-keystone22:57
*** sdake has quit IRC23:00
*** fangxu has quit IRC23:10
*** lamt has joined #openstack-keystone23:17
*** ayoung has quit IRC23:20
*** itsuugo has quit IRC23:20
*** itsuugo has joined #openstack-keystone23:22
*** rcernin has quit IRC23:23
*** adrian_otto has joined #openstack-keystone23:23
*** jaugustine_ has joined #openstack-keystone23:25
*** jaugustine_ has quit IRC23:25
*** roxanagh_ has joined #openstack-keystone23:27
*** martinus__ has quit IRC23:30
*** martinus__ has joined #openstack-keystone23:31
*** roxanagh_ has quit IRC23:32
samueldmqdstanek: lbragstad: any of you around ?23:34
samueldmqdstanek: lbragstad: about https://review.openstack.org/#/c/35660723:44
samueldmqis the corner case when the cache invalidation hasn't propagated yet ?23:44
*** itsuugo has quit IRC23:46
*** itsuugo has joined #openstack-keystone23:47
*** fangxu has joined #openstack-keystone23:52
*** martinus__ has quit IRC23:53
*** martinus__ has joined #openstack-keystone23:56

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