bknudson | keystonemiddleware is still not happy | 00:04 |
---|---|---|
bknudson | pkg_resources.ContextualVersionConflict: (keystonemiddleware 1.4.0 (/opt/stack/new/keystonemiddleware), Requirement.parse('keystonemiddleware<1.4.0,>=1.0.0'), set(['ceilometer'])) | 00:06 |
*** edmondsw has quit IRC | 00:08 | |
openstackgerrit | Eric Brown proposed openstack/keystone: Move httpd under keystone root folder https://review.openstack.org/172245 | 00:13 |
*** g2` has quit IRC | 00:21 | |
*** zzzeek has quit IRC | 00:23 | |
*** _cjones_ has quit IRC | 00:23 | |
*** g2` has joined #openstack-keystone | 00:25 | |
*** raildo has quit IRC | 00:26 | |
*** jamielennox|away is now known as jamielennox | 00:28 | |
*** _cjones_ has joined #openstack-keystone | 00:31 | |
jamielennox | morganfainberg: that's fine - i don't mind | 00:31 |
bknudson | jamielennox: http://logs.openstack.org/20/172220/1/check/gate-python-keystoneclient-python26/e009e40/console.html#_2015-04-10_00_02_03_505 -- any idea? | 00:32 |
jamielennox | bknudson: whoa, i haven't seen that | 00:33 |
jamielennox | bknudson: that's a unit test thing - so requests mock? | 00:34 |
bknudson | I'm not seeing a new requests released. | 00:34 |
bknudson | jamielennox: here's the change: https://review.openstack.org/#/c/172220/ | 00:34 |
jamielennox | no new requests version... | 00:34 |
bknudson | failed pretty hard. | 00:34 |
jamielennox | that's interesting - it's capping requests but that should be more reliable - will see if i can replicate | 00:36 |
*** alex_xu has quit IRC | 00:42 | |
*** alex_xu has joined #openstack-keystone | 00:45 | |
*** tqtran has quit IRC | 00:50 | |
bknudson | stable/juno keystoneclient worked fine for me. | 00:52 |
jamielennox | bknudson: i pip installed it into a new venv and it worked fine, ran with tox and got the failure | 00:54 |
bknudson | I've got requests==2.6.0 whereas the job had requests==2.2.1 | 00:54 |
bknudson | oh, that job is capping requests at 2.2.1 | 00:54 |
bknudson | y, requests==2.2.1 fails for me. | 00:55 |
bknudson | wonder where they got 2.2.1 from? | 00:55 |
bknudson | requests>=2.1.0,!=2.4.0,<=2.2.1 | 00:56 |
bknudson | really don't have to worry about !=2.4.0 there! | 00:56 |
bknudson | maybe it's just 2.2.1 was broken. | 00:59 |
jamielennox | the diff between installing via pip and installing via tox is ridiculous | 01:01 |
jamielennox | pip is dumb | 01:01 |
bknudson | jamielennox: I tried .tox/py27/bin/pip install -U "requests==2.3.0" | 01:03 |
bknudson | and that passed for me. | 01:03 |
bknudson | maybe change g-r to !=2.2.1,<=2.3.0 | 01:04 |
bknudson | requests>=2.1.0,!=2.2.1,<=2.3.0 | 01:04 |
jamielennox | wtf, it's jar the module is a list .. | 01:05 |
*** alexsyip has quit IRC | 01:06 | |
jamielennox | no, my bad | 01:06 |
*** _cjones_ has quit IRC | 01:07 | |
bknudson | jamielennox: https://review.openstack.org/#/c/172252/ | 01:12 |
jamielennox | bknudson: i don't know | 01:13 |
bknudson | I don't either. | 01:13 |
jamielennox | https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/tests/unit/v3/test_auth_saml2.py#L621 | 01:13 |
bknudson | that's current... | 01:14 |
openstackgerrit | Merged openstack/keystone-specs: Move reseller spec for Liberty release https://review.openstack.org/170926 | 01:14 |
jamielennox | that's the first time i've seen a need for requests-mock and cookies, but it looks like the test is doing the wrong thing | 01:14 |
jamielennox | but why it works for others i have no idea | 01:14 |
bknudson | what the? | 01:14 |
jamielennox | [object()] - i don't even know what that's supposed to mean | 01:15 |
bknudson | jamielennox: that's on master... | 01:16 |
bknudson | but this test is supposedly running on stable/juno? | 01:16 |
jamielennox | sure, but i found that when git review -d the patch in question | 01:16 |
jamielennox | that should set up the branch correctly | 01:17 |
bknudson | oh, it just moved. | 01:17 |
jamielennox | https://github.com/openstack/python-keystoneclient/blob/stable/juno/keystoneclient/tests/v3/test_auth_saml2.py#L620 | 01:18 |
bknudson | jamielennox: that's weird. | 01:19 |
bknudson | I mean self.session.session.cookies = [object()] is weird. | 01:20 |
jamielennox | right - i don't even know what that is supposed to mean, why would you need that | 01:21 |
bknudson | requests==2.1.0 doesn't work either. | 01:21 |
jamielennox | i don't know if it's really requets's fault | 01:23 |
bknudson | jamielennox: fix the test instead? | 01:23 |
bknudson | think you know how to fix it? | 01:24 |
jamielennox | bknudson: no idea | 01:24 |
*** lhcheng has quit IRC | 01:26 | |
bknudson | this code does self.session.session.cookies = [] all over the place. | 01:27 |
jamielennox | i think that's the bad assumption | 01:28 |
jamielennox | bknudson: so session.cookies is not a list | 01:29 |
bknudson | in any release? | 01:29 |
jamielennox | there's a function there that does cookiejar_from_dict | 01:29 |
bknudson | I wonder how it works with newer requests? | 01:29 |
* bknudson starts pdb | 01:29 | |
jamielennox | and returns what is a cookiejar object | 01:29 |
* bknudson is getting hungry | 01:29 | |
ayoung | http://www.kuro5hin.org/story/2002/9/15/01845/1179 | 01:31 |
jamielennox | i've no idea how this ever worked | 01:31 |
ayoung | "Hello and welcome to Monsterpiece Theatre. I Alistair Cookie. As you know, many site use HTTP Cookie for keep track of browser session. Today we are seeing how HTTP Cookie work. " | 01:31 |
bknudson | I tried changing = [] to .clear() and still fails. | 01:31 |
ayoung | "Here is simple code for handling cookie with simple CGI. CGI is written in C. Because C is for cookie! That good enough for me" | 01:31 |
*** samueldmq has joined #openstack-keystone | 01:36 | |
bknudson | jamielennox: maybe the comment is saying that requests_mock doesn't issue cookies properly. | 01:37 |
jamielennox | bknudson: requests-mock doesn't do anything about cookies | 01:37 |
jamielennox | positive or negative | 01:37 |
jamielennox | i forget exactly but couldn't we replicate it by setting headers? | 01:38 |
bknudson | cookies are passed around in headers. | 01:38 |
bknudson | the newer version of requests must allow assignment on cookies. | 01:39 |
bknudson | whereas the older version just reassigned. | 01:39 |
jamielennox | well it's about the mock return, so it should be possible to just return it as a header | 01:40 |
bknudson | oh, no that didn't work either... must have been some other behavior change. | 01:40 |
jamielennox | i had to consult wikipedia for remembering how to do cookies | 01:41 |
jamielennox | but if we just return a "Set-Cookie: abc=xyz" header it should work just fine | 01:41 |
bknudson | self.session.session.cookies = mock.MagicMock() seemed to work | 01:42 |
jamielennox | that's a little bit scary, | 01:42 |
jamielennox | everything you do with a magicmock returns a true | 01:43 |
bknudson | jamielennox: https://review.openstack.org/#/c/172256/ | 01:46 |
jamielennox | man cookiejar sucks | 01:47 |
*** iamjarvo has joined #openstack-keystone | 01:49 | |
*** ashleighfarnham has joined #openstack-keystone | 01:53 | |
*** erkules_ has joined #openstack-keystone | 01:55 | |
*** erkules has quit IRC | 01:57 | |
jamielennox | bknudson: i'd like to see what marekd wants to do there - i can't actually tell what the point is there but i'd prefer to actually set a cookie if we know what it will be | 01:59 |
*** dims_ has quit IRC | 02:07 | |
*** browne has quit IRC | 02:12 | |
*** samueldmq has quit IRC | 02:14 | |
bknudson | jamielennox: it would be best to have a real fix in master. | 02:21 |
*** topol has joined #openstack-keystone | 02:22 | |
*** ChanServ sets mode: +v topol | 02:22 | |
*** zzzeek has joined #openstack-keystone | 02:24 | |
*** harlowja is now known as harlowja_away | 02:26 | |
*** sdake has joined #openstack-keystone | 02:26 | |
*** ashleighfarnham has quit IRC | 02:38 | |
*** browne has joined #openstack-keystone | 02:44 | |
*** ashleighfarnham has joined #openstack-keystone | 02:48 | |
*** ozialien has joined #openstack-keystone | 02:50 | |
*** sdake_ has joined #openstack-keystone | 02:54 | |
*** sdake has quit IRC | 02:57 | |
*** zzzeek has quit IRC | 03:03 | |
*** richm has quit IRC | 03:06 | |
*** trey has quit IRC | 03:06 | |
*** dims_ has joined #openstack-keystone | 03:08 | |
*** trey has joined #openstack-keystone | 03:10 | |
*** dims_ has quit IRC | 03:13 | |
*** zzzeek has joined #openstack-keystone | 03:18 | |
*** zzzeek has quit IRC | 03:18 | |
*** gyee has quit IRC | 03:19 | |
*** ozialien has quit IRC | 03:26 | |
*** ozialien has joined #openstack-keystone | 03:26 | |
*** ozialien has quit IRC | 03:26 | |
*** markvoelker has quit IRC | 03:35 | |
*** ashleighfarnham has quit IRC | 03:35 | |
*** ayoung has quit IRC | 03:57 | |
*** markvoelker has joined #openstack-keystone | 04:06 | |
*** stevemar has joined #openstack-keystone | 04:07 | |
*** ChanServ sets mode: +v stevemar | 04:07 | |
*** alexsyip has joined #openstack-keystone | 04:07 | |
*** iamjarvo has quit IRC | 04:12 | |
*** markvoelker has quit IRC | 04:12 | |
*** jbonjean has quit IRC | 04:14 | |
*** jbonjean has joined #openstack-keystone | 04:23 | |
*** sdake_ has quit IRC | 04:27 | |
*** ajayaa has joined #openstack-keystone | 04:44 | |
*** sluo_wfh has joined #openstack-keystone | 04:46 | |
*** sluo_wfh has quit IRC | 04:46 | |
*** lhcheng has joined #openstack-keystone | 04:46 | |
*** ChanServ sets mode: +v lhcheng | 04:46 | |
*** sdake has joined #openstack-keystone | 05:14 | |
*** sdake has quit IRC | 05:14 | |
*** sdake has joined #openstack-keystone | 05:14 | |
*** sdake_ has joined #openstack-keystone | 05:25 | |
*** sdake has quit IRC | 05:29 | |
*** iamjarvo_ has joined #openstack-keystone | 05:31 | |
*** stevemar has quit IRC | 05:32 | |
*** afazekas has joined #openstack-keystone | 05:36 | |
*** iamjarvo_ has quit IRC | 05:42 | |
*** sdake_ has quit IRC | 05:55 | |
*** lhcheng has quit IRC | 05:55 | |
*** dims_ has joined #openstack-keystone | 06:00 | |
*** topol has quit IRC | 06:06 | |
bigjools | does anyone have kerberos auth working on Ubuntu? | 06:08 |
*** dims_ has quit IRC | 06:08 | |
*** markvoelker has joined #openstack-keystone | 06:09 | |
*** markvoelker has quit IRC | 06:14 | |
*** alexsyip has quit IRC | 06:15 | |
*** lhcheng has joined #openstack-keystone | 06:24 | |
*** ChanServ sets mode: +v lhcheng | 06:24 | |
*** ishant has joined #openstack-keystone | 06:25 | |
*** _cjones_ has joined #openstack-keystone | 06:26 | |
*** lhcheng has quit IRC | 06:28 | |
*** _cjones_ has quit IRC | 06:29 | |
*** ishant has quit IRC | 06:34 | |
*** lhcheng has joined #openstack-keystone | 06:36 | |
*** ChanServ sets mode: +v lhcheng | 06:36 | |
*** tobberydberg has joined #openstack-keystone | 06:38 | |
*** ishant has joined #openstack-keystone | 06:40 | |
*** ishant has quit IRC | 06:44 | |
*** ishant has joined #openstack-keystone | 06:44 | |
*** lhcheng has quit IRC | 06:45 | |
*** iamjarvo has joined #openstack-keystone | 07:06 | |
ekarlso | , | 07:07 |
*** markvoelker has joined #openstack-keystone | 07:10 | |
*** markvoelker has quit IRC | 07:15 | |
*** iamjarvo has quit IRC | 07:16 | |
*** jamielennox is now known as jamielennox|away | 07:20 | |
*** bdossant has joined #openstack-keystone | 07:31 | |
*** davechen has joined #openstack-keystone | 07:43 | |
*** browne has quit IRC | 07:50 | |
openstackgerrit | Dave Chen proposed openstack/keystone: Minor change in the docstring https://review.openstack.org/172329 | 08:05 |
*** jistr has joined #openstack-keystone | 08:11 | |
*** markvoelker has joined #openstack-keystone | 08:11 | |
*** markvoelker has quit IRC | 08:16 | |
*** krykowski has joined #openstack-keystone | 08:22 | |
*** zz_avozza is now known as avozza | 08:55 | |
openstackgerrit | David Charles Kennedy proposed openstack/keystone: Move endpoint catalog filtering to default driver https://review.openstack.org/167675 | 09:00 |
*** jaosorior has joined #openstack-keystone | 09:03 | |
*** markvoelker has joined #openstack-keystone | 09:12 | |
*** markvoelker has quit IRC | 09:17 | |
openstackgerrit | Cyril Roelandt proposed openstack/python-keystoneclient: Print an error message when no tenant is specified https://review.openstack.org/148305 | 09:25 |
*** _cjones_ has joined #openstack-keystone | 09:30 | |
*** _cjones_ has quit IRC | 09:34 | |
*** dims_ has joined #openstack-keystone | 09:43 | |
*** davechen has left #openstack-keystone | 09:50 | |
*** dims_ has quit IRC | 09:56 | |
*** dims_ has joined #openstack-keystone | 09:57 | |
*** dims_ has quit IRC | 10:07 | |
*** avozza is now known as zz_avozza | 10:08 | |
*** iamjarvo has joined #openstack-keystone | 10:12 | |
*** markvoelker has joined #openstack-keystone | 10:13 | |
*** erkules_ is now known as erkules | 10:14 | |
*** erkules has joined #openstack-keystone | 10:14 | |
*** markvoelker has quit IRC | 10:17 | |
*** dims_ has joined #openstack-keystone | 10:19 | |
*** iamjarvo has quit IRC | 10:22 | |
*** amakarov_away is now known as amakarov | 10:30 | |
*** mtreinish has quit IRC | 10:40 | |
*** mtreinish has joined #openstack-keystone | 10:45 | |
*** iamjarvo has joined #openstack-keystone | 10:49 | |
*** ozialien has joined #openstack-keystone | 10:52 | |
*** ozialien has quit IRC | 10:54 | |
*** iamjarvo has quit IRC | 10:59 | |
*** viktors|afk is now known as viktors | 11:11 | |
*** markvoelker has joined #openstack-keystone | 11:13 | |
*** iamjarvo has joined #openstack-keystone | 11:17 | |
*** markvoelker has quit IRC | 11:18 | |
*** iamjarvo has quit IRC | 11:27 | |
*** iamjarvo has joined #openstack-keystone | 11:34 | |
*** fifieldt has quit IRC | 11:42 | |
*** iamjarvo has quit IRC | 11:44 | |
*** aix has quit IRC | 11:48 | |
*** browne has joined #openstack-keystone | 11:52 | |
*** iamjarvo has joined #openstack-keystone | 11:55 | |
*** iamjarvo has quit IRC | 11:55 | |
*** iamjarvo has joined #openstack-keystone | 11:56 | |
*** dims_ has quit IRC | 12:04 | |
*** dims_ has joined #openstack-keystone | 12:04 | |
*** iamjarvo has quit IRC | 12:04 | |
*** dims_ has quit IRC | 12:05 | |
*** markvoelker has joined #openstack-keystone | 12:11 | |
*** aix has joined #openstack-keystone | 12:13 | |
*** raildo has joined #openstack-keystone | 12:16 | |
*** krtaylor has quit IRC | 12:23 | |
*** ishant has quit IRC | 12:26 | |
*** sdake has joined #openstack-keystone | 12:31 | |
*** sdake_ has joined #openstack-keystone | 12:32 | |
*** bknudson has quit IRC | 12:33 | |
*** sdake has quit IRC | 12:36 | |
*** gordc has joined #openstack-keystone | 12:37 | |
*** markvoelker has quit IRC | 12:43 | |
*** markvoelker has joined #openstack-keystone | 12:44 | |
*** ajayaa has quit IRC | 12:44 | |
*** sdake_ has quit IRC | 12:47 | |
*** krtaylor has joined #openstack-keystone | 12:52 | |
*** bknudson has joined #openstack-keystone | 12:56 | |
*** ChanServ sets mode: +v bknudson | 12:56 | |
*** ozialien has joined #openstack-keystone | 13:00 | |
*** zz_avozza is now known as avozza | 13:04 | |
*** browne has quit IRC | 13:07 | |
*** browne has joined #openstack-keystone | 13:09 | |
*** ozialien has quit IRC | 13:12 | |
*** richm has joined #openstack-keystone | 13:14 | |
*** edmondsw has joined #openstack-keystone | 13:18 | |
*** avozza is now known as zz_avozza | 13:25 | |
*** iamjarvo_ has joined #openstack-keystone | 13:27 | |
*** iamjarvo_ has quit IRC | 13:27 | |
*** iamjarvo_ has joined #openstack-keystone | 13:27 | |
*** iamjarvo_ has quit IRC | 13:32 | |
*** csoukup has joined #openstack-keystone | 13:37 | |
*** ajayaa has joined #openstack-keystone | 13:42 | |
*** jistr has quit IRC | 13:49 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/keystone: Updated from global requirements https://review.openstack.org/172139 | 13:50 |
*** jistr has joined #openstack-keystone | 13:56 | |
*** ayoung has joined #openstack-keystone | 13:56 | |
*** ChanServ sets mode: +v ayoung | 13:56 | |
*** iamjarvo has joined #openstack-keystone | 14:04 | |
*** iamjarvo has quit IRC | 14:05 | |
*** iamjarvo has joined #openstack-keystone | 14:05 | |
*** iamjarvo has quit IRC | 14:05 | |
*** iamjarvo has joined #openstack-keystone | 14:06 | |
*** iamjarvo has quit IRC | 14:06 | |
*** iamjarvo has joined #openstack-keystone | 14:07 | |
*** iamjarvo has quit IRC | 14:07 | |
*** iamjarvo has joined #openstack-keystone | 14:08 | |
*** iamjarvo has quit IRC | 14:08 | |
*** iamjarvo has joined #openstack-keystone | 14:09 | |
*** iamjarvo has quit IRC | 14:09 | |
*** iamjarvo has joined #openstack-keystone | 14:09 | |
*** mattamizer has joined #openstack-keystone | 14:10 | |
*** iamjarvo has quit IRC | 14:10 | |
*** iamjarvo has joined #openstack-keystone | 14:11 | |
openstackgerrit | Rodrigo Duarte proposed openstack/keystone-specs: API changes for Reseller https://review.openstack.org/153007 | 14:11 |
*** iamjarvo has quit IRC | 14:11 | |
*** iamjarvo has joined #openstack-keystone | 14:12 | |
*** iamjarvo has quit IRC | 14:12 | |
openstackgerrit | Rodrigo Duarte proposed openstack/keystone-specs: API changes for Reseller https://review.openstack.org/153007 | 14:12 |
*** iamjarvo has joined #openstack-keystone | 14:12 | |
*** iamjarvo has quit IRC | 14:13 | |
*** mestery is now known as mestery_afk | 14:13 | |
*** iamjarvo has joined #openstack-keystone | 14:13 | |
*** mattamizer has quit IRC | 14:16 | |
*** carlosmarin has joined #openstack-keystone | 14:24 | |
*** samueldmq has joined #openstack-keystone | 14:24 | |
*** jorge_munoz has joined #openstack-keystone | 14:29 | |
htruta | bknudson: could you take a look at https://review.openstack.org/#/c/116081/ ? | 14:37 |
bknudson | htruta: it's on my list. | 14:37 |
htruta | bknudson: ok. thanks | 14:37 |
*** iamjarvo has quit IRC | 14:40 | |
*** dims_ has joined #openstack-keystone | 14:41 | |
*** viktors has quit IRC | 14:45 | |
lbragstad | dolphm: I signed us up for the brown bag in vancouver http://openstack.prov12n.com/vbrownbag-techtalks-in-vancouver/?awesm=awe.sm_p8ZHg I set our availability for Monday, since I'm not sure how busy T-Th will be with design sessions. | 14:46 |
*** sdake_ has joined #openstack-keystone | 14:49 | |
*** dims_ is now known as dimsum__ | 14:57 | |
*** sdake has joined #openstack-keystone | 14:58 | |
*** zzzeek has joined #openstack-keystone | 15:00 | |
*** krykowski has quit IRC | 15:01 | |
*** sdake_ has quit IRC | 15:02 | |
*** mestery_afk is now known as mestery | 15:06 | |
*** iamjarvo has joined #openstack-keystone | 15:08 | |
*** rwsu has quit IRC | 15:09 | |
*** topol has joined #openstack-keystone | 15:11 | |
*** ChanServ sets mode: +v topol | 15:11 | |
*** samueldmq has quit IRC | 15:20 | |
*** iamjarvo has quit IRC | 15:22 | |
*** mattamizer has joined #openstack-keystone | 15:23 | |
*** adrian_otto has joined #openstack-keystone | 15:25 | |
*** adrian_otto has left #openstack-keystone | 15:26 | |
*** krtaylor has quit IRC | 15:27 | |
*** obedmr has joined #openstack-keystone | 15:27 | |
*** krtaylor has joined #openstack-keystone | 15:28 | |
*** thedodd has joined #openstack-keystone | 15:28 | |
*** lhcheng has joined #openstack-keystone | 15:39 | |
*** ChanServ sets mode: +v lhcheng | 15:39 | |
*** afazekas has quit IRC | 15:40 | |
*** ozialien has joined #openstack-keystone | 15:40 | |
*** iamjarvo has joined #openstack-keystone | 15:42 | |
-openstackstatus- NOTICE: gerrit has been restarted to address a hung event stream. change events between 15:00 and 15:43 utc which were lost will need to be rechecked or have approval workflow votes reapplied for zuul to act on them | 15:44 | |
*** bdossant has quit IRC | 15:47 | |
*** tobberydberg has quit IRC | 15:47 | |
*** ozialien has quit IRC | 15:47 | |
*** gyee has joined #openstack-keystone | 15:48 | |
*** ChanServ sets mode: +v gyee | 15:48 | |
*** rwsu has joined #openstack-keystone | 15:51 | |
*** browne has quit IRC | 15:55 | |
*** _cjones_ has joined #openstack-keystone | 15:59 | |
lbragstad | morganfainberg: this one just came through, thoughts on status? https://bugs.launchpad.net/keystone/+bug/1442663 | 16:01 |
openstack | Launchpad bug 1442663 in Keystone "Kilo domain config rest feature does not uniformly reload domain configurations" [Medium,New] | 16:01 |
*** dimsum__ has quit IRC | 16:05 | |
morganfainberg | lbragstad, i think that is expected | 16:05 |
lbragstad | morganfainberg: ok, just curious if that was something we should in this release or not | 16:06 |
lbragstad | because of the u-x aspect | 16:06 |
morganfainberg | can't be fixed in kilo afaik | 16:06 |
lbragstad | morganfainberg: is that behavior documented? | 16:06 |
*** jistr has quit IRC | 16:06 | |
morganfainberg | lets ping henrynash | 16:06 |
lbragstad | hen<tab><tab><tab><tab>... | 16:07 |
*** dims_ has joined #openstack-keystone | 16:07 | |
morganfainberg | but i think it is documented | 16:07 |
lbragstad | ok | 16:07 |
*** dims_ is now known as dimsum___ | 16:08 | |
*** dimsum___ is now known as dimsum_ | 16:08 | |
*** iamjarvo has quit IRC | 16:12 | |
*** ashleighfarnham has joined #openstack-keystone | 16:12 | |
raildo | morganfainberg, morning :) | 16:15 |
raildo | morganfainberg, reseller spec is in liberty, later we can talk about the topic branch | 16:16 |
*** sdake_ has joined #openstack-keystone | 16:16 | |
*** zz_avozza is now known as avozza | 16:17 | |
*** sdake has quit IRC | 16:20 | |
amakarov | Hi all! I have one frightened customer here: Aren't we going to deprecate domains in the near future? | 16:22 |
amakarov | I mean I hope we are not :) | 16:23 |
raildo | amakarov, We are not deprecating domain, we are just changing how we storage, and providing a new way to create a project and a domain in a single entity , but we don't intend remove domains. | 16:25 |
amakarov | raildo, thank you for clarification! | 16:27 |
raildo | amakarov, np :) | 16:27 |
*** lsmola_ has quit IRC | 16:28 | |
lhcheng | raildo: if we're still having the same api to support domains, what's the value of moving it to single entity in the backend? | 16:28 |
amakarov | raildo, btw will you optimize tree storage somehow? I've seen a comment suggesting nested set already :) (my voice is still for materialized path) | 16:29 |
amakarov | lhcheng, afaik it's conceptual: you can 'sell' a project which can be easily converted to a domain with subprojects, namespace etc. | 16:30 |
*** ihrachyshka has joined #openstack-keystone | 16:31 | |
ihrachyshka | bknudson, hey! | 16:31 |
ihrachyshka | bknudson, I have a question on keystone context | 16:31 |
raildo | lhcheng, first of all, domain will be a feature of projects, so we can control this better as a single entity, | 16:31 |
ihrachyshka | bknudson, in devstack, we set logging_context_format_string for keystone, but afaik it relies on oslo.context being used, and I don't see that keystone uses any oslo context module. I saw you removed the file from the tree. Is logging_context_format_string setting even needed in devstack now? | 16:32 |
raildo | lhcheng, the other useful feature is provide a dual token(a token with project and domain scope) for a project with is_domain feature, so if I have just one entity, I can control better the assignments and do this easier. | 16:33 |
bknudson | ihrachyshka: I don't think keystone uses logging_context_format_string. | 16:33 |
ihrachyshka | bknudson, neither me, but since I'm far from keystone, I want to check first | 16:33 |
ihrachyshka | (with keystone devs) | 16:33 |
raildo | lhcheng, the other argument is make the data consistency, If I have two tables, when I create/update/delete a project with is_domain I have to do this in both tables. | 16:34 |
lhcheng | raildo: tbh, I still feel like we could achieve this by having domain hierarchy. Mixing two entitys into single entity scares me a bit. | 16:35 |
*** tqtran has joined #openstack-keystone | 16:36 | |
raildo | lhcheng, I agree its more simple to implement just a domain hierarchy, when we talk that a domain is a feature of project, its more normal see this in one project hierarchy with some projects with is_domain in the top | 16:37 |
lhcheng | raildo: we'll also add complexity to the code | 16:37 |
lhcheng | it is already complex enough with the handling of the parent_id (hierarchy) | 16:38 |
lhcheng | raildo: heh I guess depends on the perspective, for me the normal thing is domain hierarchy. :) Since that how we implemented it before for reseller. | 16:39 |
raildo | lhcheng, In this first moment this can be true but I believe that in the future, its more complex keep this two tables working together... | 16:40 |
raildo | as you said, depends on the perspective... for me it's more simple control just one hierarchy | 16:41 |
*** browne has joined #openstack-keystone | 16:42 | |
lhcheng | raildo: could be.. many people have already looked at this, if the community thinks this is the right way, I support it. :) | 16:42 |
raildo | lhcheng, but I'm always open to discuss this , I don't want to implement just what I want, but what we think that is better for Keystone(and for OpenStack as well) :) | 16:45 |
raildo | lhcheng, we can do this in a lot of ways, sometimes it's little complicate to find the best way for everyone | 16:45 |
*** iamjarvo has joined #openstack-keystone | 16:46 | |
*** iamjarvo has quit IRC | 16:46 | |
*** iamjarvo has joined #openstack-keystone | 16:46 | |
*** iamjarvo has quit IRC | 16:47 | |
*** iamjarvo has joined #openstack-keystone | 16:47 | |
lhcheng | raildo: well, you can't implement just what you want since it is opensource :P what I mean is this approach is the result of the consensus after being reviewed. Maybe there are some cases when this would be better. | 16:51 |
raildo | lhcheng, ++ | 16:51 |
*** lhcheng_ has joined #openstack-keystone | 16:55 | |
*** lhcheng has quit IRC | 16:57 | |
ayoung | morganfainberg, so...I think I like where K2K is taking us. | 16:59 |
*** packet has joined #openstack-keystone | 17:00 | |
openstackgerrit | David J Hu proposed openstack/python-keystoneclient: Access Info Formatter https://review.openstack.org/172514 | 17:01 |
openstackgerrit | Alexander Makarov proposed openstack/keystonemiddleware: Fix s3_token middleware parsing insecure option https://review.openstack.org/172516 | 17:15 |
amakarov | ayoung, hi! are you here? | 17:16 |
*** lhcheng_ is now known as lhcheng | 17:23 | |
*** ChanServ sets mode: +v lhcheng | 17:23 | |
ayoung | amakarov, I'm always here Except when I am not. | 17:26 |
amakarov | ayoung, I have a question about patch ^^ | 17:27 |
amakarov | I've abandoned it, need to delete | 17:27 |
ayoung | amakarov, the s3 patch you just proposed? | 17:27 |
amakarov | ++ | 17:27 |
ayoung | amakarov, leave it as abandonded is fine | 17:27 |
ayoung | nothing gets forgotten | 17:27 |
amakarov | ayoung, it's exposed | 17:28 |
openstackgerrit | Merged openstack/keystone: Tests use common base class https://review.openstack.org/167850 | 17:31 |
*** ayoung has quit IRC | 17:32 | |
*** ayoung has joined #openstack-keystone | 17:36 | |
*** ChanServ sets mode: +v ayoung | 17:36 | |
*** jaosorior has quit IRC | 17:42 | |
*** mestery has quit IRC | 17:43 | |
*** mestery has joined #openstack-keystone | 17:43 | |
*** harlowja_away is now known as harlowja | 17:44 | |
*** ozialien has joined #openstack-keystone | 17:46 | |
*** boris-42 has joined #openstack-keystone | 17:53 | |
*** ihrachyshka has quit IRC | 17:57 | |
*** ashleighfarnham has quit IRC | 17:58 | |
*** lhcheng has quit IRC | 18:00 | |
*** lhcheng has joined #openstack-keystone | 18:00 | |
*** ChanServ sets mode: +v lhcheng | 18:00 | |
*** lhcheng has quit IRC | 18:01 | |
*** lhcheng has joined #openstack-keystone | 18:02 | |
*** ChanServ sets mode: +v lhcheng | 18:02 | |
bknudson | congrats to morganfainberg btw. | 18:09 |
morganfainberg | Oh god did I end up PTL again? :P. ;) | 18:09 |
bknudson | 100% of the vote. | 18:10 |
morganfainberg | Crap, need to campaign harder for the other guy next time. | 18:10 |
morganfainberg | ;) | 18:10 |
morganfainberg | So, FYI I'm going to be mostly afk today. We won't be doing a ksm or ksc cut before stable branch is cut | 18:14 |
*** ozialien has quit IRC | 18:14 | |
bknudson | sounded like ttx is blocking releases now | 18:14 |
morganfainberg | So ksm and ksc are pretty locked in for kilo. This is to try and not make lives worse. We will need to evaluate bug fixes for backport | 18:14 |
morganfainberg | I could have pushed but reality is it is a bigger risk than needed. | 18:15 |
morganfainberg | Breaking the gate / making everyone's lives miserable is a bigger problem | 18:16 |
ayoung | morganfainberg, you need to take the Sherman pledge now. | 18:16 |
morganfainberg | And neither ksc nor ksm are wildly out of date. | 18:16 |
morganfainberg | Since we have been releasing consistently. | 18:16 |
bknudson | the list of changes in neutronclient was scary... | 18:16 |
bknudson | they must not have released at all. | 18:16 |
morganfainberg | Yeah. | 18:16 |
morganfainberg | So we will keep with the regular cadence in liberty so it shouldn't ever leave us more than minor bit behind when stable branches are cut | 18:17 |
ayoung | morganfainberg, ++ | 18:18 |
bknudson | might want to put a standing item on the meeting agenda for releasing. | 18:18 |
morganfainberg | Sounds good. | 18:18 |
bknudson | if there's anything useful | 18:18 |
bknudson | seems like client is going to become more active | 18:19 |
morganfainberg | Also this cycle I am going to be delegating more stuff to more people where I can. I figure I've been reasonably good but need to be better. | 18:19 |
ayoung | morganfainberg, we could do what the Navy does. If you are going to be the commander of a ship, you posting prior to that is as the Executive Officer (Second in command) so that when we have eleections, we don't elelct the current PTL, but rather the Next one. | 18:19 |
ayoung | morganfainberg, also, if we split the repos more fine grained, we could have a separate repo commander for each; Id, assignment, client, middleware, and whatever else we come up with | 18:20 |
morganfainberg | ayoung: we can do that mostly, but we can't prevent folks from running and putting a monkey wrench in those works. | 18:20 |
ayoung | morganfainberg, if that happens, it probably means the XO person was a F)*(&^ up anyway | 18:21 |
morganfainberg | ayoung: that is actually a plan, more people empowered to really manage the code base. | 18:21 |
morganfainberg | Anyway. I need to check out for today and the weekend. | 18:22 |
ayoung | morganfainberg, sounds good. BTW...I think we can use the K2K approach to finally get a plan to solve the delegation problem | 18:22 |
morganfainberg | I have a presentation to build and need to be unplugged a bit. | 18:22 |
ayoung | morganfainberg, here's a thought for you, you can mull over... | 18:22 |
morganfainberg | ayoung: cool. And saw your msg about k2k earlier. | 18:23 |
ayoung | when nova goes to talk to glance, it looks at the token it has, and says "will this let me talk to glance" and, if not, goes to keystone to get a new token | 18:23 |
lbragstad | bknudson: I'm addressing comments on https://review.openstack.org/#/c/157890/ but it will require changes to keystone.sample.conf, do you want me to generate a new config as a separate patch? | 18:23 |
ayoung | morganfainberg, its a degenerate case of the K2K | 18:23 |
*** ozialien has joined #openstack-keystone | 18:23 | |
ayoung | whenever we jump a boundary, go back to Keystone. | 18:23 |
ayoung | if necessary | 18:23 |
bknudson | lbragstad: for some reason we've switched to not regenerating the sample config in the patch. | 18:23 |
bknudson | I don't care one way or the other. | 18:24 |
lbragstad | bknudson: ok, that's fine. I'll stick with the pattern and propose a separate patch for it. | 18:24 |
*** aix has quit IRC | 18:24 | |
*** samueldmq has joined #openstack-keystone | 18:24 | |
bknudson | lbragstad: or you can skip generating the config and do that when the change merges. | 18:25 |
ayoung | morganfainberg, and, since we are talking "smart clients" when osc goes to run "list vms" for a specific nova, it can know to request a token with only that nova endpoint in the catalog | 18:25 |
lbragstad | bknudson: ok | 18:25 |
ayoung | getting endpoint binding of tokens in place seems likely now | 18:25 |
ayoung | we make it so a user can request a token scoped to a specific endpoint... | 18:25 |
ayoung | morganfainberg, you get the general gist | 18:25 |
openstackgerrit | Lance Bragstad proposed openstack/keystone: Use choices in config.py https://review.openstack.org/157890 | 18:26 |
openstackgerrit | Lance Bragstad proposed openstack/keystone: Update keystone.sample.conf https://review.openstack.org/172532 | 18:26 |
ayoung | K2K then becomes a "scale up" solution for the bigger jumps | 18:26 |
ayoung | morganfainberg, so the MOC case, where they want to have Nova owned by one org and Cinder owned by another would be K2K | 18:27 |
*** ozialien has quit IRC | 18:27 | |
openstackgerrit | Lance Bragstad proposed openstack/keystone: Update keystone.sample.conf https://review.openstack.org/172532 | 18:27 |
openstackgerrit | Lance Bragstad proposed openstack/keystone: Use choices in config.py https://review.openstack.org/157890 | 18:27 |
*** iamjarvo has quit IRC | 18:32 | |
*** amakarov is now known as amakarov_away | 18:37 | |
morganfainberg | ayoung: sounds about right. | 18:40 |
ayoung | morganfainberg, glad to hear it. I 'll write it up more thoroughly for Summit discussion | 18:41 |
morganfainberg | ayoung: ok I'm checking out for the weekend. | 18:41 |
*** mattamizer has quit IRC | 18:41 | |
* morganfainberg goes to deal with doctors and the like. | 18:41 | |
openstackgerrit | Raildo Mascena de Sousa Filho proposed openstack/keystone: Add domain_id checking in create_project https://review.openstack.org/159944 | 18:42 |
*** alexsyip has joined #openstack-keystone | 18:48 | |
*** iamjarvo has joined #openstack-keystone | 18:48 | |
*** iamjarvo has quit IRC | 18:49 | |
*** tobberydberg has joined #openstack-keystone | 18:49 | |
*** iamjarvo has joined #openstack-keystone | 18:49 | |
openstackgerrit | Rodrigo Duarte proposed openstack/keystone: Fix signed_saml2_assertion.xml tests fixture https://review.openstack.org/172535 | 18:51 |
openstackgerrit | Rodrigo Duarte proposed openstack/keystone: Add openstack_project_domain to assertion https://review.openstack.org/172536 | 18:51 |
*** tobberydberg has quit IRC | 18:53 | |
openstackgerrit | Raildo Mascena de Sousa Filho proposed openstack/keystone: Add is_domain field in Project Table https://review.openstack.org/157427 | 18:56 |
*** mattfarina has joined #openstack-keystone | 19:07 | |
ayoung | jdennis, I am trying to build my own RPMS for Keystone. The workflow on the RDO site assumes I am working with an upstream git repo, but I want to build out of my own. Is there a tool that helps when packaging RPMs? https://www.rdoproject.org/packaging/rdo-packaging.html | 19:31 |
*** samueldmq has quit IRC | 19:32 | |
*** iamjarvo has quit IRC | 19:36 | |
jdennis | ayoung: not that I'm aware of, what I do is build a tarball in my git repo (e.g. make dist or whatever is supported). Then using the existing spec file and substitute my tarball, adjusting the versions as appropriate | 19:38 |
ayoung | jdennis, thanks. It helps to have you confirm that | 19:38 |
ayoung | jdennis, how about keeping all the files in the fedoro dist-git repo in sync with the rpm build dir? | 19:38 |
ayoung | jdennis, or do you just copy them by hand? | 19:39 |
jdennis | ayoung: maybe there is a tool, if there is I'm not aware of it | 19:39 |
ayoung | jdennis, thanks | 19:40 |
jdennis | ayoung: not exactly sure of your question, but specifically what I do is copy my handmade tarball over into a fedora git repo of the appropriate branch, locally edit the spec file, | 19:41 |
jdennis | then 'fedpkg srpm', then 'fedpkg scratch-build xxx.src.rpm' to build it, or 'fedpkg local', when I'm done playing around I do a 'git reset --hard' to set things back | 19:42 |
ayoung | jdennis, I know you can run rpm -b -whatever openstack-keystone.spec from the local dir. There are a handful of other Sources that need to be put in, _topdir/SOURCES | 19:42 |
ayoung | does fedpkg do all that? | 19:42 |
ayoung | Ah, that does a Koji build, doesn't it? | 19:44 |
jdennis | ayoung: you lost me, SOURCES aren't part of an rpm normally | 19:44 |
jdennis | it's a fedpkg ism | 19:44 |
ayoung | jdennis, I've been building RPMS using rpmbuild, which requires this rid layout: BUILD BUILDROOT RPMS SOURCES SPECS SRPMS | 19:45 |
ayoung | and then the tarball and the patches go in SOURCES | 19:45 |
ayoung | plus any customer files we have in the RPM, which looks like a few | 19:45 |
ayoung | daemon_notify.sh openstack-keystone.init openstack-keystone-sample-data openstack-keystone.spec openstack-keystone.upstart keystone-dist.conf openstack-keystone.logrotate openstack-keystone.service openstack-keystone.sysctl | 19:45 |
jdennis | ayoung: ok, now I'm with you, fedpkg srpm handles all that, it builds an srpm for you which you then build | 19:47 |
ayoung | jdennis, ah...builds that locally? Not via Koji? | 19:47 |
jdennis | all this presumes there is an existing fedora package | 19:47 |
ayoung | Yes, existing package | 19:47 |
jdennis | fedpkg can build locally (fedpkg local) or in koji, if you say 'fedpkg build' it builds rpms for release by the package maintainer, but if you don't want a released RPM | 19:49 |
jdennis | then do a scratch build, i.e. 'fedpkg scratch-build --srpm xxx.src.rpm' produced by a prior 'fedpkg srpm' command | 19:49 |
*** iamjarvo has joined #openstack-keystone | 19:50 | |
*** iamjarvo has quit IRC | 19:50 | |
openstackgerrit | Raildo Mascena de Sousa Filho proposed openstack/keystone: Add domain_id checking in create_project https://review.openstack.org/159944 | 19:51 |
openstackgerrit | Raildo Mascena de Sousa Filho proposed openstack/keystone: Add is_domain field in Project Table https://review.openstack.org/157427 | 19:51 |
*** iamjarvo has joined #openstack-keystone | 19:51 | |
openstackgerrit | Rodrigo Duarte proposed openstack/keystone: Add openstack_project_domain to assertion https://review.openstack.org/172536 | 19:52 |
*** gordc has quit IRC | 19:53 | |
*** gordc has joined #openstack-keystone | 19:53 | |
*** csoukup has quit IRC | 19:56 | |
*** topol has quit IRC | 20:01 | |
openstackgerrit | henry-nash proposed openstack/python-keystoneclient: Support domain-specific configuration management https://review.openstack.org/168089 | 20:20 |
*** mattfarina has quit IRC | 20:21 | |
*** mestery has quit IRC | 20:24 | |
openstackgerrit | Rodrigo Duarte proposed openstack/keystone: Add openstack_user_domain to assertion https://review.openstack.org/172562 | 20:24 |
openstackgerrit | Raildo Mascena de Sousa Filho proposed openstack/keystone: Honor domain operations in project table https://review.openstack.org/143763 | 20:31 |
openstackgerrit | Raildo Mascena de Sousa Filho proposed openstack/keystone: Remove domain table references https://review.openstack.org/165936 | 20:31 |
openstackgerrit | Raildo Mascena de Sousa Filho proposed openstack/keystone: Change project name constraint https://review.openstack.org/158372 | 20:31 |
openstackgerrit | Rodrigo Duarte proposed openstack/keystone: Add openstack_user_domain to assertion https://review.openstack.org/172562 | 20:33 |
*** mestery has joined #openstack-keystone | 20:33 | |
*** boris-42 has quit IRC | 20:38 | |
mfisch | hey keystoners, is anyone around to discuss logging? | 20:41 |
mfisch | specifically why important things like removing a user or tenant are logged at the same level as the load balancer check I have | 20:41 |
mfisch | which in turn means I raise the level so that I dont see the load balancer checks | 20:41 |
mfisch | I'm wondering if I can tweak some individual components so I get useful logging, like user added/deleted, but not when my LB check hits | 20:42 |
openstackgerrit | Raildo Mascena de Sousa Filho proposed openstack/keystone: Bye Bye Domain Table https://review.openstack.org/161854 | 20:42 |
openstackgerrit | Raildo Mascena de Sousa Filho proposed openstack/keystone: Restrict inherited role assignments to subdomains https://review.openstack.org/164180 | 20:43 |
openstackgerrit | Raildo Mascena de Sousa Filho proposed openstack/keystone: List projects filtering by is_domain flag https://review.openstack.org/158398 | 20:46 |
*** lhcheng has quit IRC | 20:53 | |
*** lhcheng has joined #openstack-keystone | 20:54 | |
*** ChanServ sets mode: +v lhcheng | 20:54 | |
*** raildo has quit IRC | 21:03 | |
*** mestery has quit IRC | 21:07 | |
*** mestery has joined #openstack-keystone | 21:08 | |
*** rdo has quit IRC | 21:09 | |
*** rdo has joined #openstack-keystone | 21:11 | |
*** tqtran is now known as tqtran_afk | 21:12 | |
*** mestery_ has joined #openstack-keystone | 21:22 | |
*** mestery has quit IRC | 21:25 | |
*** mestery_ is now known as mestery | 21:26 | |
*** iamjarvo has quit IRC | 21:30 | |
*** adrian_otto has joined #openstack-keystone | 21:34 | |
adrian_otto | Hey keystone bretheren | 21:34 |
adrian_otto | I notices that our devstack centos7 gate is failing on what looks like an LDAPc dependency. Our best guess is that's related to keystone somehow, as Solum certainly does not use it. Soes keystone use this gate setup at all? http://logs.openstack.org/64/172564/1/check/gate-solum-devstack-dsvm-centos7/836ba74/logs/devstacklog.txt.gz#_2015-04-10_20_59_22_450 | 21:36 |
bknudson | adrian_otto: keystone doesn't have any ldap in its requirements.txt -- http://git.openstack.org/cgit/openstack/keystone/tree/requirements.txt | 21:38 |
bknudson | it's in test-requirements.txt | 21:38 |
adrian_otto | http://git.openstack.org/cgit/openstack/keystone/tree/test-requirements.txt#n19 | 21:39 |
adrian_otto | that's the one that I thought might be the cause | 21:39 |
bknudson | I thought I'd find an install of an ldap-dev package in devstack but I don't see it -- http://git.openstack.org/cgit/openstack-dev/devstack/tree/lib/ldap | 21:41 |
*** stevemar has joined #openstack-keystone | 21:48 | |
*** ChanServ sets mode: +v stevemar | 21:48 | |
adrian_otto | I took a quick look at the devstack jobs that keystone patches run | 21:49 |
adrian_otto | and I don't see a centos7 one in there. | 21:49 |
*** gordc has quit IRC | 21:55 | |
*** harlowja is now known as harlowja_away | 21:58 | |
*** carlosmarin has quit IRC | 22:04 | |
*** tqtran_afk is now known as tqtran | 22:06 | |
*** stevemar has quit IRC | 22:07 | |
SpamapS | morganfainberg: arg. Another annoying thing about using the decorator approach with dogpile.cache: No way to put logic in that says "don't cache this!" | 22:07 |
SpamapS | morganfainberg: I actually have to add _another_ decorator which would do that. :-P | 22:08 |
morganfainberg | Yes there is logic for that. | 22:09 |
*** tobberydberg has joined #openstack-keystone | 22:09 | |
SpamapS | morganfainberg: is that already available? | 22:09 |
morganfainberg | Should_cache_fn for the cache_on_arguments | 22:09 |
*** bknudson has quit IRC | 22:09 | |
morganfainberg | Basically should_cache is an fn that is passed the resulting value from the wrapped function. It returns true/false. If true, cache | 22:10 |
SpamapS | gah right ok so a decorator in parameter disguise. ;) | 22:10 |
morganfainberg | It's part of the args you can pass to cache_on_arguments. Better than a spare decorator :P | 22:10 |
*** ajayaa has quit IRC | 22:10 | |
SpamapS | morganfainberg: agree :) | 22:11 |
SpamapS | morganfainberg: though yet another piece of code that is 100% specific to my class, that must be defined outside my class. :-/ | 22:14 |
*** thedodd has quit IRC | 22:15 | |
morganfainberg | Yeah. =/ | 22:16 |
SpamapS | morganfainberg: feels like impedance mismatch. I'm interested more now in your metaclass idea. | 22:17 |
SpamapS | morganfainberg: you know python. Why would this raise a NameError on import: http://paste.ubuntu.com/10795239/ | 22:18 |
SpamapS | never mind | 22:18 |
SpamapS | _ missing | 22:18 |
SpamapS | morganfainberg: stand down ;) | 22:18 |
* morganfainberg goes back to trying to ignore IRC today. | 22:19 | |
*** harlowja_away is now known as harlowja | 22:21 | |
*** lhcheng_ has joined #openstack-keystone | 22:31 | |
*** lhcheng has quit IRC | 22:31 | |
*** lhcheng_ has quit IRC | 22:32 | |
*** lhcheng has joined #openstack-keystone | 22:32 | |
*** ChanServ sets mode: +v lhcheng | 22:32 | |
*** markvoelker has quit IRC | 22:40 | |
*** tobberydberg has quit IRC | 22:55 | |
*** EmilienM is now known as EmilienM|afk | 22:56 | |
openstackgerrit | Merged openstack/keystone: Mark some strings for translation https://review.openstack.org/167072 | 22:58 |
*** obedmr has quit IRC | 23:03 | |
*** avozza is now known as zz_avozza | 23:09 | |
*** zz_avozza is now known as avozza | 23:10 | |
*** gyee has quit IRC | 23:26 | |
*** edmondsw has quit IRC | 23:28 | |
*** avozza is now known as zz_avozza | 23:29 | |
*** alexsyip has quit IRC | 23:30 | |
*** markvoelker has joined #openstack-keystone | 23:39 | |
*** zz_avozza is now known as avozza | 23:41 | |
openstackgerrit | Rodrigo Duarte proposed openstack/keystone: Fix signed_saml2_assertion.xml tests fixture https://review.openstack.org/172535 | 23:52 |
openstackgerrit | Rodrigo Duarte proposed openstack/keystone: Add openstack_project_domain to assertion https://review.openstack.org/172536 | 23:52 |
openstackgerrit | Rodrigo Duarte proposed openstack/keystone: Add openstack_user_domain to assertion https://review.openstack.org/172562 | 23:52 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!