Saturday, 2016-01-16

*** roxanaghe has joined #openstack-keystone00:00
*** dims has joined #openstack-keystone00:01
openstackgerritMorgan Fainberg proposed openstack/python-keystoneclient: Add positional to requirements  https://review.openstack.org/26837800:03
openstackgerritMorgan Fainberg proposed openstack/python-keystoneclient: Use positional library instead of local code  https://review.openstack.org/26837900:03
*** kibm has quit IRC00:03
notmorganstevemar, jamielennox: using positional in ksc ^00:03
*** dims has quit IRC00:04
*** lhcheng has quit IRC00:08
*** lhcheng has joined #openstack-keystone00:12
*** ChanServ sets mode: +v lhcheng00:12
*** roxanaghe has quit IRC00:14
*** roxanaghe has joined #openstack-keystone00:16
*** kibm has joined #openstack-keystone00:19
openstackgerritMorgan Fainberg proposed openstack/keystoneauth: Add positional library  https://review.openstack.org/26838300:19
openstackgerritMorgan Fainberg proposed openstack/keystoneauth: Use positional package instead of local code  https://review.openstack.org/26838400:19
notmorganstevemar, jamielennox: ^ likewise. we can do direct import down the line, but this is the lowest change delta to get us using the lib.00:20
jamielennoxnotmorgan: did g-r pass?00:29
*** roxanaghe has quit IRC00:29
notmorganjamielennox: it's depends-on for the G-R00:30
notmorganand i'm poking at people for that00:31
*** roxanaghe has joined #openstack-keystone00:31
openstackgerritMerged openstack/python-keystoneclient: Mark password/secret options as secret  https://review.openstack.org/26819800:31
*** dims has joined #openstack-keystone00:32
jamielennoxwe'll need to keep it around in ksc for a little bit because of the auth_token dep00:32
*** kibm has quit IRC00:46
jamielennoxstevemar: ugh, so much has changed00:56
*** kibm has joined #openstack-keystone01:04
*** drjones has quit IRC01:06
openstackgerritRon De Rose proposed openstack/keystone: Shadow users: unified identity  https://review.openstack.org/26204501:13
*** lhcheng has quit IRC01:14
*** jasonsb has joined #openstack-keystone01:16
*** jasonsb has quit IRC01:18
*** jasonsb has joined #openstack-keystone01:21
*** dims has quit IRC01:23
*** kibm has quit IRC01:36
*** lhcheng has joined #openstack-keystone01:37
*** ChanServ sets mode: +v lhcheng01:37
*** EinstCrazy has joined #openstack-keystone01:38
*** lhcheng has quit IRC01:38
*** lhcheng has joined #openstack-keystone01:38
*** ChanServ sets mode: +v lhcheng01:38
*** dims has joined #openstack-keystone01:46
jamielennoxstevemar: https://review.openstack.org/#/c/230157/01:47
*** jasonsb has quit IRC01:52
*** jasonsb has joined #openstack-keystone01:56
*** kibm has joined #openstack-keystone01:56
*** lhcheng has quit IRC01:56
*** lhcheng has joined #openstack-keystone02:00
*** ChanServ sets mode: +v lhcheng02:00
*** lhcheng_ has joined #openstack-keystone02:01
*** lhcheng has quit IRC02:01
*** david-lyle_ has joined #openstack-keystone02:08
*** david-lyle has quit IRC02:09
*** EinstCrazy has quit IRC02:10
*** nkinder has quit IRC02:10
*** nkinder has joined #openstack-keystone02:10
stevemarjamielennox: that is a damn sneaky exception that was missing02:14
openstackgerritMerged openstack/keystoneauth: Mark password/secret options as secret  https://review.openstack.org/26819902:14
*** kibm has quit IRC02:14
*** shoutm has joined #openstack-keystone02:26
*** hideme has quit IRC02:28
jamielennoxstevemar: yea, we transitioned to webob in there which made raising the right error code easier02:28
jamielennoxstevemar: also everything has _nearly_ the same name02:28
stevemarjamielennox: didn't even cross my mind to think of looking at the webob exceptions02:29
*** alex_xu has quit IRC02:29
jamielennoxstevemar: yea, unless you create an actual webob middleware object they are never caught and converted back to an actual response02:30
jamielennoxreading back through stable/kilo though, it is much nicer today02:30
*** spandhe has quit IRC02:32
*** kibm has joined #openstack-keystone02:34
*** alex_xu has joined #openstack-keystone02:36
openstackgerrithenry-nash proposed openstack/keystone: Implied Roles API  https://review.openstack.org/24261402:37
stevemarjamielennox: agreed, you did a fantastic job refactoring that behemoth02:37
stevemarjamielennox: have you taken a look at the keystonemiddleware description in the README?02:38
stevemarjamielennox: "This package contains middleware modules designed to provide authentication and authorization features to web services other than Keystone"02:38
stevemar:)02:38
openstackgerrithenry-nash proposed openstack/keystone: Add tests for role management with v3policy file  https://review.openstack.org/26184602:38
jamielennoxoh yea, now that it's release we can actually look at merging the use it in keystone one02:39
stevemartrue true02:39
jamielennoxhave to update the private symbols02:39
*** sigmavirus24_awa is now known as sigmavirus2402:41
*** hideme has joined #openstack-keystone02:42
openstackgerrithenry-nash proposed openstack/keystone: Add tests for role management with v3policy file  https://review.openstack.org/26184602:44
openstackgerrithenry-nash proposed openstack/keystone: Add CRUD support for domain specific roles  https://review.openstack.org/26187002:48
*** jasonsb has quit IRC02:50
*** sigmavirus24 is now known as sigmavirus24_awa02:51
openstackgerritDave Chen proposed openstack/keystone: Implied roles driver and manager  https://review.openstack.org/26426002:53
*** lhcheng_ has quit IRC02:54
stevemarjamielennox: now to figure how why you can't set trust as a scope with OSC and authenticate!02:56
jamielennoxstevemar: oh? that should work02:56
stevemarjamielennox: naw http://paste.openstack.org/show/484039/02:56
stevemarUsing parameters {'username': 'trustee', 'password': '***', 'auth_url': 'http://172.16.240.162:5000/v2.0', 'trust_id': 'cf884b664f5b42f7b1f1a98cef5da399'}02:57
jamielennoxstevemar: that's OSC getting in the way of just letting ksa handle it02:57
stevemarprobs02:57
stevemartheres still some ksa integration work taht needs to be done in osc, and neither dtroyer or i have had the time to do it02:57
jamielennoxwas just wondering how dtroyer was going with that02:58
jamielennoxi have some stuff i did in ksa to enable caching that will require that02:58
stevemaryou'll like this02:58
openstackgerritayoung proposed openstack/keystone: Implied Roles API  https://review.openstack.org/24261402:59
stevemarjamielennox: https://github.com/openstack/python-openstackclient/blob/678e69064854e3a3d3499171b0a29f30f2771840/openstackclient/api/auth.py#L4503:00
stevemarso get_plugin_list03:01
stevemarits getting them from keystoneclient.auth.base03:01
stevemarnot ksa :(03:01
stevemarso yeah, there's some untangling to do with ksa/osc/occ03:01
stevemardoesn't help that they all came out at the same time03:02
stevemarerr ksa and occ, *not* osc03:02
jamielennoxyea, i thought the plan was just to replace it all with the os-client-config stuff03:02
stevemari'm game with that03:02
jamielennoxi am coming to terms with os-client-config, i still don't think they should do everything03:02
jamielennoxthat it does, but mordred has put it _everywhere_ so i may as well get used to it03:02
stevemartopol: hows that bouncer working out for you?03:03
*** mc_nair_ has joined #openstack-keystone03:03
stevemarjamielennox: anywho03:03
stevemarjamielennox: it's saturday for you!03:03
stevemargo do something fun03:03
jamielennoxyea, but it's pretty miserable outside03:03
*** jasonsb has joined #openstack-keystone03:03
stevemarah03:04
stevemarsame here, but oppositey03:04
stevemarits all slush, snow, wind and miserableness03:05
*** mc_nair has quit IRC03:05
*** mc_nair_ is now known as mc_nair03:05
jamielennoxah, no it's still ~25 it just rains everytime i want to do something03:06
openstackgerritJamie Lennox proposed openstack/keystone: Make AuthContext depend on auth_token middleware  https://review.openstack.org/25568603:07
*** kibm has quit IRC03:08
stevemarjamielennox: it knows03:12
stevemarjamielennox: pour yourself a nice cup of tea/coffee/scotch and play some torchlight03:13
stevemari'll figure out the trust stuff tomorrow, see i can but another bandaid on osc :\03:13
openstackgerrithenry-nash proposed openstack/keystone: Modify rules in the v3 policy sample for domain specifc roles  https://review.openstack.org/26207803:16
*** woodster_ has quit IRC03:16
openstackgerrithenry-nash proposed openstack/keystone: Modify implied roles to honor domain specific roles  https://review.openstack.org/26306403:17
*** alex_xu has quit IRC03:18
stevemarmeanwhile henrynash_ is burning the midnight oil03:20
stevemaro/03:20
*** henrynash_ has quit IRC03:20
jamielennoxstevemar: i've looked at the osc ksa conversion before, it's harder than i would expect03:24
jamielennoxlots of edge cases03:24
stevemaryep03:24
stevemarjamielennox: usually dtroyer pulls those off with magic03:25
stevemarbut...03:25
stevemarhe is occupied atm03:25
*** alex_xu has joined #openstack-keystone03:26
*** kibm has joined #openstack-keystone03:28
openstackgerritOpenStack Proposal Bot proposed openstack/pycadf: Updated from global requirements  https://review.openstack.org/26850303:31
stevemarproposal bot is updating all the things!03:31
openstackgerritOpenStack Proposal Bot proposed openstack/python-keystoneclient: Updated from global requirements  https://review.openstack.org/26851303:32
openstackgerritOpenStack Proposal Bot proposed openstack/python-keystoneclient-kerberos: Updated from global requirements  https://review.openstack.org/26851403:32
stevemarspecifically the licences of all the things03:32
openstackgerritJamie Lennox proposed openstack/keystonemiddleware: Remove unnecessary _reject_request function  https://review.openstack.org/26854603:33
openstackgerritJamie Lennox proposed openstack/keystonemiddleware: Remove unnecessary _reject_request function  https://review.openstack.org/26854603:35
*** jasonsb has quit IRC03:40
openstackgerritJamie Lennox proposed openstack/keystonemiddleware: Remove except Exception handler  https://review.openstack.org/26855303:42
*** lhcheng has joined #openstack-keystone03:58
*** ChanServ sets mode: +v lhcheng03:58
*** richm has quit IRC04:01
*** lhcheng has quit IRC04:03
openstackgerritDave Chen proposed openstack/keystone: Enable `id`, `enabled` attributes filtering for list IdP API  https://review.openstack.org/21504104:04
*** alex_xu has quit IRC04:08
openstackgerritMerged openstack/python-keystoneclient-kerberos: Updated from global requirements  https://review.openstack.org/26851404:09
*** alex_xu has joined #openstack-keystone04:09
*** kibm has quit IRC04:11
*** spzala has joined #openstack-keystone04:15
*** spzala has quit IRC04:20
*** dims has quit IRC04:26
*** kibm has joined #openstack-keystone04:29
*** alex_xu has quit IRC04:45
*** alex_xu has joined #openstack-keystone04:48
openstackgerritJamie Lennox proposed openstack/keystonemiddleware: Group common PKI validation code - Tests  https://review.openstack.org/26855604:50
openstackgerritJamie Lennox proposed openstack/keystonemiddleware: Group common PKI validation code - Refactor  https://review.openstack.org/26855704:50
*** kibm has quit IRC04:59
openstackgerritJamie Lennox proposed openstack/keystone: Use our own request in base wsgi class  https://review.openstack.org/24447204:59
*** jasonsb has joined #openstack-keystone04:59
*** shoutm has quit IRC05:00
*** agireud has quit IRC05:19
*** kibm has joined #openstack-keystone05:19
*** agireud has joined #openstack-keystone05:22
*** ankita_wagh has joined #openstack-keystone05:31
*** kibm has quit IRC05:40
*** kibm has joined #openstack-keystone05:41
*** agireud has quit IRC05:43
*** roxanaghe has quit IRC05:43
*** agireud has joined #openstack-keystone05:44
stevemarwhat the heckarooni is going on with the eventlet job05:45
*** kibm has quit IRC05:45
stevemarapparently everything barfed05:45
stevemaroh a bunch of timeouts05:46
stevemaryay05:46
stevemari'll recheck all of these tomorrow when the gate is empty ;)05:47
*** lhcheng has joined #openstack-keystone05:47
*** ChanServ sets mode: +v lhcheng05:47
*** henrynash_ has joined #openstack-keystone05:51
*** ChanServ sets mode: +v henrynash_05:51
*** lhcheng has quit IRC05:52
*** agireud has quit IRC05:53
*** agireud has joined #openstack-keystone05:55
openstackgerrithenry-nash proposed openstack/keystone: Modify rules for domain specific role assignments  https://review.openstack.org/26354906:01
openstackgerritOpenStack Proposal Bot proposed openstack/keystone: Imported Translations from Zanata  https://review.openstack.org/26856706:02
*** lhcheng has joined #openstack-keystone06:11
*** ChanServ sets mode: +v lhcheng06:11
*** agireud has quit IRC06:13
*** agireud has joined #openstack-keystone06:15
*** fawadkhaliq has joined #openstack-keystone06:17
*** jasonsb has quit IRC06:17
openstackgerritJamie Lennox proposed openstack/keystonemiddleware: Remove unnecessary _reject_request function  https://review.openstack.org/26854606:33
*** agireud has quit IRC06:36
openstackgerritJamie Lennox proposed openstack/keystonemiddleware: Group common PKI validation code - Refactor  https://review.openstack.org/26855706:36
*** agireud has joined #openstack-keystone06:38
*** ankita_wagh has quit IRC06:38
*** henrynash has quit IRC06:41
*** henrynash_ is now known as henrynash06:41
*** henrynash has quit IRC06:42
*** agireud has quit IRC06:43
*** roxanaghe has joined #openstack-keystone06:44
*** agireud has joined #openstack-keystone06:45
*** roxanaghe has quit IRC06:49
*** agireud has quit IRC06:52
*** agireud has joined #openstack-keystone06:54
*** agireud has quit IRC07:01
*** agireud has joined #openstack-keystone07:03
*** henrynash has joined #openstack-keystone07:21
*** ChanServ sets mode: +v henrynash07:21
*** lhcheng has quit IRC07:23
*** jaosorior has joined #openstack-keystone07:43
*** EinstCrazy has joined #openstack-keystone07:48
*** spandhe has joined #openstack-keystone07:48
*** henrynash has quit IRC07:58
*** itlinux has quit IRC08:01
*** shoutm has joined #openstack-keystone08:11
openstackgerritMerged openstack/oslo.policy: Updated from global requirements  https://review.openstack.org/26849208:13
*** pnavarro has joined #openstack-keystone08:14
*** spzala has joined #openstack-keystone08:16
*** spzala has quit IRC08:21
*** agireud has quit IRC08:26
*** agireud has joined #openstack-keystone08:28
*** vgridnev has joined #openstack-keystone08:28
*** pnavarro has quit IRC08:47
*** boris-42 has joined #openstack-keystone08:54
*** spandhe has quit IRC09:08
*** agireud has quit IRC09:30
*** agireud has joined #openstack-keystone09:32
*** fawadkhaliq has quit IRC09:41
*** pnavarro has joined #openstack-keystone09:47
*** agireud has quit IRC09:57
*** agireud has joined #openstack-keystone09:59
*** shoutm has quit IRC10:01
*** agireud has quit IRC10:10
*** agireud has joined #openstack-keystone10:12
*** pnavarro has quit IRC10:14
*** pnavarro has joined #openstack-keystone10:21
*** agireud has quit IRC10:29
*** agireud has joined #openstack-keystone10:32
*** pnavarro has quit IRC10:39
*** agireud has quit IRC10:47
*** agireud has joined #openstack-keystone10:49
*** shoutm has joined #openstack-keystone11:05
*** agireud has quit IRC11:08
*** agireud has joined #openstack-keystone11:11
*** spzala has joined #openstack-keystone11:16
*** spzala has quit IRC11:20
openstackgerritMerged openstack/keystone: Support the reading of default values of domain configuration options  https://review.openstack.org/26033511:36
openstackgerritOpenStack Proposal Bot proposed openstack/keystone: Updating sample configuration file  https://review.openstack.org/26434611:42
*** agireud has quit IRC11:50
*** agireud has joined #openstack-keystone11:52
*** sigmavirus24_awa is now known as sigmavirus2411:54
*** agireud has quit IRC12:14
*** agireud has joined #openstack-keystone12:17
*** agireud has quit IRC12:24
*** agireud has joined #openstack-keystone12:26
*** agireud has quit IRC12:43
*** agireud has joined #openstack-keystone12:46
*** agireud has quit IRC12:51
*** agireud has joined #openstack-keystone12:54
*** sigmavirus24 is now known as sigmavirus24_awa13:05
openstackgerritSamuel de Medeiros Queiroz proposed openstack/keystone: WIP: Extract assignment backend tests to own file  https://review.openstack.org/26830713:06
*** agireud has quit IRC13:18
*** agireud has joined #openstack-keystone13:21
*** jaosorior has quit IRC13:23
*** boris-42 has quit IRC13:33
openstackgerritJamie Lennox proposed openstack/keystonemiddleware: Move invalid cache handling off cache object  https://review.openstack.org/26866213:37
openstackgerritJamie Lennox proposed openstack/keystonemiddleware: Make cache interface the same as oslo_cache  https://review.openstack.org/26866313:37
openstackgerritJamie Lennox proposed openstack/keystonemiddleware: Use oslo_config in auth_token middleware  https://review.openstack.org/26866413:37
*** dims has joined #openstack-keystone13:49
*** agireud has quit IRC13:56
*** agireud has joined #openstack-keystone13:59
*** roxanaghe has joined #openstack-keystone14:08
*** roxanaghe has quit IRC14:09
*** vivekd has joined #openstack-keystone14:15
openstackgerritMerged openstack/keystone: Improve Conflict error message in IdP creation  https://review.openstack.org/26527914:16
openstackgerritSamuel de Medeiros Queiroz proposed openstack/keystone: Extract assignment backend tests to its own file  https://review.openstack.org/26830714:22
*** BrAsS_mOnKeY is now known as g2`14:23
openstackgerritSamuel de Medeiros Queiroz proposed openstack/keystone: Extract assignment backend tests to its own file  https://review.openstack.org/26830714:24
openstackgerritOpenStack Proposal Bot proposed openstack/keystone: Updating sample configuration file  https://review.openstack.org/26434614:38
*** EinstCrazy has quit IRC14:39
*** jamielennox is now known as jamielennox|away14:58
*** vgridnev has quit IRC15:01
*** tsymanczyk has quit IRC15:17
*** vivekd has quit IRC15:24
*** pnavarro has joined #openstack-keystone15:30
*** tsymanczyk has joined #openstack-keystone15:33
*** tsymanczyk is now known as Guest3127015:34
*** vgridnev has joined #openstack-keystone15:34
*** pnavarro has quit IRC15:34
*** itlinux has joined #openstack-keystone15:58
openstackgerritRon De Rose proposed openstack/keystone: Shadow users: unified identity  https://review.openstack.org/26204516:03
*** spzala has joined #openstack-keystone16:07
*** lhcheng has joined #openstack-keystone16:09
*** ChanServ sets mode: +v lhcheng16:09
*** lhcheng_ has joined #openstack-keystone16:11
*** lhcheng has quit IRC16:11
*** phalmos has joined #openstack-keystone16:16
*** henrynash has joined #openstack-keystone16:17
*** ChanServ sets mode: +v henrynash16:17
*** henrynash has quit IRC16:19
topolstevemar, bouncer seems to work.16:20
*** shoutm has quit IRC16:23
*** phalmos has quit IRC16:27
*** dims has quit IRC16:38
*** spzala has quit IRC17:13
*** lhcheng_ has quit IRC17:13
*** spzala has joined #openstack-keystone17:14
*** spzala has quit IRC17:19
*** kibm has joined #openstack-keystone17:26
*** kibm has quit IRC17:31
*** vgridnev has quit IRC17:45
*** fawadkhaliq has joined #openstack-keystone17:52
*** fawadkhaliq has quit IRC17:52
*** spandhe has joined #openstack-keystone17:52
*** fawadkhaliq has joined #openstack-keystone17:52
samueldmqWIP: Extract assignment backend tests to own file17:55
*** henrynash has joined #openstack-keystone17:59
*** ChanServ sets mode: +v henrynash17:59
*** henrynash has quit IRC18:00
*** goodygum has quit IRC18:02
*** henrynash has joined #openstack-keystone18:06
*** ChanServ sets mode: +v henrynash18:06
samueldmqhenrynash: hi18:13
henrynashsamueldmq: hi18:13
samueldmqhenrynash: quick question: do you like this https://review.openstack.org/#/c/268307/ ?18:13
samueldmqhenrynash: the idea is to split test_backend.py ( > 6.6k lines) into test_assignment_backend, test_identity_backend, and so on18:14
*** dims has joined #openstack-keystone18:14
henrynashsamueldmq: so absolutely ok with the concept…..probably I need to look through it and see if there are tests that fall in between the various camps…..but good in principle18:15
samueldmqhenrynash: nice18:15
samueldmqhenrynash: after this, test_backend sql and test_backend_ldap would also be split18:16
henrynashyes18:16
samueldmqhenrynash: yes lots of files added, but this helps us to keep files smaller and simpler to understand/maintain18:16
samueldmqhenrynash: and even keep track of testes behavior/what's missing18:16
henrynashagreed…test_backend is a monster18:17
samueldmqhenrynash: ++18:17
samueldmqhenrynash: thanks18:18
henrynashactually….I wonder if these should move to backend.assignment ?18:20
henrynashsamueldmq: when you have a moment, perhaps you could look at: https://review.openstack.org/#/c/265650/18:24
samueldmqhenrynash: sure will look18:25
samueldmqhenrynash: first priority in review, that and the roles-related bps18:26
samueldmqhenrynash: tell me, what is a backend?18:26
samueldmqhenrynash: backend = manager + driver ?18:26
henrynashsamueldmq: under test.unit, we have started migrating backend tests to unit.backed…each under a subdiretcory (e.g role, domain_config et.c)18:27
henrynashsamueldmq: basically, yes, things that used to be in test_backend, rather than just rename them test_backend_role.py…we jave been placing them in their own subdir under unit.backend18:28
samueldmqhenrynash: nice, got it18:29
samueldmqhenrynash: so I can split that file, and actually put them into their own directories as well18:29
samueldmqhenrynash: question is if I should do split+move in one shot18:30
henrynashsamueldmq: where backend.assigmnent.core.py would be what you have extracted, and then backend.assigmnent.test_sql.py would be the equivilent of what you plan to have in test_backenf_assignment_sql.py18:30
henrynashsamueldmq: hmm, good question18:31
samueldmqhenrynash: oh perfect18:31
samueldmqhenrynash: nice, I really like that.. I think I can do into a single shot, but:18:31
henrynashsamueldmq: yes, I think so too18:31
samueldmqhenrynash: extracto from test_bakcned to own core.py inside own dir18:31
samueldmqhenrynash: then extract from test_backend_sql to sql.py inside own dir18:32
henrynashsamuedlmq: agreed18:32
samueldmqhenrynash: nice, will do :)18:32
samueldmqhenrynash: I am confident that we will have a much better notion of what our tests are18:32
henrynashsamuedlmq: yep....18:32
samueldmqhenrynash: cool, regarding the role changes for this cycle, we have implied roles + domain roles ?18:33
samueldmqis that riht ?18:33
samueldmqright*18:33
henrynashsamuedlmq: I think those are the only ‘role’ ones….(they both change the tests in backend.role for instance)18:34
samueldmqyep18:34
samueldmqhenrynash: where should I start for reviewing those ?18:35
henrynashsamueldmq: the changed assignmenst too of course, as does the one I pointed you at a little while back18:35
samueldmqhenrynash: ++18:35
henrynashso bottom of the stack is: https://review.openstack.org/#/c/264260/18:35
henrynash(actually there was one that already merged that just created the role inference sql table)18:35
henrynashsamuedlmq: the bottom two are basically adam’s implied roles (I implemented the changes for list_role_assignments for him, hence my being co-author)18:36
samueldmqhenrynash: nice, all specs merged ?18:37
henrynashsamuedlmq: and then above those two are the domain specific role ones, starting at: https://review.openstack.org/#/c/261846/18:37
henrynashsamueldmq: yes18:37
samueldmqhenrynash: nice, I will review them18:38
samueldmqhenrynash: hopefully my background on roles will help :)18:39
henrynashsamueldmq: thx…and yes I would think so!!18:39
henrynashsamuedlmq: ok, speak later18:39
*** henrynash has quit IRC18:39
*** fawadkhaliq has quit IRC18:43
*** spzala has joined #openstack-keystone18:44
*** spzala has quit IRC18:50
*** dims has quit IRC18:58
*** jasonsb has joined #openstack-keystone18:59
openstackgerritSamuel de Medeiros Queiroz proposed openstack/keystone: Extract assignment backend tests to its own file  https://review.openstack.org/26830719:10
openstackgerritSamuel de Medeiros Queiroz proposed openstack/keystone: Extract assignment backend tests  https://review.openstack.org/26830719:13
*** jasonsb has quit IRC19:15
openstackgerritSamuel de Medeiros Queiroz proposed openstack/keystone: Extract resource backend tests  https://review.openstack.org/26870219:16
*** jasonsb has joined #openstack-keystone19:28
*** dims has joined #openstack-keystone19:28
*** jasonsb has quit IRC19:32
*** spzala has joined #openstack-keystone19:45
*** spzala has quit IRC19:51
*** henrynash has joined #openstack-keystone19:54
*** ChanServ sets mode: +v henrynash19:54
*** nkinder has quit IRC19:55
*** dims_ has joined #openstack-keystone20:06
*** dims has quit IRC20:07
*** spzala has joined #openstack-keystone20:19
*** henrynash has quit IRC20:24
openstackgerritMerged openstack/oslo.policy: Revert "Pass environment variables of proxy to tox"  https://review.openstack.org/26774020:26
*** spzala has quit IRC20:29
*** henrynash has joined #openstack-keystone20:39
*** ChanServ sets mode: +v henrynash20:39
*** david-lyle_ has quit IRC20:44
*** spandhe has quit IRC20:51
*** jsavak has joined #openstack-keystone20:55
*** henrynash has quit IRC20:58
*** lhcheng has joined #openstack-keystone21:00
*** ChanServ sets mode: +v lhcheng21:00
*** lhcheng_ has joined #openstack-keystone21:01
*** e0ne has joined #openstack-keystone21:04
*** lhcheng has quit IRC21:05
*** lhcheng_ has quit IRC21:08
*** david-lyle has joined #openstack-keystone21:19
*** dims_ has quit IRC21:28
*** ankita_wagh has joined #openstack-keystone21:29
*** jamielennox|away is now known as jamielennox21:40
*** jsavak has quit IRC21:41
*** jsavak has joined #openstack-keystone21:42
*** e0ne has quit IRC21:44
*** jsavak has quit IRC21:45
*** phalmos has joined #openstack-keystone21:48
*** jasonsb has joined #openstack-keystone21:50
*** phalmos has quit IRC21:52
*** jasonsb has quit IRC21:54
*** itlinux has quit IRC21:55
*** phalmos has joined #openstack-keystone21:56
*** ankita_wagh has quit IRC22:49
*** ankita_wagh has joined #openstack-keystone23:05
*** ankita_wagh has quit IRC23:06
*** ankita_wagh has joined #openstack-keystone23:11
*** ankita_w_ has joined #openstack-keystone23:12
*** ankita_wagh has quit IRC23:16
*** nkinder has joined #openstack-keystone23:32
*** phalmos has quit IRC23:40
*** nkinder has quit IRC23:52
*** dims has joined #openstack-keystone23:56

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