Saturday, 2016-09-17

*** roxanaghe has quit IRC00:07
*** markvoelker has joined #openstack-keystone00:11
*** atod has joined #openstack-keystone00:13
*** markvoelker has quit IRC00:15
*** browne has quit IRC00:16
*** gyee has quit IRC00:17
*** itsuugo has quit IRC00:17
*** itsuugo has joined #openstack-keystone00:18
jamielennoxayoung: what did i do?00:20
ayoungjamielennox, heh...was just talking through the fixes you were getting in for policy enforcement00:26
ayoungjamielennox, you said they were needed to get is_admin_project support in, but that I could'nt see why00:26
*** itsuugo has quit IRC00:29
*** itsuugo has joined #openstack-keystone00:30
*** asettle has joined #openstack-keystone00:35
*** adrian_otto has joined #openstack-keystone00:36
*** markvoelker has joined #openstack-keystone00:37
*** tqtran has quit IRC00:37
*** itsuugo has quit IRC00:37
*** atod has quit IRC00:38
*** itsuugo has joined #openstack-keystone00:39
*** asettle has quit IRC00:40
*** adrian_otto has quit IRC00:40
*** itsuugo has quit IRC00:44
*** sdake has joined #openstack-keystone00:44
*** itsuugo has joined #openstack-keystone00:46
*** sdake_ has joined #openstack-keystone00:47
*** sdake has quit IRC00:49
*** itsuugo has quit IRC00:51
*** itsuugo has joined #openstack-keystone00:51
*** itsuugo has quit IRC00:56
*** itsuugo has joined #openstack-keystone00:57
*** itsuugo has quit IRC01:02
*** itsuugo has joined #openstack-keystone01:03
*** roxanaghe has joined #openstack-keystone01:06
*** itsuugo has quit IRC01:08
*** itsuugo has joined #openstack-keystone01:08
*** tonytan4ever has quit IRC01:09
*** itsuugo has quit IRC01:16
*** itsuugo has joined #openstack-keystone01:16
jamielennoxayoung: like you're still not sure?01:19
jamielennoxayoung: weirdly (or maybe not) keystone was one of the more difficult ones and it involved me doing all those patches that changed how contexts are used01:19
*** tonytan4ever has joined #openstack-keystone01:20
*** spzala has joined #openstack-keystone01:21
*** atod has joined #openstack-keystone01:24
*** spzala has quit IRC01:25
openstackgerritMerged openstack/keystoneauth: doc: remove unused import  https://review.openstack.org/36792601:27
*** itsuugo has quit IRC01:27
*** itsuugo has joined #openstack-keystone01:27
ayoungjamielennox, sorry, in and out of parenting mode here.  I wasn't sure why the https://review.openstack.org/#/c/341905/  change was needed01:27
ayoungit seems like you are adding the is_admin but that is not the same as is_admin_project01:28
jamielennoxayoung: no worries, i'm in and out of late breakfast mode01:28
jamielennoxok, so as well as the is_admin_project stuff part of the goal of the to_policy_values is to standardize across all projects the information they put into policy enforcement01:29
jamielennoxhopefully this would stop the problem of some policies having tenant and some using project_id vs project and similar for other params01:29
ayoungdoes context.to_dict() not pick up is_admin_project?01:29
jamielennoxto_dict is hopefully going to be avoided for policy enforcement in favour of to_policy_values01:29
*** atod has quit IRC01:29
jamielennoxto_policy_values contains https://github.com/openstack/oslo.context/blob/master/oslo_context/context.py#L13101:30
ayoungjamielennox, I understand that desire.  I am just trying to see if this is in addition to the is_admin_project check being available already01:30
ayoungAh  got it!01:30
jamielennoxright, so is_admin is something that is used in a different way across different projects01:30
jamielennoxsome check for 'admin' in context.roles01:31
jamielennoxsome send it to policy01:31
jamielennoxsome look for a flag01:31
ayoungjamielennox, so if you cheated and put is_admin_project into to_dict it would have worked?01:31
jamielennoxit's not actually consistent so i didn't include it in to_policy_values01:31
jamielennoxayoung: well, i did cheat https://github.com/openstack/oslo.context/blob/master/oslo_context/context.py#L16001:31
ayoungBut to_dict is doing tenant?01:31
jamielennoxbut i want to do it right as well01:32
ayoungAh I didn't scroll down far enough01:32
*** itsuugo has quit IRC01:32
jamielennoxso yea, is_admin_project should be usable in newton01:32
ayoungso we *could* do it now but...01:32
jamielennoxjust on the whole i want to get everything moved over to the new function01:32
jamielennoxand that's why the bug is still open, and i didn't push too hard to get everybody finished for newton01:33
ayoungHaa  I read user_idt_format.   as user_i10dt_format.01:33
*** itsuugo has joined #openstack-keystone01:33
jamielennoxgah - i have no idea who thought putting that in to_dict was a good idea01:33
ayoungsom id10t01:33
jamielennoxit now is part of every rpc message01:33
jamielennoxanyway, that answer the question?01:34
ayoungjamielennox, so, I thin the answer is "yes" ?01:35
ayoungwe can enforce on is_admin_project now?01:35
jamielennoxi would test it out per project - but in short - yes01:36
jamielennoxthe minimum reqs for oslo.context got bumped to 2.9 just before freeze01:36
jamielennoxthere is one or two projects that didn't use to_dict with policy01:36
jamielennoxi think they were cinder and glance01:36
jamielennoxbut i'm sure there are others01:36
jamielennoxhmm, nope cinder used to_dict01:37
ayoungthey had crap for policy as I recall anyway?01:37
ayoungglances was all default last I checked01:37
*** itsuugo has quit IRC01:37
jamielennoxnope, here's the (merged) fix for glance01:38
jamielennoxhttps://review.openstack.org/#/c/314889/5/glance/api/policy.py01:38
jamielennoxso they made up their own credential bundle01:38
jamielennoxso i will almost guarantee zaqar does the same thing01:38
*** itsuugo has joined #openstack-keystone01:38
ayounghttp://git.openstack.org/cgit/openstack/glance/tree/etc/policy.json01:39
ayoungI actually have absolutly no pity for them, then01:39
jamielennoxlol01:39
jamielennoxwell yea, in that case it really doesn't matter does it01:39
jamielennoxalthough - maybe for glance everything being member is fine as a default01:39
ayoungNope.  And I think that there is little in that list that really needs admin...let's see01:39
ayoungpublicize_image": "role:admin",01:40
ayoungyeah, that will be painful01:40
ayoung "manage_image_cache": "role:admin",01:40
ayoungno idea what the task API is there either01:40
ayoung"get_task": "role:admin",01:40
ayoung    "get_tasks": "role:admin",01:40
ayoung    "add_task": "role:admin",01:40
ayoung    "modify_task": "role:admin",01:40
ayoungOK, I have a cluster up.  Let me mess with policy and see if I can confirm01:41
jamielennoxyea, i'd be interested to know what doesn't do policy via to_dict or to_policy_values01:41
jamielennoxi hit the main services01:42
jamielennoxbut otherwise i figured we'd have to find as we go01:42
*** itsuugo has quit IRC01:48
*** itsuugo has joined #openstack-keystone01:50
ayoungjamielennox, trying on Keystone first.  what is the correct syntax now?01:52
ayoung"admin_required": "role:admin and is_admin_project....",01:53
jamielennoxayoung: heh - keystone is the hard one, i've no idea01:53
jamielennoxayoung: keystone throws the whole token into policy01:53
ayoungAh, ok I have that working01:53
ayoungit is01:53
ayounghttp://git.openstack.org/cgit/openstack/keystone/tree/etc/policy.v3cloudsample.json#n301:53
ayoungtoken.is_admin_project:True01:54
jamielennoxayoung: hmm, be aware that will always fail for v2 tokens01:54
jamielennoxand actually it will fail when the token doesn't have is_admin_project defined01:54
jamielennoxwhich will be any time your cloud isn't configured with an admin_project01:54
jamielennoxls01:54
jamielennoxayoung: stupidly we could probably have hacked around this in keystone's case and fixed it properly next cycle01:56
ayoungNope.  Not how I did it, anyway.01:57
ayoungIf you don't have an admin project, that value is always true01:57
ayoungBut, meh, it might be different now, and I don't care01:57
jamielennoxthat wasn't the implementation01:57
ayoungso long as I can show how it is supposed to be finally01:57
ayoungI got that in, it thought...01:57
jamielennoxbecause auth_token and oslo.context default to true for older implementations01:58
jamielennoxso it was never needed01:58
jamielennoxalso, will still fail for v2 tokens01:58
ayoungYeah, but I thought this happned first..let's see, maybe you talked me out of it01:58
*** itsuugo has quit IRC01:58
ayoungNah, looks like your way won out01:59
*** itsuugo has joined #openstack-keystone01:59
*** joerch has quit IRC01:59
openstackgerritJamie Lennox proposed openstack/keystone: Add is_admin_project to policy dict  https://review.openstack.org/37185602:02
jamielennoxayoung: i haven't even run unit tests on it, but ^ would have plugged the gap for newton02:03
ayoungjamielennox, interested to see that pass CI02:03
*** itsuugo has quit IRC02:04
jamielennoxi'm pretty sure we're too late even for last minute02:05
*** itsuugo has joined #openstack-keystone02:05
jamielennoxbut if it solves the problem for you we can always backport it and you could ship it in rpms as the newton release02:06
jamielennoxanyway, give it a try on your env and tell me if it works02:06
jamielennoxi'm suddenly unsure if it should be in the flatten_kwargs dict instead02:07
*** itsuugo has quit IRC02:16
*** itsuugo has joined #openstack-keystone02:17
*** itsuugo has quit IRC02:22
*** itsuugo has joined #openstack-keystone02:22
*** itsuugo has quit IRC02:27
*** itsuugo has joined #openstack-keystone02:29
samueldmqayoung: jamielennox https://bugs.launchpad.net/designate/+bug/160303602:35
openstackLaunchpad bug 1603036 in Designate "designate context broken by oslo.context commit adding is_admin_project key" [Undecided,Fix released] - Assigned to Kiall Mac Innes (kiall)02:35
ayoungsamueldmq, designate is broken02:36
ayoungnothing to do with context, IMHO02:36
jamielennoxsamueldmq: yea, fixing that sort of brokenness is part of the effort02:36
*** itsuugo has quit IRC02:37
ayoungjamielennox, did they manage to fix the bug without destroying our efforts to fix policy? Unheard of.02:38
*** itsuugo has joined #openstack-keystone02:38
jamielennoxthey managed to fix their tests and solve nothing as i see it02:38
jamielennoxhowever at least unlike nova they didn't fight back and decide that they were right and oslo.context should be fixed and blacklisted02:39
*** harlowja has quit IRC02:40
samueldmqayoung: jamielennox: cool. Just making sure to share02:42
samueldmqThere was a ML thread called "[openstack-dev] [cue][qa] Status of OpenStack CI jobs"02:42
*** itsuugo has quit IRC02:43
*** itsuugo has joined #openstack-keystone02:44
jamielennoxsamueldmq: just replied02:47
*** sdake_ has quit IRC02:47
*** sdake has joined #openstack-keystone02:47
*** itsuugo has quit IRC02:48
*** itsuugo has joined #openstack-keystone02:50
*** itsuugo has quit IRC02:57
*** itsuugo has joined #openstack-keystone02:58
*** itsuugo has quit IRC03:03
*** itsuugo has joined #openstack-keystone03:04
*** adrian_otto has joined #openstack-keystone03:08
*** itsuugo has quit IRC03:08
*** itsuugo has joined #openstack-keystone03:10
*** harlowja has joined #openstack-keystone03:12
*** itsuugo has quit IRC03:20
*** itsuugo has joined #openstack-keystone03:21
*** adrian_otto has quit IRC03:22
*** itsuugo has quit IRC03:27
*** itsuugo has joined #openstack-keystone03:27
*** asettle has joined #openstack-keystone03:28
*** gagehugo has quit IRC03:31
*** asettle has quit IRC03:32
*** ayoung has quit IRC03:36
*** sdake has quit IRC03:37
*** roxanaghe has quit IRC03:42
openstackgerritSteve Martinelli proposed openstack/keystoneauth: Fix parameters for Kerberos Auth Plugin  https://review.openstack.org/36828803:44
stevemarjamielennox: looks like the ksc gate is le busted03:48
*** itsuugo has quit IRC03:53
*** itsuugo has joined #openstack-keystone03:53
*** itsuugo has quit IRC03:58
*** itsuugo has joined #openstack-keystone03:59
*** asettle has joined #openstack-keystone04:01
*** roxanaghe has joined #openstack-keystone04:01
*** roxanaghe has quit IRC04:01
*** asettle has quit IRC04:06
*** itsuugo has quit IRC04:06
*** itsuugo has joined #openstack-keystone04:07
*** itsuugo has quit IRC04:12
*** itsuugo has joined #openstack-keystone04:13
*** chrisshattuck has joined #openstack-keystone04:16
*** itsuugo has quit IRC04:17
*** itsuugo has joined #openstack-keystone04:19
*** itsuugo has quit IRC04:23
*** itsuugo has joined #openstack-keystone04:25
*** itsuugo has quit IRC04:35
*** itsuugo has joined #openstack-keystone04:36
*** itsuugo has quit IRC04:42
*** asettle has joined #openstack-keystone04:43
*** itsuugo has joined #openstack-keystone04:44
*** asettle has quit IRC04:48
*** itsuugo has quit IRC04:49
*** itsuugo has joined #openstack-keystone04:50
openstackgerritMerged openstack/keystoneauth: Raise NotImplementedError instead of NotImplemented  https://review.openstack.org/36519404:50
*** chrisshattuck has quit IRC04:52
*** itsuugo has quit IRC04:55
*** itsuugo has joined #openstack-keystone04:56
*** chrisshattuck has joined #openstack-keystone05:04
*** itsuugo has quit IRC05:06
*** itsuugo has joined #openstack-keystone05:08
*** roxanaghe has joined #openstack-keystone05:08
*** roxanaghe has quit IRC05:12
*** itsuugo has quit IRC05:12
*** itsuugo has joined #openstack-keystone05:13
*** itsuugo has quit IRC05:18
*** itsuugo has joined #openstack-keystone05:19
stevemarjamielennox: around?05:22
*** itsuugo has quit IRC05:23
*** itsuugo has joined #openstack-keystone05:24
*** itsuugo has quit IRC05:29
*** itsuugo has joined #openstack-keystone05:30
jamielennoxstevemar: not really - what's up?05:33
*** richm has quit IRC05:39
*** itsuugo has quit IRC05:40
*** itsuugo has joined #openstack-keystone05:40
*** tonytan4ever has quit IRC05:41
*** roxanaghe has joined #openstack-keystone05:42
*** itsuugo has quit IRC05:45
*** chrisshattuck has quit IRC05:45
*** roxanaghe has quit IRC05:46
*** itsuugo has joined #openstack-keystone05:47
*** itsuugo has quit IRC05:52
*** itsuugo has joined #openstack-keystone05:53
*** itsuugo has quit IRC05:58
*** itsuugo has joined #openstack-keystone05:59
*** itsuugo has quit IRC06:04
*** itsuugo has joined #openstack-keystone06:05
*** harlowja has quit IRC06:09
*** roxanaghe has joined #openstack-keystone06:09
*** roxanaghe has quit IRC06:09
*** itsuugo has quit IRC06:10
*** itsuugo has joined #openstack-keystone06:10
*** itsuugo has quit IRC06:15
*** itsuugo has joined #openstack-keystone06:16
*** roxanaghe has joined #openstack-keystone06:18
*** itsuugo has quit IRC06:21
*** spzala has joined #openstack-keystone06:21
*** itsuugo has joined #openstack-keystone06:21
*** asettle has joined #openstack-keystone06:23
*** spzala has quit IRC06:25
*** asettle has quit IRC06:28
*** itsuugo has quit IRC06:28
*** itsuugo has joined #openstack-keystone06:29
*** roxanaghe has quit IRC06:29
*** itsuugo has quit IRC06:36
*** itsuugo has joined #openstack-keystone06:36
*** itsuugo has quit IRC06:41
*** tonytan4ever has joined #openstack-keystone06:41
*** itsuugo has joined #openstack-keystone06:42
*** tonytan4ever has quit IRC06:46
*** itsuugo has quit IRC06:47
*** itsuugo has joined #openstack-keystone06:48
*** itsuugo has quit IRC06:53
*** itsuugo has joined #openstack-keystone06:53
openstackgerritDave Chen proposed openstack/keystone: Refactor: Generate entity id in a consistent way  https://review.openstack.org/36843206:57
*** itsuugo has quit IRC06:59
*** itsuugo has joined #openstack-keystone07:00
*** GB21 has joined #openstack-keystone07:02
*** itsuugo has quit IRC07:05
*** itsuugo has joined #openstack-keystone07:06
*** itsuugo has quit IRC07:11
*** itsuugo has joined #openstack-keystone07:12
*** itsuugo has quit IRC07:25
*** itsuugo has joined #openstack-keystone07:26
*** itsuugo has quit IRC07:30
*** itsuugo has joined #openstack-keystone07:31
*** itsuugo has quit IRC07:40
*** itsuugo has joined #openstack-keystone07:41
*** tonytan4ever has joined #openstack-keystone07:47
*** tonytan4ever has quit IRC07:51
*** itsuugo has quit IRC07:53
*** itsuugo has joined #openstack-keystone07:54
*** markvoelker has quit IRC07:56
*** harlowja has joined #openstack-keystone07:58
*** roxanaghe has joined #openstack-keystone07:59
*** zzzeek has quit IRC08:00
*** zzzeek has joined #openstack-keystone08:00
*** roxanaghe has quit IRC08:04
*** itsuugo has quit IRC08:04
*** itsuugo has joined #openstack-keystone08:05
*** david-lyle_ has joined #openstack-keystone08:06
*** david-lyle has quit IRC08:09
*** hoonetorg has quit IRC08:10
*** itsuugo has quit IRC08:10
*** itsuugo has joined #openstack-keystone08:11
*** itsuugo has quit IRC08:16
*** itsuugo has joined #openstack-keystone08:17
*** itsuugo has quit IRC08:22
*** itsuugo has joined #openstack-keystone08:23
*** itsuugo has quit IRC08:27
*** itsuugo has joined #openstack-keystone08:28
*** itsuugo has quit IRC08:33
*** itsuugo has joined #openstack-keystone08:34
*** itsuugo has quit IRC08:45
*** itsuugo has joined #openstack-keystone08:46
*** harlowja has quit IRC08:55
*** markvoelker has joined #openstack-keystone08:56
*** roxanaghe has joined #openstack-keystone09:01
*** markvoelker has quit IRC09:01
*** roxanaghe has quit IRC09:05
*** pnavarro has joined #openstack-keystone09:07
*** itsuugo has quit IRC09:07
*** itsuugo has joined #openstack-keystone09:09
*** jaosorior has joined #openstack-keystone09:14
*** itsuugo has quit IRC09:14
*** itsuugo has joined #openstack-keystone09:15
*** itsuugo has quit IRC09:20
*** itsuugo has joined #openstack-keystone09:21
*** itsuugo has quit IRC09:26
*** itsuugo has joined #openstack-keystone09:27
*** pnavarro has quit IRC09:29
*** itsuugo has quit IRC09:31
*** itsuugo has joined #openstack-keystone09:32
openstackgerritDave Chen proposed openstack/keystone: Refactor: Generate entity id in a consistent way  https://review.openstack.org/36843209:35
*** itsuugo has quit IRC09:37
*** itsuugo has joined #openstack-keystone09:38
*** sdake has joined #openstack-keystone09:39
*** itsuugo has quit IRC09:46
*** jaosorior has quit IRC09:46
*** itsuugo has joined #openstack-keystone09:47
*** tonytan4ever has joined #openstack-keystone09:47
*** sdake_ has joined #openstack-keystone09:48
*** sdake has quit IRC09:50
*** tonytan4ever has quit IRC09:51
*** itsuugo has quit IRC09:52
*** itsuugo has joined #openstack-keystone09:53
*** itsuugo has quit IRC10:04
*** itsuugo has joined #openstack-keystone10:06
*** richm has joined #openstack-keystone10:09
*** spzala has joined #openstack-keystone10:21
*** itsuugo has quit IRC10:23
*** itsuugo has joined #openstack-keystone10:23
*** spzala has quit IRC10:26
*** itsuugo has quit IRC10:28
*** itsuugo has joined #openstack-keystone10:29
*** itsuugo has quit IRC10:34
*** itsuugo has joined #openstack-keystone10:35
*** hoonetorg has joined #openstack-keystone10:37
*** itsuugo has quit IRC10:40
*** itsuugo has joined #openstack-keystone10:41
*** hoonetorg has quit IRC10:45
*** itsuugo has quit IRC10:46
*** itsuugo has joined #openstack-keystone10:47
*** itsuugo has quit IRC10:52
*** itsuugo has joined #openstack-keystone10:52
*** markvoelker has joined #openstack-keystone10:58
*** hoonetorg has joined #openstack-keystone11:01
*** markvoelker has quit IRC11:02
*** hoonetorg has quit IRC11:05
*** itsuugo has quit IRC11:06
*** itsuugo has joined #openstack-keystone11:07
*** itsuugo has quit IRC11:12
*** itsuugo has joined #openstack-keystone11:12
*** itsuugo has quit IRC11:19
*** itsuugo has joined #openstack-keystone11:20
*** hoonetorg has joined #openstack-keystone11:22
*** itsuugo has quit IRC11:28
*** itsuugo has joined #openstack-keystone11:29
*** itsuugo has quit IRC11:33
*** itsuugo has joined #openstack-keystone11:34
*** itsuugo has quit IRC11:39
*** sdake_ has quit IRC11:40
*** itsuugo has joined #openstack-keystone11:40
*** itsuugo has quit IRC11:45
*** itsuugo has joined #openstack-keystone11:45
*** tonytan4ever has joined #openstack-keystone11:48
*** itsuugo has quit IRC11:50
*** itsuugo has joined #openstack-keystone11:51
*** tonytan4ever has quit IRC11:53
*** itsuugo has quit IRC11:57
*** itsuugo has joined #openstack-keystone11:58
*** nk2527 has quit IRC11:58
*** itsuugo has quit IRC12:03
*** itsuugo has joined #openstack-keystone12:04
*** itsuugo has quit IRC12:20
*** itsuugo has joined #openstack-keystone12:21
*** itsuugo has quit IRC12:29
*** itsuugo has joined #openstack-keystone12:29
*** itsuugo has quit IRC12:34
*** itsuugo has joined #openstack-keystone12:35
*** roxanaghe has joined #openstack-keystone12:36
*** roxanaghe has quit IRC12:41
*** itsuugo has quit IRC12:42
*** itsuugo has joined #openstack-keystone12:43
*** itsuugo has quit IRC12:47
*** itsuugo has joined #openstack-keystone12:49
*** tonytan4ever has joined #openstack-keystone12:49
*** itsuugo has quit IRC12:53
*** tonytan4ever has quit IRC12:53
*** itsuugo has joined #openstack-keystone12:54
*** itsuugo has quit IRC12:59
*** itsuugo has joined #openstack-keystone13:00
*** itsuugo has quit IRC13:05
*** itsuugo has joined #openstack-keystone13:06
*** itsuugo has quit IRC13:11
*** itsuugo has joined #openstack-keystone13:12
*** itsuugo has quit IRC13:17
*** itsuugo has joined #openstack-keystone13:18
*** itsuugo has quit IRC13:23
*** itsuugo has joined #openstack-keystone13:25
*** asettle has joined #openstack-keystone13:26
*** itsuugo has quit IRC13:43
*** itsuugo has joined #openstack-keystone13:44
*** itsuugo has quit IRC13:49
*** tonytan4ever has joined #openstack-keystone13:50
*** asettle has quit IRC13:51
*** itsuugo has joined #openstack-keystone13:51
*** tonytan4ever has quit IRC13:54
*** itsuugo has quit IRC13:59
*** itsuugo has joined #openstack-keystone13:59
*** asettle has joined #openstack-keystone14:01
*** itsuugo has quit IRC14:04
*** itsuugo has joined #openstack-keystone14:05
*** itsuugo has quit IRC14:16
*** itsuugo has joined #openstack-keystone14:17
*** asettle has quit IRC14:18
*** markvoelker has joined #openstack-keystone14:18
*** itsuugo has quit IRC14:21
*** itsuugo has joined #openstack-keystone14:22
*** sdake has joined #openstack-keystone14:31
*** itsuugo has quit IRC14:32
*** itsuugo has joined #openstack-keystone14:34
*** asettle has joined #openstack-keystone14:36
*** itsuugo has quit IRC14:38
*** itsuugo has joined #openstack-keystone14:40
*** itsuugo has quit IRC14:49
*** tonytan4ever has joined #openstack-keystone14:49
*** itsuugo has joined #openstack-keystone14:50
*** itsuugo has quit IRC14:54
*** itsuugo has joined #openstack-keystone14:57
*** itsuugo has quit IRC15:01
*** itsuugo has joined #openstack-keystone15:02
*** itsuugo has quit IRC15:07
*** itsuugo has joined #openstack-keystone15:08
*** itsuugo has quit IRC15:12
*** itsuugo has joined #openstack-keystone15:13
*** asettle has quit IRC15:14
*** itsuugo has quit IRC15:20
*** itsuugo has joined #openstack-keystone15:21
*** roxanaghe has joined #openstack-keystone15:23
*** itsuugo has quit IRC15:26
*** itsuugo has joined #openstack-keystone15:27
*** roxanaghe has quit IRC15:27
*** itsuugo has quit IRC15:31
*** itsuugo has joined #openstack-keystone15:33
*** itsuugo has quit IRC15:44
*** itsuugo has joined #openstack-keystone15:45
*** iurygregory has joined #openstack-keystone15:47
*** itsuugo has quit IRC15:49
*** itsuugo has joined #openstack-keystone15:51
*** itsuugo has quit IRC15:55
*** itsuugo has joined #openstack-keystone15:56
*** itsuugo has quit IRC16:01
*** itsuugo has joined #openstack-keystone16:02
*** itsuugo has quit IRC16:07
*** tqtran has joined #openstack-keystone16:07
*** itsuugo has joined #openstack-keystone16:08
*** tqtran has quit IRC16:11
*** itsuugo has quit IRC16:16
*** itsuugo has joined #openstack-keystone16:18
*** sdake has quit IRC16:19
*** itsuugo has quit IRC16:37
*** itsuugo has joined #openstack-keystone16:38
*** gagehugo has joined #openstack-keystone16:38
*** chrisshattuck has joined #openstack-keystone16:40
*** sdake has joined #openstack-keystone16:45
*** chrisshattuck has quit IRC16:45
*** itsuugo has quit IRC16:50
*** itsuugo has joined #openstack-keystone16:51
*** itsuugo has quit IRC16:58
*** itsuugo has joined #openstack-keystone16:59
*** roxanaghe has joined #openstack-keystone17:03
*** itsuugo has quit IRC17:10
*** itsuugo has joined #openstack-keystone17:11
*** roxanaghe has quit IRC17:11
*** michauds has joined #openstack-keystone17:20
*** michauds has quit IRC17:26
*** jaosorior has joined #openstack-keystone17:27
*** itsuugo has quit IRC17:34
*** itsuugo has joined #openstack-keystone17:34
*** michauds has joined #openstack-keystone17:35
*** jaosorior has quit IRC17:36
*** michauds has quit IRC17:36
*** roxanaghe has joined #openstack-keystone17:38
*** itsuugo has quit IRC17:43
*** itsuugo has joined #openstack-keystone17:45
*** roxanaghe has quit IRC17:48
*** itsuugo has quit IRC17:49
*** itsuugo has joined #openstack-keystone17:51
*** markvoelker has quit IRC18:12
*** itsuugo has quit IRC18:20
*** asettle has joined #openstack-keystone18:20
*** itsuugo has joined #openstack-keystone18:21
*** asettle has quit IRC18:25
*** itsuugo has quit IRC18:26
*** gagehugo has quit IRC18:27
*** itsuugo has joined #openstack-keystone18:28
*** itsuugo has quit IRC18:32
*** itsuugo has joined #openstack-keystone18:34
*** itsuugo has quit IRC18:45
*** itsuugo has joined #openstack-keystone18:47
*** gagehugo has joined #openstack-keystone18:49
*** itsuugo has quit IRC19:04
*** itsuugo has joined #openstack-keystone19:05
*** tqtran has joined #openstack-keystone19:08
*** markvoelker has joined #openstack-keystone19:13
*** tqtran has quit IRC19:13
*** itsuugo has quit IRC19:18
*** markvoelker has quit IRC19:19
*** itsuugo has joined #openstack-keystone19:19
*** itsuugo has quit IRC19:31
*** GB21 has quit IRC19:32
*** itsuugo has joined #openstack-keystone19:32
*** itsuugo has quit IRC19:37
*** itsuugo has joined #openstack-keystone19:38
*** itsuugo has quit IRC19:43
*** itsuugo has joined #openstack-keystone19:44
*** itsuugo has quit IRC19:49
*** itsuugo has joined #openstack-keystone19:49
*** itsuugo has quit IRC19:55
*** itsuugo has joined #openstack-keystone19:55
*** asettle has joined #openstack-keystone19:58
*** harlowja has joined #openstack-keystone19:59
*** harlowja has quit IRC20:00
*** itsuugo has quit IRC20:03
*** rcernin has joined #openstack-keystone20:03
*** itsuugo has joined #openstack-keystone20:04
*** rcernin has quit IRC20:25
*** rcernin has joined #openstack-keystone20:26
*** rcernin has quit IRC20:27
*** itsuugo has quit IRC20:27
*** itsuugo has joined #openstack-keystone20:29
*** itsuugo has quit IRC20:40
*** itsuugo has joined #openstack-keystone20:42
*** itsuugo has quit IRC20:46
*** itsuugo has joined #openstack-keystone20:48
*** itsuugo has quit IRC20:58
*** itsuugo has joined #openstack-keystone20:59
*** itsuugo has quit IRC21:03
*** itsuugo has joined #openstack-keystone21:05
*** itsuugo has quit IRC21:10
*** itsuugo has joined #openstack-keystone21:11
*** itsuugo has quit IRC21:16
*** itsuugo has joined #openstack-keystone21:17
*** itsuugo has quit IRC21:28
*** itsuugo has joined #openstack-keystone21:30
*** spzala has joined #openstack-keystone21:34
*** itsuugo has quit IRC21:35
*** itsuugo has joined #openstack-keystone21:36
*** itsuugo has quit IRC21:48
*** itsuugo has joined #openstack-keystone21:49
*** spzala has quit IRC21:50
*** david-lyle_ has quit IRC21:51
*** itsuugo has quit IRC21:56
*** itsuugo has joined #openstack-keystone21:58
*** itsuugo has quit IRC22:05
*** itsuugo has joined #openstack-keystone22:07
*** markvoelker has joined #openstack-keystone22:16
*** itsuugo has quit IRC22:20
*** gagehugo has quit IRC22:20
*** itsuugo has joined #openstack-keystone22:21
*** ntpttr has quit IRC22:22
*** ntpttr has joined #openstack-keystone22:25
*** itsuugo has quit IRC22:26
*** itsuugo has joined #openstack-keystone22:28
*** itsuugo has quit IRC22:38
*** itsuugo has joined #openstack-keystone22:39
*** itsuugo has quit IRC22:44
*** itsuugo has joined #openstack-keystone22:45
*** itsuugo has quit IRC22:50
*** itsuugo has joined #openstack-keystone22:52
*** itsuugo has quit IRC22:56
*** itsuugo has joined #openstack-keystone22:57
*** itsuugo has quit IRC23:07
*** itsuugo has joined #openstack-keystone23:08
*** nkinder has quit IRC23:08
*** itsuugo has quit IRC23:25
*** itsuugo has joined #openstack-keystone23:26
*** itsuugo has quit IRC23:31
*** itsuugo has joined #openstack-keystone23:32
*** roxanaghe has joined #openstack-keystone23:36
*** itsuugo has quit IRC23:37
*** itsuugo has joined #openstack-keystone23:38
*** itsuugo has quit IRC23:43
*** itsuugo has joined #openstack-keystone23:43
*** spzala has joined #openstack-keystone23:50
*** roxanaghe has quit IRC23:54
*** spzala has quit IRC23:55
*** roxanaghe has joined #openstack-keystone23:59

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