*** roxanaghe has quit IRC | 00:07 | |
*** markvoelker has joined #openstack-keystone | 00:11 | |
*** atod has joined #openstack-keystone | 00:13 | |
*** markvoelker has quit IRC | 00:15 | |
*** browne has quit IRC | 00:16 | |
*** gyee has quit IRC | 00:17 | |
*** itsuugo has quit IRC | 00:17 | |
*** itsuugo has joined #openstack-keystone | 00:18 | |
jamielennox | ayoung: what did i do? | 00:20 |
---|---|---|
ayoung | jamielennox, heh...was just talking through the fixes you were getting in for policy enforcement | 00:26 |
ayoung | jamielennox, you said they were needed to get is_admin_project support in, but that I could'nt see why | 00:26 |
*** itsuugo has quit IRC | 00:29 | |
*** itsuugo has joined #openstack-keystone | 00:30 | |
*** asettle has joined #openstack-keystone | 00:35 | |
*** adrian_otto has joined #openstack-keystone | 00:36 | |
*** markvoelker has joined #openstack-keystone | 00:37 | |
*** tqtran has quit IRC | 00:37 | |
*** itsuugo has quit IRC | 00:37 | |
*** atod has quit IRC | 00:38 | |
*** itsuugo has joined #openstack-keystone | 00:39 | |
*** asettle has quit IRC | 00:40 | |
*** adrian_otto has quit IRC | 00:40 | |
*** itsuugo has quit IRC | 00:44 | |
*** sdake has joined #openstack-keystone | 00:44 | |
*** itsuugo has joined #openstack-keystone | 00:46 | |
*** sdake_ has joined #openstack-keystone | 00:47 | |
*** sdake has quit IRC | 00:49 | |
*** itsuugo has quit IRC | 00:51 | |
*** itsuugo has joined #openstack-keystone | 00:51 | |
*** itsuugo has quit IRC | 00:56 | |
*** itsuugo has joined #openstack-keystone | 00:57 | |
*** itsuugo has quit IRC | 01:02 | |
*** itsuugo has joined #openstack-keystone | 01:03 | |
*** roxanaghe has joined #openstack-keystone | 01:06 | |
*** itsuugo has quit IRC | 01:08 | |
*** itsuugo has joined #openstack-keystone | 01:08 | |
*** tonytan4ever has quit IRC | 01:09 | |
*** itsuugo has quit IRC | 01:16 | |
*** itsuugo has joined #openstack-keystone | 01:16 | |
jamielennox | ayoung: like you're still not sure? | 01:19 |
jamielennox | ayoung: 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 used | 01:19 |
*** tonytan4ever has joined #openstack-keystone | 01:20 | |
*** spzala has joined #openstack-keystone | 01:21 | |
*** atod has joined #openstack-keystone | 01:24 | |
*** spzala has quit IRC | 01:25 | |
openstackgerrit | Merged openstack/keystoneauth: doc: remove unused import https://review.openstack.org/367926 | 01:27 |
*** itsuugo has quit IRC | 01:27 | |
*** itsuugo has joined #openstack-keystone | 01:27 | |
ayoung | jamielennox, sorry, in and out of parenting mode here. I wasn't sure why the https://review.openstack.org/#/c/341905/ change was needed | 01:27 |
ayoung | it seems like you are adding the is_admin but that is not the same as is_admin_project | 01:28 |
jamielennox | ayoung: no worries, i'm in and out of late breakfast mode | 01:28 |
jamielennox | ok, 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 enforcement | 01:29 |
jamielennox | hopefully this would stop the problem of some policies having tenant and some using project_id vs project and similar for other params | 01:29 |
ayoung | does context.to_dict() not pick up is_admin_project? | 01:29 |
jamielennox | to_dict is hopefully going to be avoided for policy enforcement in favour of to_policy_values | 01:29 |
*** atod has quit IRC | 01:29 | |
jamielennox | to_policy_values contains https://github.com/openstack/oslo.context/blob/master/oslo_context/context.py#L131 | 01:30 |
ayoung | jamielennox, I understand that desire. I am just trying to see if this is in addition to the is_admin_project check being available already | 01:30 |
ayoung | Ah got it! | 01:30 |
jamielennox | right, so is_admin is something that is used in a different way across different projects | 01:30 |
jamielennox | some check for 'admin' in context.roles | 01:31 |
jamielennox | some send it to policy | 01:31 |
jamielennox | some look for a flag | 01:31 |
ayoung | jamielennox, so if you cheated and put is_admin_project into to_dict it would have worked? | 01:31 |
jamielennox | it's not actually consistent so i didn't include it in to_policy_values | 01:31 |
jamielennox | ayoung: well, i did cheat https://github.com/openstack/oslo.context/blob/master/oslo_context/context.py#L160 | 01:31 |
ayoung | But to_dict is doing tenant? | 01:31 |
jamielennox | but i want to do it right as well | 01:32 |
ayoung | Ah I didn't scroll down far enough | 01:32 |
*** itsuugo has quit IRC | 01:32 | |
jamielennox | so yea, is_admin_project should be usable in newton | 01:32 |
ayoung | so we *could* do it now but... | 01:32 |
jamielennox | just on the whole i want to get everything moved over to the new function | 01:32 |
jamielennox | and that's why the bug is still open, and i didn't push too hard to get everybody finished for newton | 01:33 |
ayoung | Haa I read user_idt_format. as user_i10dt_format. | 01:33 |
*** itsuugo has joined #openstack-keystone | 01:33 | |
jamielennox | gah - i have no idea who thought putting that in to_dict was a good idea | 01:33 |
ayoung | som id10t | 01:33 |
jamielennox | it now is part of every rpc message | 01:33 |
jamielennox | anyway, that answer the question? | 01:34 |
ayoung | jamielennox, so, I thin the answer is "yes" ? | 01:35 |
ayoung | we can enforce on is_admin_project now? | 01:35 |
jamielennox | i would test it out per project - but in short - yes | 01:36 |
jamielennox | the minimum reqs for oslo.context got bumped to 2.9 just before freeze | 01:36 |
jamielennox | there is one or two projects that didn't use to_dict with policy | 01:36 |
jamielennox | i think they were cinder and glance | 01:36 |
jamielennox | but i'm sure there are others | 01:36 |
jamielennox | hmm, nope cinder used to_dict | 01:37 |
ayoung | they had crap for policy as I recall anyway? | 01:37 |
ayoung | glances was all default last I checked | 01:37 |
*** itsuugo has quit IRC | 01:37 | |
jamielennox | nope, here's the (merged) fix for glance | 01:38 |
jamielennox | https://review.openstack.org/#/c/314889/5/glance/api/policy.py | 01:38 |
jamielennox | so they made up their own credential bundle | 01:38 |
jamielennox | so i will almost guarantee zaqar does the same thing | 01:38 |
*** itsuugo has joined #openstack-keystone | 01:38 | |
ayoung | http://git.openstack.org/cgit/openstack/glance/tree/etc/policy.json | 01:39 |
ayoung | I actually have absolutly no pity for them, then | 01:39 |
jamielennox | lol | 01:39 |
jamielennox | well yea, in that case it really doesn't matter does it | 01:39 |
jamielennox | although - maybe for glance everything being member is fine as a default | 01:39 |
ayoung | Nope. And I think that there is little in that list that really needs admin...let's see | 01:39 |
ayoung | publicize_image": "role:admin", | 01:40 |
ayoung | yeah, that will be painful | 01:40 |
ayoung | "manage_image_cache": "role:admin", | 01:40 |
ayoung | no idea what the task API is there either | 01: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 |
ayoung | OK, I have a cluster up. Let me mess with policy and see if I can confirm | 01:41 |
jamielennox | yea, i'd be interested to know what doesn't do policy via to_dict or to_policy_values | 01:41 |
jamielennox | i hit the main services | 01:42 |
jamielennox | but otherwise i figured we'd have to find as we go | 01:42 |
*** itsuugo has quit IRC | 01:48 | |
*** itsuugo has joined #openstack-keystone | 01:50 | |
ayoung | jamielennox, trying on Keystone first. what is the correct syntax now? | 01:52 |
ayoung | "admin_required": "role:admin and is_admin_project....", | 01:53 |
jamielennox | ayoung: heh - keystone is the hard one, i've no idea | 01:53 |
jamielennox | ayoung: keystone throws the whole token into policy | 01:53 |
ayoung | Ah, ok I have that working | 01:53 |
ayoung | it is | 01:53 |
ayoung | http://git.openstack.org/cgit/openstack/keystone/tree/etc/policy.v3cloudsample.json#n3 | 01:53 |
ayoung | token.is_admin_project:True | 01:54 |
jamielennox | ayoung: hmm, be aware that will always fail for v2 tokens | 01:54 |
jamielennox | and actually it will fail when the token doesn't have is_admin_project defined | 01:54 |
jamielennox | which will be any time your cloud isn't configured with an admin_project | 01:54 |
jamielennox | ls | 01:54 |
jamielennox | ayoung: stupidly we could probably have hacked around this in keystone's case and fixed it properly next cycle | 01:56 |
ayoung | Nope. Not how I did it, anyway. | 01:57 |
ayoung | If you don't have an admin project, that value is always true | 01:57 |
ayoung | But, meh, it might be different now, and I don't care | 01:57 |
jamielennox | that wasn't the implementation | 01:57 |
ayoung | so long as I can show how it is supposed to be finally | 01:57 |
ayoung | I got that in, it thought... | 01:57 |
jamielennox | because auth_token and oslo.context default to true for older implementations | 01:58 |
jamielennox | so it was never needed | 01:58 |
jamielennox | also, will still fail for v2 tokens | 01:58 |
ayoung | Yeah, but I thought this happned first..let's see, maybe you talked me out of it | 01:58 |
*** itsuugo has quit IRC | 01:58 | |
ayoung | Nah, looks like your way won out | 01:59 |
*** itsuugo has joined #openstack-keystone | 01:59 | |
*** joerch has quit IRC | 01:59 | |
openstackgerrit | Jamie Lennox proposed openstack/keystone: Add is_admin_project to policy dict https://review.openstack.org/371856 | 02:02 |
jamielennox | ayoung: i haven't even run unit tests on it, but ^ would have plugged the gap for newton | 02:03 |
ayoung | jamielennox, interested to see that pass CI | 02:03 |
*** itsuugo has quit IRC | 02:04 | |
jamielennox | i'm pretty sure we're too late even for last minute | 02:05 |
*** itsuugo has joined #openstack-keystone | 02:05 | |
jamielennox | but if it solves the problem for you we can always backport it and you could ship it in rpms as the newton release | 02:06 |
jamielennox | anyway, give it a try on your env and tell me if it works | 02:06 |
jamielennox | i'm suddenly unsure if it should be in the flatten_kwargs dict instead | 02:07 |
*** itsuugo has quit IRC | 02:16 | |
*** itsuugo has joined #openstack-keystone | 02:17 | |
*** itsuugo has quit IRC | 02:22 | |
*** itsuugo has joined #openstack-keystone | 02:22 | |
*** itsuugo has quit IRC | 02:27 | |
*** itsuugo has joined #openstack-keystone | 02:29 | |
samueldmq | ayoung: jamielennox https://bugs.launchpad.net/designate/+bug/1603036 | 02:35 |
openstack | Launchpad 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 |
ayoung | samueldmq, designate is broken | 02:36 |
ayoung | nothing to do with context, IMHO | 02:36 |
jamielennox | samueldmq: yea, fixing that sort of brokenness is part of the effort | 02:36 |
*** itsuugo has quit IRC | 02:37 | |
ayoung | jamielennox, did they manage to fix the bug without destroying our efforts to fix policy? Unheard of. | 02:38 |
*** itsuugo has joined #openstack-keystone | 02:38 | |
jamielennox | they managed to fix their tests and solve nothing as i see it | 02:38 |
jamielennox | however at least unlike nova they didn't fight back and decide that they were right and oslo.context should be fixed and blacklisted | 02:39 |
*** harlowja has quit IRC | 02:40 | |
samueldmq | ayoung: jamielennox: cool. Just making sure to share | 02:42 |
samueldmq | There was a ML thread called "[openstack-dev] [cue][qa] Status of OpenStack CI jobs" | 02:42 |
*** itsuugo has quit IRC | 02:43 | |
*** itsuugo has joined #openstack-keystone | 02:44 | |
jamielennox | samueldmq: just replied | 02:47 |
*** sdake_ has quit IRC | 02:47 | |
*** sdake has joined #openstack-keystone | 02:47 | |
*** itsuugo has quit IRC | 02:48 | |
*** itsuugo has joined #openstack-keystone | 02:50 | |
*** itsuugo has quit IRC | 02:57 | |
*** itsuugo has joined #openstack-keystone | 02:58 | |
*** itsuugo has quit IRC | 03:03 | |
*** itsuugo has joined #openstack-keystone | 03:04 | |
*** adrian_otto has joined #openstack-keystone | 03:08 | |
*** itsuugo has quit IRC | 03:08 | |
*** itsuugo has joined #openstack-keystone | 03:10 | |
*** harlowja has joined #openstack-keystone | 03:12 | |
*** itsuugo has quit IRC | 03:20 | |
*** itsuugo has joined #openstack-keystone | 03:21 | |
*** adrian_otto has quit IRC | 03:22 | |
*** itsuugo has quit IRC | 03:27 | |
*** itsuugo has joined #openstack-keystone | 03:27 | |
*** asettle has joined #openstack-keystone | 03:28 | |
*** gagehugo has quit IRC | 03:31 | |
*** asettle has quit IRC | 03:32 | |
*** ayoung has quit IRC | 03:36 | |
*** sdake has quit IRC | 03:37 | |
*** roxanaghe has quit IRC | 03:42 | |
openstackgerrit | Steve Martinelli proposed openstack/keystoneauth: Fix parameters for Kerberos Auth Plugin https://review.openstack.org/368288 | 03:44 |
stevemar | jamielennox: looks like the ksc gate is le busted | 03:48 |
*** itsuugo has quit IRC | 03:53 | |
*** itsuugo has joined #openstack-keystone | 03:53 | |
*** itsuugo has quit IRC | 03:58 | |
*** itsuugo has joined #openstack-keystone | 03:59 | |
*** asettle has joined #openstack-keystone | 04:01 | |
*** roxanaghe has joined #openstack-keystone | 04:01 | |
*** roxanaghe has quit IRC | 04:01 | |
*** asettle has quit IRC | 04:06 | |
*** itsuugo has quit IRC | 04:06 | |
*** itsuugo has joined #openstack-keystone | 04:07 | |
*** itsuugo has quit IRC | 04:12 | |
*** itsuugo has joined #openstack-keystone | 04:13 | |
*** chrisshattuck has joined #openstack-keystone | 04:16 | |
*** itsuugo has quit IRC | 04:17 | |
*** itsuugo has joined #openstack-keystone | 04:19 | |
*** itsuugo has quit IRC | 04:23 | |
*** itsuugo has joined #openstack-keystone | 04:25 | |
*** itsuugo has quit IRC | 04:35 | |
*** itsuugo has joined #openstack-keystone | 04:36 | |
*** itsuugo has quit IRC | 04:42 | |
*** asettle has joined #openstack-keystone | 04:43 | |
*** itsuugo has joined #openstack-keystone | 04:44 | |
*** asettle has quit IRC | 04:48 | |
*** itsuugo has quit IRC | 04:49 | |
*** itsuugo has joined #openstack-keystone | 04:50 | |
openstackgerrit | Merged openstack/keystoneauth: Raise NotImplementedError instead of NotImplemented https://review.openstack.org/365194 | 04:50 |
*** chrisshattuck has quit IRC | 04:52 | |
*** itsuugo has quit IRC | 04:55 | |
*** itsuugo has joined #openstack-keystone | 04:56 | |
*** chrisshattuck has joined #openstack-keystone | 05:04 | |
*** itsuugo has quit IRC | 05:06 | |
*** itsuugo has joined #openstack-keystone | 05:08 | |
*** roxanaghe has joined #openstack-keystone | 05:08 | |
*** roxanaghe has quit IRC | 05:12 | |
*** itsuugo has quit IRC | 05:12 | |
*** itsuugo has joined #openstack-keystone | 05:13 | |
*** itsuugo has quit IRC | 05:18 | |
*** itsuugo has joined #openstack-keystone | 05:19 | |
stevemar | jamielennox: around? | 05:22 |
*** itsuugo has quit IRC | 05:23 | |
*** itsuugo has joined #openstack-keystone | 05:24 | |
*** itsuugo has quit IRC | 05:29 | |
*** itsuugo has joined #openstack-keystone | 05:30 | |
jamielennox | stevemar: not really - what's up? | 05:33 |
*** richm has quit IRC | 05:39 | |
*** itsuugo has quit IRC | 05:40 | |
*** itsuugo has joined #openstack-keystone | 05:40 | |
*** tonytan4ever has quit IRC | 05:41 | |
*** roxanaghe has joined #openstack-keystone | 05:42 | |
*** itsuugo has quit IRC | 05:45 | |
*** chrisshattuck has quit IRC | 05:45 | |
*** roxanaghe has quit IRC | 05:46 | |
*** itsuugo has joined #openstack-keystone | 05:47 | |
*** itsuugo has quit IRC | 05:52 | |
*** itsuugo has joined #openstack-keystone | 05:53 | |
*** itsuugo has quit IRC | 05:58 | |
*** itsuugo has joined #openstack-keystone | 05:59 | |
*** itsuugo has quit IRC | 06:04 | |
*** itsuugo has joined #openstack-keystone | 06:05 | |
*** harlowja has quit IRC | 06:09 | |
*** roxanaghe has joined #openstack-keystone | 06:09 | |
*** roxanaghe has quit IRC | 06:09 | |
*** itsuugo has quit IRC | 06:10 | |
*** itsuugo has joined #openstack-keystone | 06:10 | |
*** itsuugo has quit IRC | 06:15 | |
*** itsuugo has joined #openstack-keystone | 06:16 | |
*** roxanaghe has joined #openstack-keystone | 06:18 | |
*** itsuugo has quit IRC | 06:21 | |
*** spzala has joined #openstack-keystone | 06:21 | |
*** itsuugo has joined #openstack-keystone | 06:21 | |
*** asettle has joined #openstack-keystone | 06:23 | |
*** spzala has quit IRC | 06:25 | |
*** asettle has quit IRC | 06:28 | |
*** itsuugo has quit IRC | 06:28 | |
*** itsuugo has joined #openstack-keystone | 06:29 | |
*** roxanaghe has quit IRC | 06:29 | |
*** itsuugo has quit IRC | 06:36 | |
*** itsuugo has joined #openstack-keystone | 06:36 | |
*** itsuugo has quit IRC | 06:41 | |
*** tonytan4ever has joined #openstack-keystone | 06:41 | |
*** itsuugo has joined #openstack-keystone | 06:42 | |
*** tonytan4ever has quit IRC | 06:46 | |
*** itsuugo has quit IRC | 06:47 | |
*** itsuugo has joined #openstack-keystone | 06:48 | |
*** itsuugo has quit IRC | 06:53 | |
*** itsuugo has joined #openstack-keystone | 06:53 | |
openstackgerrit | Dave Chen proposed openstack/keystone: Refactor: Generate entity id in a consistent way https://review.openstack.org/368432 | 06:57 |
*** itsuugo has quit IRC | 06:59 | |
*** itsuugo has joined #openstack-keystone | 07:00 | |
*** GB21 has joined #openstack-keystone | 07:02 | |
*** itsuugo has quit IRC | 07:05 | |
*** itsuugo has joined #openstack-keystone | 07:06 | |
*** itsuugo has quit IRC | 07:11 | |
*** itsuugo has joined #openstack-keystone | 07:12 | |
*** itsuugo has quit IRC | 07:25 | |
*** itsuugo has joined #openstack-keystone | 07:26 | |
*** itsuugo has quit IRC | 07:30 | |
*** itsuugo has joined #openstack-keystone | 07:31 | |
*** itsuugo has quit IRC | 07:40 | |
*** itsuugo has joined #openstack-keystone | 07:41 | |
*** tonytan4ever has joined #openstack-keystone | 07:47 | |
*** tonytan4ever has quit IRC | 07:51 | |
*** itsuugo has quit IRC | 07:53 | |
*** itsuugo has joined #openstack-keystone | 07:54 | |
*** markvoelker has quit IRC | 07:56 | |
*** harlowja has joined #openstack-keystone | 07:58 | |
*** roxanaghe has joined #openstack-keystone | 07:59 | |
*** zzzeek has quit IRC | 08:00 | |
*** zzzeek has joined #openstack-keystone | 08:00 | |
*** roxanaghe has quit IRC | 08:04 | |
*** itsuugo has quit IRC | 08:04 | |
*** itsuugo has joined #openstack-keystone | 08:05 | |
*** david-lyle_ has joined #openstack-keystone | 08:06 | |
*** david-lyle has quit IRC | 08:09 | |
*** hoonetorg has quit IRC | 08:10 | |
*** itsuugo has quit IRC | 08:10 | |
*** itsuugo has joined #openstack-keystone | 08:11 | |
*** itsuugo has quit IRC | 08:16 | |
*** itsuugo has joined #openstack-keystone | 08:17 | |
*** itsuugo has quit IRC | 08:22 | |
*** itsuugo has joined #openstack-keystone | 08:23 | |
*** itsuugo has quit IRC | 08:27 | |
*** itsuugo has joined #openstack-keystone | 08:28 | |
*** itsuugo has quit IRC | 08:33 | |
*** itsuugo has joined #openstack-keystone | 08:34 | |
*** itsuugo has quit IRC | 08:45 | |
*** itsuugo has joined #openstack-keystone | 08:46 | |
*** harlowja has quit IRC | 08:55 | |
*** markvoelker has joined #openstack-keystone | 08:56 | |
*** roxanaghe has joined #openstack-keystone | 09:01 | |
*** markvoelker has quit IRC | 09:01 | |
*** roxanaghe has quit IRC | 09:05 | |
*** pnavarro has joined #openstack-keystone | 09:07 | |
*** itsuugo has quit IRC | 09:07 | |
*** itsuugo has joined #openstack-keystone | 09:09 | |
*** jaosorior has joined #openstack-keystone | 09:14 | |
*** itsuugo has quit IRC | 09:14 | |
*** itsuugo has joined #openstack-keystone | 09:15 | |
*** itsuugo has quit IRC | 09:20 | |
*** itsuugo has joined #openstack-keystone | 09:21 | |
*** itsuugo has quit IRC | 09:26 | |
*** itsuugo has joined #openstack-keystone | 09:27 | |
*** pnavarro has quit IRC | 09:29 | |
*** itsuugo has quit IRC | 09:31 | |
*** itsuugo has joined #openstack-keystone | 09:32 | |
openstackgerrit | Dave Chen proposed openstack/keystone: Refactor: Generate entity id in a consistent way https://review.openstack.org/368432 | 09:35 |
*** itsuugo has quit IRC | 09:37 | |
*** itsuugo has joined #openstack-keystone | 09:38 | |
*** sdake has joined #openstack-keystone | 09:39 | |
*** itsuugo has quit IRC | 09:46 | |
*** jaosorior has quit IRC | 09:46 | |
*** itsuugo has joined #openstack-keystone | 09:47 | |
*** tonytan4ever has joined #openstack-keystone | 09:47 | |
*** sdake_ has joined #openstack-keystone | 09:48 | |
*** sdake has quit IRC | 09:50 | |
*** tonytan4ever has quit IRC | 09:51 | |
*** itsuugo has quit IRC | 09:52 | |
*** itsuugo has joined #openstack-keystone | 09:53 | |
*** itsuugo has quit IRC | 10:04 | |
*** itsuugo has joined #openstack-keystone | 10:06 | |
*** richm has joined #openstack-keystone | 10:09 | |
*** spzala has joined #openstack-keystone | 10:21 | |
*** itsuugo has quit IRC | 10:23 | |
*** itsuugo has joined #openstack-keystone | 10:23 | |
*** spzala has quit IRC | 10:26 | |
*** itsuugo has quit IRC | 10:28 | |
*** itsuugo has joined #openstack-keystone | 10:29 | |
*** itsuugo has quit IRC | 10:34 | |
*** itsuugo has joined #openstack-keystone | 10:35 | |
*** hoonetorg has joined #openstack-keystone | 10:37 | |
*** itsuugo has quit IRC | 10:40 | |
*** itsuugo has joined #openstack-keystone | 10:41 | |
*** hoonetorg has quit IRC | 10:45 | |
*** itsuugo has quit IRC | 10:46 | |
*** itsuugo has joined #openstack-keystone | 10:47 | |
*** itsuugo has quit IRC | 10:52 | |
*** itsuugo has joined #openstack-keystone | 10:52 | |
*** markvoelker has joined #openstack-keystone | 10:58 | |
*** hoonetorg has joined #openstack-keystone | 11:01 | |
*** markvoelker has quit IRC | 11:02 | |
*** hoonetorg has quit IRC | 11:05 | |
*** itsuugo has quit IRC | 11:06 | |
*** itsuugo has joined #openstack-keystone | 11:07 | |
*** itsuugo has quit IRC | 11:12 | |
*** itsuugo has joined #openstack-keystone | 11:12 | |
*** itsuugo has quit IRC | 11:19 | |
*** itsuugo has joined #openstack-keystone | 11:20 | |
*** hoonetorg has joined #openstack-keystone | 11:22 | |
*** itsuugo has quit IRC | 11:28 | |
*** itsuugo has joined #openstack-keystone | 11:29 | |
*** itsuugo has quit IRC | 11:33 | |
*** itsuugo has joined #openstack-keystone | 11:34 | |
*** itsuugo has quit IRC | 11:39 | |
*** sdake_ has quit IRC | 11:40 | |
*** itsuugo has joined #openstack-keystone | 11:40 | |
*** itsuugo has quit IRC | 11:45 | |
*** itsuugo has joined #openstack-keystone | 11:45 | |
*** tonytan4ever has joined #openstack-keystone | 11:48 | |
*** itsuugo has quit IRC | 11:50 | |
*** itsuugo has joined #openstack-keystone | 11:51 | |
*** tonytan4ever has quit IRC | 11:53 | |
*** itsuugo has quit IRC | 11:57 | |
*** itsuugo has joined #openstack-keystone | 11:58 | |
*** nk2527 has quit IRC | 11:58 | |
*** itsuugo has quit IRC | 12:03 | |
*** itsuugo has joined #openstack-keystone | 12:04 | |
*** itsuugo has quit IRC | 12:20 | |
*** itsuugo has joined #openstack-keystone | 12:21 | |
*** itsuugo has quit IRC | 12:29 | |
*** itsuugo has joined #openstack-keystone | 12:29 | |
*** itsuugo has quit IRC | 12:34 | |
*** itsuugo has joined #openstack-keystone | 12:35 | |
*** roxanaghe has joined #openstack-keystone | 12:36 | |
*** roxanaghe has quit IRC | 12:41 | |
*** itsuugo has quit IRC | 12:42 | |
*** itsuugo has joined #openstack-keystone | 12:43 | |
*** itsuugo has quit IRC | 12:47 | |
*** itsuugo has joined #openstack-keystone | 12:49 | |
*** tonytan4ever has joined #openstack-keystone | 12:49 | |
*** itsuugo has quit IRC | 12:53 | |
*** tonytan4ever has quit IRC | 12:53 | |
*** itsuugo has joined #openstack-keystone | 12:54 | |
*** itsuugo has quit IRC | 12:59 | |
*** itsuugo has joined #openstack-keystone | 13:00 | |
*** itsuugo has quit IRC | 13:05 | |
*** itsuugo has joined #openstack-keystone | 13:06 | |
*** itsuugo has quit IRC | 13:11 | |
*** itsuugo has joined #openstack-keystone | 13:12 | |
*** itsuugo has quit IRC | 13:17 | |
*** itsuugo has joined #openstack-keystone | 13:18 | |
*** itsuugo has quit IRC | 13:23 | |
*** itsuugo has joined #openstack-keystone | 13:25 | |
*** asettle has joined #openstack-keystone | 13:26 | |
*** itsuugo has quit IRC | 13:43 | |
*** itsuugo has joined #openstack-keystone | 13:44 | |
*** itsuugo has quit IRC | 13:49 | |
*** tonytan4ever has joined #openstack-keystone | 13:50 | |
*** asettle has quit IRC | 13:51 | |
*** itsuugo has joined #openstack-keystone | 13:51 | |
*** tonytan4ever has quit IRC | 13:54 | |
*** itsuugo has quit IRC | 13:59 | |
*** itsuugo has joined #openstack-keystone | 13:59 | |
*** asettle has joined #openstack-keystone | 14:01 | |
*** itsuugo has quit IRC | 14:04 | |
*** itsuugo has joined #openstack-keystone | 14:05 | |
*** itsuugo has quit IRC | 14:16 | |
*** itsuugo has joined #openstack-keystone | 14:17 | |
*** asettle has quit IRC | 14:18 | |
*** markvoelker has joined #openstack-keystone | 14:18 | |
*** itsuugo has quit IRC | 14:21 | |
*** itsuugo has joined #openstack-keystone | 14:22 | |
*** sdake has joined #openstack-keystone | 14:31 | |
*** itsuugo has quit IRC | 14:32 | |
*** itsuugo has joined #openstack-keystone | 14:34 | |
*** asettle has joined #openstack-keystone | 14:36 | |
*** itsuugo has quit IRC | 14:38 | |
*** itsuugo has joined #openstack-keystone | 14:40 | |
*** itsuugo has quit IRC | 14:49 | |
*** tonytan4ever has joined #openstack-keystone | 14:49 | |
*** itsuugo has joined #openstack-keystone | 14:50 | |
*** itsuugo has quit IRC | 14:54 | |
*** itsuugo has joined #openstack-keystone | 14:57 | |
*** itsuugo has quit IRC | 15:01 | |
*** itsuugo has joined #openstack-keystone | 15:02 | |
*** itsuugo has quit IRC | 15:07 | |
*** itsuugo has joined #openstack-keystone | 15:08 | |
*** itsuugo has quit IRC | 15:12 | |
*** itsuugo has joined #openstack-keystone | 15:13 | |
*** asettle has quit IRC | 15:14 | |
*** itsuugo has quit IRC | 15:20 | |
*** itsuugo has joined #openstack-keystone | 15:21 | |
*** roxanaghe has joined #openstack-keystone | 15:23 | |
*** itsuugo has quit IRC | 15:26 | |
*** itsuugo has joined #openstack-keystone | 15:27 | |
*** roxanaghe has quit IRC | 15:27 | |
*** itsuugo has quit IRC | 15:31 | |
*** itsuugo has joined #openstack-keystone | 15:33 | |
*** itsuugo has quit IRC | 15:44 | |
*** itsuugo has joined #openstack-keystone | 15:45 | |
*** iurygregory has joined #openstack-keystone | 15:47 | |
*** itsuugo has quit IRC | 15:49 | |
*** itsuugo has joined #openstack-keystone | 15:51 | |
*** itsuugo has quit IRC | 15:55 | |
*** itsuugo has joined #openstack-keystone | 15:56 | |
*** itsuugo has quit IRC | 16:01 | |
*** itsuugo has joined #openstack-keystone | 16:02 | |
*** itsuugo has quit IRC | 16:07 | |
*** tqtran has joined #openstack-keystone | 16:07 | |
*** itsuugo has joined #openstack-keystone | 16:08 | |
*** tqtran has quit IRC | 16:11 | |
*** itsuugo has quit IRC | 16:16 | |
*** itsuugo has joined #openstack-keystone | 16:18 | |
*** sdake has quit IRC | 16:19 | |
*** itsuugo has quit IRC | 16:37 | |
*** itsuugo has joined #openstack-keystone | 16:38 | |
*** gagehugo has joined #openstack-keystone | 16:38 | |
*** chrisshattuck has joined #openstack-keystone | 16:40 | |
*** sdake has joined #openstack-keystone | 16:45 | |
*** chrisshattuck has quit IRC | 16:45 | |
*** itsuugo has quit IRC | 16:50 | |
*** itsuugo has joined #openstack-keystone | 16:51 | |
*** itsuugo has quit IRC | 16:58 | |
*** itsuugo has joined #openstack-keystone | 16:59 | |
*** roxanaghe has joined #openstack-keystone | 17:03 | |
*** itsuugo has quit IRC | 17:10 | |
*** itsuugo has joined #openstack-keystone | 17:11 | |
*** roxanaghe has quit IRC | 17:11 | |
*** michauds has joined #openstack-keystone | 17:20 | |
*** michauds has quit IRC | 17:26 | |
*** jaosorior has joined #openstack-keystone | 17:27 | |
*** itsuugo has quit IRC | 17:34 | |
*** itsuugo has joined #openstack-keystone | 17:34 | |
*** michauds has joined #openstack-keystone | 17:35 | |
*** jaosorior has quit IRC | 17:36 | |
*** michauds has quit IRC | 17:36 | |
*** roxanaghe has joined #openstack-keystone | 17:38 | |
*** itsuugo has quit IRC | 17:43 | |
*** itsuugo has joined #openstack-keystone | 17:45 | |
*** roxanaghe has quit IRC | 17:48 | |
*** itsuugo has quit IRC | 17:49 | |
*** itsuugo has joined #openstack-keystone | 17:51 | |
*** markvoelker has quit IRC | 18:12 | |
*** itsuugo has quit IRC | 18:20 | |
*** asettle has joined #openstack-keystone | 18:20 | |
*** itsuugo has joined #openstack-keystone | 18:21 | |
*** asettle has quit IRC | 18:25 | |
*** itsuugo has quit IRC | 18:26 | |
*** gagehugo has quit IRC | 18:27 | |
*** itsuugo has joined #openstack-keystone | 18:28 | |
*** itsuugo has quit IRC | 18:32 | |
*** itsuugo has joined #openstack-keystone | 18:34 | |
*** itsuugo has quit IRC | 18:45 | |
*** itsuugo has joined #openstack-keystone | 18:47 | |
*** gagehugo has joined #openstack-keystone | 18:49 | |
*** itsuugo has quit IRC | 19:04 | |
*** itsuugo has joined #openstack-keystone | 19:05 | |
*** tqtran has joined #openstack-keystone | 19:08 | |
*** markvoelker has joined #openstack-keystone | 19:13 | |
*** tqtran has quit IRC | 19:13 | |
*** itsuugo has quit IRC | 19:18 | |
*** markvoelker has quit IRC | 19:19 | |
*** itsuugo has joined #openstack-keystone | 19:19 | |
*** itsuugo has quit IRC | 19:31 | |
*** GB21 has quit IRC | 19:32 | |
*** itsuugo has joined #openstack-keystone | 19:32 | |
*** itsuugo has quit IRC | 19:37 | |
*** itsuugo has joined #openstack-keystone | 19:38 | |
*** itsuugo has quit IRC | 19:43 | |
*** itsuugo has joined #openstack-keystone | 19:44 | |
*** itsuugo has quit IRC | 19:49 | |
*** itsuugo has joined #openstack-keystone | 19:49 | |
*** itsuugo has quit IRC | 19:55 | |
*** itsuugo has joined #openstack-keystone | 19:55 | |
*** asettle has joined #openstack-keystone | 19:58 | |
*** harlowja has joined #openstack-keystone | 19:59 | |
*** harlowja has quit IRC | 20:00 | |
*** itsuugo has quit IRC | 20:03 | |
*** rcernin has joined #openstack-keystone | 20:03 | |
*** itsuugo has joined #openstack-keystone | 20:04 | |
*** rcernin has quit IRC | 20:25 | |
*** rcernin has joined #openstack-keystone | 20:26 | |
*** rcernin has quit IRC | 20:27 | |
*** itsuugo has quit IRC | 20:27 | |
*** itsuugo has joined #openstack-keystone | 20:29 | |
*** itsuugo has quit IRC | 20:40 | |
*** itsuugo has joined #openstack-keystone | 20:42 | |
*** itsuugo has quit IRC | 20:46 | |
*** itsuugo has joined #openstack-keystone | 20:48 | |
*** itsuugo has quit IRC | 20:58 | |
*** itsuugo has joined #openstack-keystone | 20:59 | |
*** itsuugo has quit IRC | 21:03 | |
*** itsuugo has joined #openstack-keystone | 21:05 | |
*** itsuugo has quit IRC | 21:10 | |
*** itsuugo has joined #openstack-keystone | 21:11 | |
*** itsuugo has quit IRC | 21:16 | |
*** itsuugo has joined #openstack-keystone | 21:17 | |
*** itsuugo has quit IRC | 21:28 | |
*** itsuugo has joined #openstack-keystone | 21:30 | |
*** spzala has joined #openstack-keystone | 21:34 | |
*** itsuugo has quit IRC | 21:35 | |
*** itsuugo has joined #openstack-keystone | 21:36 | |
*** itsuugo has quit IRC | 21:48 | |
*** itsuugo has joined #openstack-keystone | 21:49 | |
*** spzala has quit IRC | 21:50 | |
*** david-lyle_ has quit IRC | 21:51 | |
*** itsuugo has quit IRC | 21:56 | |
*** itsuugo has joined #openstack-keystone | 21:58 | |
*** itsuugo has quit IRC | 22:05 | |
*** itsuugo has joined #openstack-keystone | 22:07 | |
*** markvoelker has joined #openstack-keystone | 22:16 | |
*** itsuugo has quit IRC | 22:20 | |
*** gagehugo has quit IRC | 22:20 | |
*** itsuugo has joined #openstack-keystone | 22:21 | |
*** ntpttr has quit IRC | 22:22 | |
*** ntpttr has joined #openstack-keystone | 22:25 | |
*** itsuugo has quit IRC | 22:26 | |
*** itsuugo has joined #openstack-keystone | 22:28 | |
*** itsuugo has quit IRC | 22:38 | |
*** itsuugo has joined #openstack-keystone | 22:39 | |
*** itsuugo has quit IRC | 22:44 | |
*** itsuugo has joined #openstack-keystone | 22:45 | |
*** itsuugo has quit IRC | 22:50 | |
*** itsuugo has joined #openstack-keystone | 22:52 | |
*** itsuugo has quit IRC | 22:56 | |
*** itsuugo has joined #openstack-keystone | 22:57 | |
*** itsuugo has quit IRC | 23:07 | |
*** itsuugo has joined #openstack-keystone | 23:08 | |
*** nkinder has quit IRC | 23:08 | |
*** itsuugo has quit IRC | 23:25 | |
*** itsuugo has joined #openstack-keystone | 23:26 | |
*** itsuugo has quit IRC | 23:31 | |
*** itsuugo has joined #openstack-keystone | 23:32 | |
*** roxanaghe has joined #openstack-keystone | 23:36 | |
*** itsuugo has quit IRC | 23:37 | |
*** itsuugo has joined #openstack-keystone | 23:38 | |
*** itsuugo has quit IRC | 23:43 | |
*** itsuugo has joined #openstack-keystone | 23:43 | |
*** spzala has joined #openstack-keystone | 23:50 | |
*** roxanaghe has quit IRC | 23:54 | |
*** spzala has quit IRC | 23:55 | |
*** roxanaghe has joined #openstack-keystone | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!