openstackgerrit | Brant Knudson proposed openstack/keystone: Enable try_except_pass Bandit test https://review.openstack.org/225738 | 00:02 |
---|---|---|
openstackgerrit | Brant Knudson proposed openstack/keystone: Enable subprocess_without_shell_equals_true Bandit test https://review.openstack.org/225692 | 00:02 |
openstackgerrit | Brant Knudson proposed openstack/keystone: Enable Bandit 0.13.2 tests https://review.openstack.org/225347 | 00:02 |
openstackgerrit | Brant Knudson proposed openstack/keystone: Enable hardcoded_bind_all_interfaces Bandit test https://review.openstack.org/225690 | 00:02 |
openstackgerrit | Brant Knudson proposed openstack/keystone: Enable password_config_option_not_marked_secret Bandit test https://review.openstack.org/225691 | 00:02 |
openstackgerrit | Brant Knudson proposed openstack/keystone: Update bandit blacklist_imports config https://review.openstack.org/225341 | 00:02 |
*** dsirrine has joined #openstack-keystone | 00:06 | |
*** ankita_wagh has quit IRC | 00:07 | |
openstackgerrit | Henrique Truta proposed openstack/keystone: Tests for projects acting as domains https://review.openstack.org/211219 | 00:07 |
openstackgerrit | Henrique Truta proposed openstack/keystone: Replicate domain info in projects table https://review.openstack.org/211170 | 00:07 |
openstackgerrit | Henrique Truta proposed openstack/keystone: Change project name constraints https://review.openstack.org/158372 | 00:07 |
*** geoffarn_ has quit IRC | 00:11 | |
*** geoffarnold has joined #openstack-keystone | 00:11 | |
*** su_zhang_ has joined #openstack-keystone | 00:12 | |
*** su_zhan__ has joined #openstack-keystone | 00:13 | |
*** su_zhang_ has quit IRC | 00:13 | |
openstackgerrit | Dolph Mathews proposed openstack/keystone: Add docstring validation https://review.openstack.org/229689 | 00:14 |
*** su_zhang has quit IRC | 00:15 | |
*** roxanagh_ has quit IRC | 00:16 | |
*** roxanagh_ has joined #openstack-keystone | 00:20 | |
*** shadower has quit IRC | 00:23 | |
*** sdake has quit IRC | 00:23 | |
*** shadower has joined #openstack-keystone | 00:23 | |
wwwjfy | dstanek: https://review.openstack.org/#/c/215870/ you voted -1, but forgot to leave a comment? | 00:26 |
openstackgerrit | Henrique Truta proposed openstack/keystone: Honor domain operations in project table https://review.openstack.org/143763 | 00:28 |
*** geoffarnold has quit IRC | 00:32 | |
*** geoffarnold has joined #openstack-keystone | 00:32 | |
*** spandhe has quit IRC | 00:33 | |
*** su_zhan__ is now known as su_zhang | 00:39 | |
openstackgerrit | Henrique Truta proposed openstack/keystone: List projects filtering by is_domain flag https://review.openstack.org/158398 | 00:39 |
openstackgerrit | Henrique Truta proposed openstack/keystone: Remove domain table references https://review.openstack.org/165936 | 00:40 |
openstackgerrit | Henrique Truta proposed openstack/keystone: Bye Bye Domain Table https://review.openstack.org/161854 | 00:40 |
openstackgerrit | Henrique Truta proposed openstack/keystone: Limit subtree and parents queries https://review.openstack.org/209132 | 00:43 |
openstackgerrit | Henrique Truta proposed openstack/keystone: Restrict inherited role assignments to subdomains https://review.openstack.org/164180 | 00:43 |
*** mylu has quit IRC | 00:44 | |
*** dsirrine has quit IRC | 00:46 | |
*** roxanagh_ has quit IRC | 00:49 | |
*** geoffarnold has quit IRC | 00:53 | |
*** geoffarnold has joined #openstack-keystone | 00:54 | |
*** roxanagh_ has joined #openstack-keystone | 01:08 | |
dstanek | wwwjfy: it looks like between writing my comment and the voting a new revision was posted. i just published the comment that i wrote on the previous revision | 01:14 |
*** geoffarnold has quit IRC | 01:15 | |
*** geoffarnold has joined #openstack-keystone | 01:15 | |
wwwjfy | Got it. A gerrit bug then. | 01:20 |
*** doug-fish has joined #openstack-keystone | 01:21 | |
openstackgerrit | Hidekazu Nakamura proposed openstack/keystone: Update development environment set up doc https://review.openstack.org/223020 | 01:22 |
wwwjfy | dstanek: for your comment, I didn't see how a v2 endpoint is like, I suppose there is no "extra" field. Is it right? | 01:23 |
wwwjfy | dstanek: for endpoints with legacy_endpoint_id, it's handled by the same way: pick a random endpoint, which possibly has some extra info. | 01:23 |
wwwjfy | if v2 endpoint has no "extra", I think I can pop the "extra" field | 01:24 |
*** su_zhang has quit IRC | 01:25 | |
*** spandhe has joined #openstack-keystone | 01:27 | |
*** diazjf has joined #openstack-keystone | 01:27 | |
*** diazjf has left #openstack-keystone | 01:27 | |
*** _cjones_ has quit IRC | 01:29 | |
*** geoffarnold is now known as geoffarnoldX | 01:33 | |
*** geoffarnold has joined #openstack-keystone | 01:36 | |
dstanek | wwwjfy: the v2 endpoints in the list don't have name and description, with your patch the v3 ones do | 01:37 |
dstanek | wwwjfy: it sounds like that's not intentional | 01:37 |
*** syin has quit IRC | 01:38 | |
wwwjfy | dstanek: it's not. To be clear, is it popping out the 'extra' field can solve the problem? | 01:38 |
*** spandhe_ has joined #openstack-keystone | 01:39 | |
dstanek | wwwjfy: no idea if that solves the problem | 01:39 |
*** spandhe has quit IRC | 01:39 | |
*** spandhe_ is now known as spandhe | 01:39 | |
*** ankita_wagh has joined #openstack-keystone | 01:39 | |
dstanek | wwwjfy: are name and description not first class DB columns | 01:39 |
dstanek | ? | 01:39 |
*** ankita_wagh has quit IRC | 01:40 | |
wwwjfy | dstanek: by "name" and "description", don't you mean the ones in "extra"? | 01:40 |
*** _cjones_ has joined #openstack-keystone | 01:40 | |
dstanek | wwwjfy: i don't know where they came from, but they are in the JSON | 01:40 |
wwwjfy | dstanek: seems no. | 01:40 |
*** geoffarnoldX has quit IRC | 01:41 | |
wwwjfy | dstanek: just checked, they're from the "extra" field, no first class DB columns for them. | 01:45 |
wwwjfy | I'll fix that. | 01:45 |
dstanek | wwwjfy: cool, i can't check because i'm on my phone | 01:46 |
wwwjfy | :). thanks for that. I've had that concern occurred to me, but I ignored it. | 01:47 |
*** woodster_ has quit IRC | 01:49 | |
dstanek | ma pleasure. | 01:49 |
jamielennox | does anyone know with tokenless auth where the project id is supposed to come from? | 01:54 |
jamielennox | gyee's not here | 01:54 |
*** roxanagh_ has quit IRC | 01:55 | |
*** zzzeek has quit IRC | 01:58 | |
*** EinstCrazy has joined #openstack-keystone | 01:59 | |
*** EinstCrazy has quit IRC | 02:04 | |
*** doug-fish has quit IRC | 02:05 | |
*** edmondsw has quit IRC | 02:05 | |
*** jerrygb has joined #openstack-keystone | 02:09 | |
*** markvoelker has quit IRC | 02:15 | |
*** spandhe has quit IRC | 02:18 | |
*** ankita_wagh has joined #openstack-keystone | 02:20 | |
*** spandhe has joined #openstack-keystone | 02:21 | |
*** dims__ has quit IRC | 02:29 | |
*** dims_ has joined #openstack-keystone | 02:29 | |
*** iurygregory has joined #openstack-keystone | 02:29 | |
*** spandhe_ has joined #openstack-keystone | 02:29 | |
*** spandhe has quit IRC | 02:31 | |
*** spandhe_ is now known as spandhe | 02:31 | |
lhcheng | jamielennox: it should be set in the header | 02:32 |
jamielennox | lhcheng: yea, it is, i thought he was cheating that the project id should have came from the certificate data somehow | 02:33 |
jamielennox | lhcheng: but it appears only the unscoped portion is coming from the cert and either project-id or domain-id have to be specified as headeres | 02:33 |
*** boltR has quit IRC | 02:36 | |
lhcheng | jamielennox: yup, you got it right | 02:36 |
lhcheng | https://raw.githubusercontent.com/openstack/keystone/master/doc/source/configure_tokenless_x509.rst | 02:36 |
lhcheng | the bottom part has the header name | 02:36 |
jamielennox | lhcheng: docs! whoa, and they look useful | 02:37 |
jamielennox | i'll be honest i never even considered looking there | 02:37 |
*** richm has quit IRC | 02:37 | |
lhcheng | I've tested the feature out when I was reviewing, so the patch is pretty familiar. | 02:38 |
lhcheng | jamielennox: heh there is some gap though on the doc vs implementation | 02:39 |
lhcheng | I think the middleware part is not yet implemented | 02:39 |
lhcheng | but the documentation describe how will it work eventually | 02:39 |
jamielennox | lhcheng: i haven't seen the middleware part, but it should be doable as a plugin so it might not need to live in there | 02:39 |
lhcheng | the middleware part is for the other services, so they'll use the cert when making a validate token call to keystone | 02:40 |
jamielennox | yep | 02:40 |
jamielennox | i'd be interested in seeing the overhead on that vs get a token once | 02:41 |
jamielennox | whether you would actually do it | 02:41 |
lhcheng | I'm not that familiar with the middleware code, but I remember do seeing it leveraging the plugins | 02:41 |
lhcheng | I agree, the performance impact would be interesting to see since this would be a heavy volume usage. | 02:43 |
lhcheng | jamielennox: stepping out for dinner, ttyl | 02:45 |
jamielennox | lhcheng: see ya | 02:45 |
*** lhcheng has quit IRC | 02:45 | |
*** wwwjfy has quit IRC | 02:47 | |
*** diazjf has joined #openstack-keystone | 02:48 | |
*** wwwjfy has joined #openstack-keystone | 02:48 | |
openstackgerrit | Jamie Lennox proposed openstack/keystone: Use deepcopy of mapping fixtures in tests https://review.openstack.org/229714 | 02:50 |
*** topol has joined #openstack-keystone | 02:51 | |
*** ChanServ sets mode: +v topol | 02:51 | |
*** mylu has joined #openstack-keystone | 02:53 | |
*** ngupta has joined #openstack-keystone | 02:53 | |
openstackgerrit | Tony Wang proposed openstack/keystone: Show v3 endpoints in v2 endpoint list https://review.openstack.org/215870 | 02:59 |
*** geoffarnold has quit IRC | 03:01 | |
*** geoffarnold has joined #openstack-keystone | 03:02 | |
*** topol has quit IRC | 03:10 | |
*** wwwjfy has quit IRC | 03:10 | |
*** diazjf has left #openstack-keystone | 03:13 | |
*** EinstCrazy has joined #openstack-keystone | 03:14 | |
*** dims__ has joined #openstack-keystone | 03:15 | |
*** markvoelker has joined #openstack-keystone | 03:15 | |
*** roxanagh_ has joined #openstack-keystone | 03:15 | |
*** dims___ has joined #openstack-keystone | 03:16 | |
*** dims____ has joined #openstack-keystone | 03:18 | |
*** dims_ has quit IRC | 03:18 | |
*** markvoelker has quit IRC | 03:20 | |
*** dims__ has quit IRC | 03:20 | |
*** dims___ has quit IRC | 03:21 | |
*** r-daneel has quit IRC | 03:26 | |
*** ayoung-meeting has quit IRC | 03:36 | |
*** spandhe has quit IRC | 03:37 | |
*** dims____ has quit IRC | 03:37 | |
*** su_zhang has joined #openstack-keystone | 03:44 | |
*** geoffarn_ has joined #openstack-keystone | 03:44 | |
*** geoffarnold has quit IRC | 03:45 | |
*** ngupta has quit IRC | 03:48 | |
*** ngupta has joined #openstack-keystone | 03:48 | |
*** ankita_wagh has quit IRC | 03:52 | |
*** ankita_wagh has joined #openstack-keystone | 03:52 | |
*** links has joined #openstack-keystone | 03:55 | |
*** topol has joined #openstack-keystone | 03:56 | |
*** ChanServ sets mode: +v topol | 03:56 | |
*** hidekazu_ has joined #openstack-keystone | 03:57 | |
*** jerrygb has quit IRC | 03:57 | |
*** jerrygb has joined #openstack-keystone | 03:58 | |
*** boris-42 has quit IRC | 03:59 | |
*** hrou has quit IRC | 04:00 | |
*** sdake has joined #openstack-keystone | 04:01 | |
*** spandhe has joined #openstack-keystone | 04:03 | |
*** lhcheng has joined #openstack-keystone | 04:04 | |
*** ChanServ sets mode: +v lhcheng | 04:04 | |
*** geoffarn_ has quit IRC | 04:05 | |
*** geoffarnold has joined #openstack-keystone | 04:06 | |
*** ngupta has quit IRC | 04:07 | |
*** wwwjfy has joined #openstack-keystone | 04:11 | |
*** topol has quit IRC | 04:12 | |
*** topol has joined #openstack-keystone | 04:13 | |
*** ChanServ sets mode: +v topol | 04:13 | |
*** markvoelker has joined #openstack-keystone | 04:16 | |
*** lhcheng_ has joined #openstack-keystone | 04:17 | |
*** lhcheng has quit IRC | 04:19 | |
*** markvoelker has quit IRC | 04:20 | |
*** sdake_ has joined #openstack-keystone | 04:25 | |
*** geoffarnold has quit IRC | 04:26 | |
*** geoffarnold has joined #openstack-keystone | 04:27 | |
*** sdake has quit IRC | 04:28 | |
*** stevemar has joined #openstack-keystone | 04:30 | |
*** ChanServ sets mode: +o stevemar | 04:30 | |
*** jaosorior has joined #openstack-keystone | 04:31 | |
*** wwwjfy has quit IRC | 04:31 | |
*** wwwjfy has joined #openstack-keystone | 04:34 | |
*** mylu has quit IRC | 04:35 | |
*** mylu has joined #openstack-keystone | 04:39 | |
*** gildub has quit IRC | 04:41 | |
*** mylu has quit IRC | 04:42 | |
*** su_zhang has quit IRC | 04:42 | |
*** mylu has joined #openstack-keystone | 04:42 | |
*** su_zhang has joined #openstack-keystone | 04:43 | |
*** mylu has quit IRC | 04:47 | |
*** geoffarnold has quit IRC | 04:48 | |
*** geoffarnold has joined #openstack-keystone | 04:48 | |
*** gildub has joined #openstack-keystone | 04:57 | |
*** jaosorior has quit IRC | 05:02 | |
*** topol has quit IRC | 05:07 | |
*** GB21 has joined #openstack-keystone | 05:08 | |
*** geoffarnold has quit IRC | 05:09 | |
*** geoffarnold has joined #openstack-keystone | 05:09 | |
*** nisha_ has joined #openstack-keystone | 05:11 | |
nisha_ | Hello everyone :) | 05:13 |
*** spandhe_ has joined #openstack-keystone | 05:13 | |
*** GB21 has quit IRC | 05:14 | |
*** spandhe has quit IRC | 05:15 | |
*** spandhe_ is now known as spandhe | 05:15 | |
nisha_ | I am a newbie and I want to contribute in keystone. I was working on a very easy bug and it involves replacing all occurences of of http://code.google.com/p/sqlalchemy-migrate/ by https://github.com/stackforge/sqlalchemy-migrate | 05:16 |
nisha_ | So, I did the changes and did git commit. But I have some problem in git review. http://paste.openstack.org/show/474921/ Can someone please help me? I would be really grateful :) | 05:16 |
nisha_ | It says you are not allowed to upload merges. I don't really understand why this is happening, please help . | 05:17 |
*** sdake_ is now known as sdake | 05:21 | |
*** roxanagh_ has quit IRC | 05:23 | |
stevemar | nisha_: i think that's because you made the changes to your local master branch | 05:26 |
stevemar | you might have to reclone the project, i think your local master is messed up (or you can reset it, but recloning is easier) | 05:27 |
stevemar | this will cause you to lose your work.... | 05:27 |
stevemar | you can test your git-review configuration by attempting a small change (like updating README.rst) and pushing that upstream, we won't approve it, but you'll be able to see if your configuration works | 05:28 |
*** geoffarnold has quit IRC | 05:30 | |
*** topol has joined #openstack-keystone | 05:31 | |
*** ChanServ sets mode: +v topol | 05:31 | |
*** geoffarnold has joined #openstack-keystone | 05:31 | |
*** geoffarnold is now known as geoffarnoldX | 05:33 | |
*** spandhe has quit IRC | 05:33 | |
*** geoffarnoldX is now known as geoffarnold | 05:33 | |
*** geoffarnold is now known as geoffarnoldX | 05:34 | |
*** topol has quit IRC | 05:35 | |
nisha_ | stevemar, thanks for help | 05:36 |
*** roxanagh_ has joined #openstack-keystone | 05:36 | |
nisha_ | before making changes I used these commands, 'git branch'. Then, I did 'git checkout -b fix-sqlalchemy-migrate-link'. To put me in a separate branch with that name | 05:38 |
*** spandhe has joined #openstack-keystone | 05:39 | |
nisha_ | stevemar, so, what would you suggest now ? | 05:40 |
nisha_ | Is there any other way using which I can cross check as where i made the changes? | 05:40 |
nisha_ | Ohh, wait I did that yesterday but after that I had restarted my computer. So, doing that even count? | 05:44 |
nisha_ | does* doing | 05:44 |
*** su_zhang has quit IRC | 05:45 | |
*** lhcheng has joined #openstack-keystone | 05:47 | |
*** ChanServ sets mode: +v lhcheng | 05:47 | |
lhcheng | stevemar: I've hit an error while testing the OSC swift patch: http://paste.openstack.org/show/475006/ | 05:47 |
lhcheng | stevemar: do I need to pass a valid property name? | 05:48 |
*** roxanagh_ has quit IRC | 05:49 | |
stevemar | nisha_: after the checkout out, change some files, add the change `git add <filename>`, then commit the change `git commit`, then post it with `git review` | 05:49 |
stevemar | lhcheng: oh? | 05:49 |
*** lhcheng_ has quit IRC | 05:50 | |
stevemar | lhcheng: weird | 05:51 |
stevemar | it worked for me when i was playing with it | 05:51 |
*** geoffarnoldX has quit IRC | 05:52 | |
nisha_ | Oh, so I should clone again and then do all this right? | 05:52 |
*** geoffarnold has joined #openstack-keystone | 05:52 | |
*** gildub has quit IRC | 05:52 | |
*** gildub has joined #openstack-keystone | 05:53 | |
stevemar | nisha_: it couldn't hurt, you don't have to delete what you did, just create a new sub folder and clone the project there | 05:53 |
nisha_ | ohh, sure I will do that. Thanks a lot stevemar :) | 05:53 |
*** kiran-r has joined #openstack-keystone | 05:54 | |
stevemar | nisha_: np | 05:54 |
stevemar | lhcheng: so this should work: REQ: curl -g -i -X POST http://10.0.2.15:8080/v1/AUTH_bb1073d7f4b249e9a60aebdfb0ba9a9f -H "X-Account-Meta-test: me" -H "User-Agent: python-openstackclient" -H "X-Auth-Token: {SHA1}083899fc246fc3c2c0c42c4c1e7eb46ff4337270" | 05:54 |
stevemar | does that project exist? bb107...9a9f? | 05:55 |
*** Nirupama has joined #openstack-keystone | 05:55 | |
*** spandhe has quit IRC | 05:56 | |
*** urulama has quit IRC | 05:56 | |
lhcheng | stevemar: yup, the project exists. account show worked for me. | 05:57 |
lhcheng | stevemar: any random property value should work? | 05:58 |
openstackgerrit | Merged openstack/keystone: Move development environment setup instructions to standard location https://review.openstack.org/226974 | 05:58 |
lhcheng | *property name | 05:58 |
stevemar | lhcheng: yep | 05:59 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/keystone: Updating sample configuration file https://review.openstack.org/229732 | 05:59 |
lhcheng | okay, I'll dig around a bit. Might be just on my env. | 05:59 |
*** EinstCrazy has quit IRC | 06:05 | |
*** lsmola has joined #openstack-keystone | 06:06 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/keystone: Imported Translations from Zanata https://review.openstack.org/228119 | 06:08 |
*** jaosorior has joined #openstack-keystone | 06:12 | |
stevemar | lhcheng: i'll try it now | 06:12 |
*** geoffarnold has quit IRC | 06:13 | |
*** geoffarnold has joined #openstack-keystone | 06:13 | |
*** markvoelker has joined #openstack-keystone | 06:17 | |
*** nisha_ has quit IRC | 06:20 | |
*** jaosorior has joined #openstack-keystone | 06:21 | |
*** markvoelker has quit IRC | 06:21 | |
*** nisha_ has joined #openstack-keystone | 06:23 | |
*** nisha__ has joined #openstack-keystone | 06:24 | |
stevemar | lhcheng: http://paste.openstack.org/show/475010/ | 06:25 |
*** henrynash has joined #openstack-keystone | 06:30 | |
*** ChanServ sets mode: +v henrynash | 06:30 | |
*** ParsectiX has joined #openstack-keystone | 06:36 | |
*** urulama has joined #openstack-keystone | 06:36 | |
stevemar | lhcheng: the show works too | 06:36 |
stevemar | lhcheng: for showing properties | 06:36 |
lhcheng | stevemar: cool, might be just my local then. | 06:37 |
lhcheng | stevemar: yeah, account show worked for me | 06:37 |
stevemar | lhcheng: yeah, you mentioned that in the review, but just wanted to emphasize that the newly set properties also showed up | 06:37 |
lhcheng | oh.. | 06:37 |
lhcheng | great | 06:38 |
*** rajesht_ has quit IRC | 06:38 | |
stevemar | \o/ | 06:39 |
lhcheng | awesome | 06:39 |
lhcheng | btw, the command "account" seems confusing | 06:39 |
lhcheng | I guess that would be a topic for tomorrow | 06:39 |
stevemar | lhcheng: would be nice to figure out what is wrong with your environment | 06:39 |
lhcheng | :) | 06:39 |
*** kiran-r has quit IRC | 06:39 | |
stevemar | yep | 06:39 |
stevemar | object-store account? | 06:39 |
lhcheng | so I just rebuild my venv | 06:39 |
lhcheng | I run osc from a venv, rather than from devstack | 06:40 |
lhcheng | idk if that would have made the different | 06:41 |
lhcheng | yeah, object-store account sounds okay too | 06:42 |
lhcheng | stevemar: definitely my env, I can't update my account using swift cli too | 06:54 |
lhcheng | I'll reinstall swift | 06:54 |
*** svasheka has joined #openstack-keystone | 06:55 | |
*** geoffarnold has quit IRC | 06:55 | |
*** geoffarnold has joined #openstack-keystone | 06:55 | |
*** nisha__ has quit IRC | 06:57 | |
*** ParsectiX has quit IRC | 06:58 | |
marekd | lhcheng: you are now playing with swift devel? | 06:59 |
openstackgerrit | Jamie Lennox proposed openstack/keystonemiddleware: Remove auth headers in AuthProtocol https://review.openstack.org/229751 | 07:00 |
lhcheng | marekd: just on devstack :) testing OSC patch related to swift | 07:00 |
marekd | lhcheng: ah :-) | 07:00 |
lhcheng | marekd: I am interested into looking at taskflow and this: http://docs-draft.openstack.org/61/209661/22/check/gate-openstack-specs-docs/ced42e7//doc/build/html/specs/chronicles-of-a-dlm.html#chronicles-of-a-distributed-lock-manager | 07:03 |
lhcheng | seems needed if we want to scale | 07:03 |
marekd | lhcheng: you know, i jus reopnened this spec :P | 07:03 |
marekd | coincidence | 07:03 |
lhcheng | haha | 07:04 |
*** kiran-r has joined #openstack-keystone | 07:04 | |
*** ParsectiX has joined #openstack-keystone | 07:04 | |
*** ankita_wagh has quit IRC | 07:05 | |
marekd | lhcheng: that finally brings some interesting distributed computing challenges in the openstack | 07:05 |
*** kiran-r has quit IRC | 07:05 | |
*** kiranr has joined #openstack-keystone | 07:05 | |
*** kiranr is now known as kiran-r | 07:06 | |
stevemar | lhcheng: ah yeah, if swift cli doesn't work, it's you :) | 07:06 |
lhcheng | I was chatting with josh about taskflow, then turned into zookeeper, then DLM. :) | 07:06 |
marekd | lhcheng: but what exactly is your plan? | 07:06 |
marekd | lhcheng: and how is taskflow related to zookeeper? I thought it's like workflow planner/executor (taskflow) | 07:07 |
stevemar | this conversation will surely put me to sleep | 07:07 |
*** boris-42 has joined #openstack-keystone | 07:07 | |
marekd | is it that boring? | 07:08 |
*** wolsen has quit IRC | 07:08 | |
marekd | (and which conversation to be more specific) ? | 07:08 |
lhcheng | marekd: you can plugin different backends for taskflow and zookeeper seems the natural fit for it. | 07:09 |
lhcheng | marekd: I just started looking at taskflow today, my knowledge is still limited. Still overwhelmed with all the concept :P | 07:09 |
marekd | lhcheng: i see Yahoo! has a pollposition in taskflow development | 07:11 |
marekd | at least recently | 07:11 |
lhcheng | josh wrote taskflow | 07:11 |
marekd | Joshua Harlow ? | 07:12 |
lhcheng | yeah | 07:12 |
*** ankita_wagh has joined #openstack-keystone | 07:12 | |
lhcheng | I think trove and poppy trying to use it as well. | 07:13 |
*** ankita_wagh has quit IRC | 07:13 | |
marekd | lhcheng: so you are thinking about having multiple keystones with distinct backends and having state consensus | 07:13 |
marekd | and that would be resolved by some DLM ? | 07:13 |
*** ankita_wagh has joined #openstack-keystone | 07:13 | |
marekd | so no shared database, no galera kind of db synchronisation | 07:13 |
lhcheng | marekd: ugh I haven't got that far yet. you're way too ahead of me. | 07:14 |
marekd | lhcheng: uh, i am also taking at the 'vision' level :-) | 07:14 |
lhcheng | just trying to digest new concepts atm, are you looking into using DLM for keystone? | 07:15 |
marekd | lhcheng: but this is what 'scalability' means for me. | 07:15 |
marekd | lhcheng: i thought you were looking into using DLM for keystone :-) | 07:15 |
*** Burgosz has joined #openstack-keystone | 07:16 | |
*** geoffarnold has quit IRC | 07:16 | |
*** geoffarnold has joined #openstack-keystone | 07:17 | |
nisha_ | stevemar, I just want to ask one more thing | 07:17 |
lhcheng | marekd: haha once I get a grasp of it. My brain is fried today just looking at taskflow. | 07:17 |
nisha_ | I made the changes and did git add -A | 07:17 |
nisha_ | stevemar, Now should I do git commit or git commit --amend ?? | 07:18 |
openstackgerrit | Jamie Lennox proposed openstack/keystonemiddleware: Use request helpers for token_info/token_auth https://review.openstack.org/229161 | 07:18 |
marekd | lhcheng: let's use raft in openstack, it's so trendy as of today :-) | 07:18 |
marekd | nisha_: is it the new commit ? | 07:18 |
nisha_ | hey marekd | 07:18 |
marekd | nisha_: did you do git review at least once? | 07:18 |
nisha_ | yes, it's a new commit. I am complete newbie | 07:19 |
marekd | nisha_: so git commit | 07:19 |
nisha_ | I did git review -s before making changes | 07:19 |
marekd | $ git commit | 07:19 |
marekd | $ git review | 07:19 |
nisha_ | alright, thanks marekd | 07:19 |
marekd | you will get a patch on gerrit | 07:19 |
nisha_ | and where do I type the commit message ? | 07:19 |
marekd | git commit will make you do that :-) | 07:20 |
*** ankita_w_ has joined #openstack-keystone | 07:20 | |
nisha_ | yeah, got it :) | 07:20 |
lhcheng | marekd: once possible use of zookeeper I think is for the domain config, instead of keystone polling for changes, zookeeper can take care of notifying the nodes | 07:20 |
marekd | nisha_: next time you work on a new version of the patch do | 07:20 |
marekd | $ git review -d #of the patch (number from the link) | 07:21 |
marekd | ...work, work, work... | 07:21 |
marekd | $ git add <files> | 07:21 |
marekd | git commit --amend | 07:21 |
marekd | git review | 07:21 |
marekd | lhcheng: which domains? | 07:21 |
lhcheng | marekd: lol about raft | 07:21 |
openstackgerrit | Nisha Yadav proposed openstack/keystone: Replace sqlalchemy-migrate occurences from code.google to github https://review.openstack.org/229757 | 07:21 |
*** Burgosz has quit IRC | 07:22 | |
lhcheng | marekd: the domain specific configurations | 07:22 |
nisha_ | Thanks a lot for help marekd. I am really grateful :) | 07:23 |
marekd | nisha_: no problem, looks like you made it :-) | 07:23 |
*** ankita_wagh has quit IRC | 07:23 | |
marekd | lhcheng: so what is keystone polling today ? | 07:23 |
nisha_ | Just, one more thing , I have slight doubt regarding git branch and git checkout also. Shall I do that every time before making any change? | 07:24 |
*** ankita_w_ has quit IRC | 07:24 | |
marekd | nisha_: whenever you do git review -d number (which would be 229757 in case of your first patch) it creates local branch on your local computer, so that's fine | 07:25 |
marekd | i keep master synced with remote master just for sanity | 07:25 |
marekd | so two cases: | 07:25 |
nisha_ | ohh, alright. And now, do I need to do anything about the patch on gerrit ? | 07:26 |
marekd | 1) when I start something completely new, i fetch and pull master, do git checkout -b my_feature, work, do git add, git commit, git review | 07:26 |
marekd | then when i need to work again on it i simply do git review -d <#patch num> | 07:26 |
nisha_ | I am really sorry about asking such basic questions. Can you send me some link, I will read it for greater understanding. | 07:26 |
marekd | 2) when I work on sb elses patch i simply do git review -d <#patch num> | 07:27 |
marekd | nisha_: http://docs.openstack.org/infra/manual/developers.html | 07:27 |
nisha_ | ohh, and how do I know my patch number, like I got to know 229757, after the openstackgerrit message and when you pointed it out | 07:28 |
marekd | nisha_: it's the number from the link | 07:28 |
marekd | https://review.openstack.org/229757 | 07:28 |
marekd | for instance this is your first patch | 07:28 |
marekd | it popped here on IRC channel, but also you had it in your terminal once git review was successful | 07:29 |
marekd | also, if you visit https://review.openstack.org you will see all your patches | 07:29 |
lhcheng | marekd: the domain specific config is cached in keystone and fetched after the cache times-out. if we have notifications, the domain config changes can take effect immediately rather than waiting for timeout.. | 07:29 |
* lhcheng still thinking of some cool way to use DLM or Raft | 07:30 | |
marekd | lhcheng: so who is being pulled by keystone then ? | 07:30 |
lhcheng | marekd: atm keystone pulling config from files or db, is that what you're asking? | 07:33 |
marekd | lhcheng: aaaaaaaaaa | 07:33 |
marekd | lhcheng: ok, i thought keystone is polling other systems for domain configs | 07:33 |
marekd | and was wondering "what,why?" | 07:33 |
nisha_ | Earlier, I think I made changes to my local master branch, so I was having some trouble. This time I cloned keystone again. Now, that I am done with git review and I saw the patch on https://review.openstack.org :) | 07:35 |
lhcheng | marekd: okay, that must be a sign that I should go to sleep. I might already typing nonsense here :P | 07:35 |
nisha_ | Can I now do sudo tox inside keystone?? | 07:35 |
marekd | lhcheng: :( i miss people here in the mornings for interesting conversations :( | 07:35 |
marekd | nisha_: no need for sudo | 07:35 |
marekd | nisha_: type tox -epep8, tox -epy27 in your repository directory | 07:36 |
nisha_ | Because, last time I did that after cloning keystone. Oh, last time it didn't work without sudo. I will try again. Thanks :) | 07:36 |
*** pnavarro has joined #openstack-keystone | 07:36 | |
marekd | nisha_: permissions ? | 07:36 |
marekd | chmod/chown | 07:36 |
nisha_ | yes, there was permission denied thing | 07:36 |
marekd | so chmod/chown | 07:36 |
nisha_ | ohh, should i give myself -rwx permissions ? | 07:37 |
marekd | nisha_: tox is running tests, execuritung lots of files and writing lots of them. | 07:38 |
odyssey4me | o/ marekd quick question around the dev process for liberty now.... I see that all the major projects have cut a branch (except swift) called 'stable/liberty'... is that effectively now the RC branch? | 07:39 |
lhcheng | marekd: ah yes, there used to be more people still online around this time :/ | 07:39 |
*** pnavarro has quit IRC | 07:40 | |
nisha_ | Should I use this command in root directory , sudo chmod -R 777 /keystone ? | 07:40 |
marekd | odyssey4me: o/ i'd say yes, but i am not 100% convinced i am right. | 07:41 |
lhcheng | marekd: my bed is calling me now. I'll catch you later | 07:41 |
marekd | nisha_: just clone repo to the place which is accessible for the non root user | 07:42 |
lhcheng | marekd: enjoy the rest of the day | 07:42 |
marekd | lhcheng: thanks, you too. | 07:42 |
odyssey4me | marekd ok, thanks - I'll wait to confirm with the larger crowd when they all come online :) | 07:42 |
*** lhcheng has quit IRC | 07:42 | |
marekd | odyssey4me: yeah | 07:42 |
*** jaosorior has quit IRC | 07:42 | |
odyssey4me | how're things going? | 07:42 |
marekd | odyssey4me: pretty good :-) | 07:42 |
marekd | thinking on what to tackle for mitaka cycle :-) | 07:43 |
odyssey4me | marekd do you guys already know the main direction of work - or is that figured out at the summit? | 07:44 |
marekd | odyssey4me: i thnk if you have some ideas you can sketch the spec now, or discuss it. | 07:44 |
*** jaosorior has joined #openstack-keystone | 07:45 | |
marekd | it's not ptl who has set of tasks and distributes them to devs :P | 07:45 |
marekd | odyssey4me: ofc summit discussions are the most effective | 07:45 |
nisha_ | Thanks a lot marekd :D Nice talking to you | 07:46 |
odyssey4me | yeah, agreed - I think it's the combo of face to face and also the lack of other distractions that's important | 07:46 |
*** openstackgerrit has quit IRC | 07:46 | |
odyssey4me | you get completely focused attention | 07:46 |
odyssey4me | well, more focused attention than usual :p | 07:46 |
*** openstackgerrit has joined #openstack-keystone | 07:47 | |
*** e0ne has joined #openstack-keystone | 07:47 | |
*** e0ne has quit IRC | 07:49 | |
marekd | odyssey4me: yeah | 07:50 |
*** e0ne has joined #openstack-keystone | 07:54 | |
*** e0ne has quit IRC | 07:56 | |
*** fhubik has joined #openstack-keystone | 08:00 | |
openstackgerrit | Dave Chen proposed openstack/keystone: Deprecate local conf in paste-ini https://review.openstack.org/134124 | 08:03 |
openstackgerrit | Dave Chen proposed openstack/keystone: Deprecate local conf in paste-ini https://review.openstack.org/134124 | 08:04 |
*** Burgosz has joined #openstack-keystone | 08:04 | |
*** itlinux has joined #openstack-keystone | 08:06 | |
*** fhubik is now known as fhubik_brb | 08:10 | |
openstackgerrit | Eric Brown proposed openstack/keystone: Multiple URLs may be specified for ldap url https://review.openstack.org/228644 | 08:16 |
*** markvoelker has joined #openstack-keystone | 08:18 | |
*** jistr has joined #openstack-keystone | 08:18 | |
*** markvoelker has quit IRC | 08:22 | |
*** e0ne has joined #openstack-keystone | 08:26 | |
*** itlinux has quit IRC | 08:26 | |
*** urulama has quit IRC | 08:28 | |
*** urulama has joined #openstack-keystone | 08:29 | |
*** e0ne has quit IRC | 08:36 | |
*** fhubik_brb is now known as fhubik | 08:36 | |
*** e0ne has joined #openstack-keystone | 08:38 | |
*** geoffarnold has quit IRC | 08:40 | |
*** browne1 has quit IRC | 08:41 | |
*** geoffarnold has joined #openstack-keystone | 08:41 | |
openstackgerrit | Rajesh Tailor proposed openstack/keystone: Fix unreachable code in test_v3 module https://review.openstack.org/210365 | 08:52 |
*** jaosorior has quit IRC | 08:58 | |
*** exploreshaifali has joined #openstack-keystone | 09:00 | |
*** geoffarnold has quit IRC | 09:02 | |
*** geoffarnold has joined #openstack-keystone | 09:02 | |
*** GB21 has joined #openstack-keystone | 09:03 | |
*** aix has joined #openstack-keystone | 09:04 | |
*** hidekazu_ has quit IRC | 09:04 | |
*** amakarov_away is now known as amakarov | 09:08 | |
*** ParsectiX has quit IRC | 09:12 | |
*** geoffarn_ has joined #openstack-keystone | 09:24 | |
*** ParsectiX has joined #openstack-keystone | 09:26 | |
*** geoffarnold has quit IRC | 09:28 | |
*** kiran-r has quit IRC | 09:30 | |
*** lhcheng has joined #openstack-keystone | 09:31 | |
*** ChanServ sets mode: +v lhcheng | 09:31 | |
*** kiran-r has joined #openstack-keystone | 09:32 | |
openstackgerrit | Nisha Yadav proposed openstack/keystone: Replace sqlalchemy-migrate occurences from code.google to github https://review.openstack.org/229757 | 09:32 |
*** marzif has joined #openstack-keystone | 09:32 | |
*** lhcheng has quit IRC | 09:36 | |
*** sdake_ has joined #openstack-keystone | 09:38 | |
*** bdossant has joined #openstack-keystone | 09:39 | |
*** urulama has quit IRC | 09:40 | |
*** urulama has joined #openstack-keystone | 09:41 | |
*** sdake has quit IRC | 09:42 | |
nisha_ | Hello everyone, I submitted my first patch today. I would be glad if you could please review it and suggest any changes | 09:43 |
nisha_ | Thanks a lot :) | 09:43 |
nisha_ | https://review.openstack.org/#/c/229757/ | 09:43 |
*** wwwjfy has quit IRC | 09:43 | |
*** boris-42 has quit IRC | 09:49 | |
*** jaosorior has joined #openstack-keystone | 09:52 | |
*** e0ne has quit IRC | 09:53 | |
*** jaosorior has quit IRC | 09:54 | |
*** jaosorior has joined #openstack-keystone | 09:54 | |
*** jaosorior has quit IRC | 09:54 | |
*** exploreshaifali has quit IRC | 09:54 | |
*** jaosorior has joined #openstack-keystone | 09:55 | |
*** dims has joined #openstack-keystone | 09:55 | |
*** e0ne has joined #openstack-keystone | 09:56 | |
*** pnavarro has joined #openstack-keystone | 09:56 | |
*** henrynash has quit IRC | 10:00 | |
*** nisha_ has quit IRC | 10:01 | |
*** akscram has quit IRC | 10:03 | |
*** stevemar has quit IRC | 10:08 | |
*** GB21 has quit IRC | 10:08 | |
*** stevemar has joined #openstack-keystone | 10:09 | |
*** ChanServ sets mode: +o stevemar | 10:09 | |
*** wwwjfy has joined #openstack-keystone | 10:10 | |
*** stevemar has quit IRC | 10:13 | |
*** topol has joined #openstack-keystone | 10:15 | |
*** ChanServ sets mode: +v topol | 10:15 | |
*** markvoelker has joined #openstack-keystone | 10:19 | |
*** topol has quit IRC | 10:19 | |
*** kiran-r has quit IRC | 10:21 | |
*** fhubik is now known as fhubik_brb | 10:22 | |
*** markvoelker has quit IRC | 10:23 | |
*** geoffarnold has joined #openstack-keystone | 10:26 | |
*** geoffarn_ has quit IRC | 10:26 | |
openstackgerrit | Alexander Makarov proposed openstack/keystone: Expose 1501698 bug https://review.openstack.org/229811 | 10:26 |
*** fhubik_brb is now known as fhubik | 10:27 | |
openstackgerrit | Alexander Makarov proposed openstack/keystone: Expose 1501698 bug https://review.openstack.org/229811 | 10:27 |
breton | good morning, keystoneers | 10:30 |
* breton is back from vaction | 10:31 | |
marekd | hey | 10:39 |
*** geoffarnold has quit IRC | 10:47 | |
*** geoffarnold has joined #openstack-keystone | 10:47 | |
amakarov | I have a question: where 'list_limit' config parameter does work? | 10:47 |
*** agireud has quit IRC | 10:48 | |
*** akanksha_ has joined #openstack-keystone | 10:48 | |
*** jaosorior has quit IRC | 10:54 | |
*** marzif has quit IRC | 11:04 | |
*** marzif has joined #openstack-keystone | 11:05 | |
*** henrynash has joined #openstack-keystone | 11:05 | |
*** ChanServ sets mode: +v henrynash | 11:05 | |
samueldmq | morning keystoners | 11:07 |
*** geoffarnold has quit IRC | 11:08 | |
*** geoffarnold has joined #openstack-keystone | 11:09 | |
*** marzif has quit IRC | 11:14 | |
*** marzif has joined #openstack-keystone | 11:15 | |
*** marzif has quit IRC | 11:16 | |
*** marzif has joined #openstack-keystone | 11:16 | |
*** bdossant has quit IRC | 11:20 | |
*** lhcheng has joined #openstack-keystone | 11:20 | |
*** ChanServ sets mode: +v lhcheng | 11:20 | |
*** exploreshaifali has joined #openstack-keystone | 11:22 | |
*** lhcheng has quit IRC | 11:25 | |
*** marzif has quit IRC | 11:26 | |
*** marzif has joined #openstack-keystone | 11:26 | |
*** doug-fish has joined #openstack-keystone | 11:26 | |
*** aix has quit IRC | 11:27 | |
*** geoffarnold has quit IRC | 11:30 | |
*** geoffarnold has joined #openstack-keystone | 11:30 | |
*** markvoelker has joined #openstack-keystone | 11:34 | |
*** marzif has quit IRC | 11:36 | |
*** marzif has joined #openstack-keystone | 11:37 | |
*** markvoelker has quit IRC | 11:39 | |
openstackgerrit | Dolph Mathews proposed openstack/keystone: Fix D208: Docstring over indented. (PEP257) https://review.openstack.org/229837 | 11:39 |
openstackgerrit | Dolph Mathews proposed openstack/keystone: Fix D402: First line should not be the function's "signature" (PEP257) https://review.openstack.org/229839 | 11:44 |
*** lhcheng has joined #openstack-keystone | 11:44 | |
*** ChanServ sets mode: +v lhcheng | 11:44 | |
*** marzif has quit IRC | 11:46 | |
*** lhcheng has quit IRC | 11:49 | |
*** marzif has joined #openstack-keystone | 11:49 | |
*** geoffarnold has quit IRC | 11:51 | |
*** geoffarnold has joined #openstack-keystone | 11:51 | |
*** henrynash has quit IRC | 11:56 | |
*** akscram has joined #openstack-keystone | 12:01 | |
*** markvoelker has joined #openstack-keystone | 12:01 | |
*** gordc has joined #openstack-keystone | 12:01 | |
*** fhubik is now known as fhubik_brb | 12:03 | |
*** errr has quit IRC | 12:04 | |
*** errr has joined #openstack-keystone | 12:06 | |
*** marzif has quit IRC | 12:06 | |
*** marzif has joined #openstack-keystone | 12:07 | |
openstackgerrit | Alexander Makarov proposed openstack/keystone: Expose 1501698 bug https://review.openstack.org/229811 | 12:07 |
*** kiran-r has joined #openstack-keystone | 12:09 | |
*** brad[] has joined #openstack-keystone | 12:09 | |
*** geoffarnold has quit IRC | 12:12 | |
*** geoffarnold has joined #openstack-keystone | 12:13 | |
*** marzif has quit IRC | 12:17 | |
*** jerrygb has quit IRC | 12:17 | |
*** marzif has joined #openstack-keystone | 12:17 | |
*** jaosorior has joined #openstack-keystone | 12:18 | |
*** wwwjfy has quit IRC | 12:19 | |
*** kiran-r has quit IRC | 12:21 | |
openstackgerrit | Dolph Mathews proposed openstack/keystone: Add docstring validation https://review.openstack.org/229689 | 12:22 |
openstackgerrit | Dolph Mathews proposed openstack/keystone: Fix D208: Docstring over indented. (PEP257) https://review.openstack.org/229837 | 12:22 |
openstackgerrit | Dolph Mathews proposed openstack/keystone: Fix D402: First line should not be the function's "signature" (PEP257) https://review.openstack.org/229839 | 12:23 |
openstackgerrit | Dolph Mathews proposed openstack/keystone: Fix D400: First line should end with a period (PEP257) https://review.openstack.org/229846 | 12:23 |
*** wwwjfy has joined #openstack-keystone | 12:23 | |
*** alejandrito has joined #openstack-keystone | 12:27 | |
*** raildo-afk is now known as raildo | 12:28 | |
*** wwwjfy has quit IRC | 12:28 | |
*** dsirrine has joined #openstack-keystone | 12:30 | |
openstackgerrit | Dolph Mathews proposed openstack/keystone: Fix D300: Use """triple double quotes""" (PEP257) https://review.openstack.org/229853 | 12:32 |
*** geoffarnold has quit IRC | 12:34 | |
*** geoffarn_ has joined #openstack-keystone | 12:34 | |
openstackgerrit | Dolph Mathews proposed openstack/keystone: Fix D301: Use r”“” if any backslashes in your docstring (PEP257) https://review.openstack.org/229855 | 12:34 |
*** topol has joined #openstack-keystone | 12:36 | |
*** ChanServ sets mode: +v topol | 12:36 | |
openstackgerrit | Dolph Mathews proposed openstack/keystone: Fix D210: No whitespaces allowed surrounding docstring text (PEP257) https://review.openstack.org/229857 | 12:37 |
*** pnavarro has quit IRC | 12:39 | |
*** pnavarro has joined #openstack-keystone | 12:39 | |
*** mylu has joined #openstack-keystone | 12:39 | |
*** Nirupama has quit IRC | 12:41 | |
*** topol has quit IRC | 12:41 | |
*** stevemar has joined #openstack-keystone | 12:41 | |
*** ChanServ sets mode: +o stevemar | 12:41 | |
*** edmondsw has joined #openstack-keystone | 12:42 | |
*** nicodemos has joined #openstack-keystone | 12:43 | |
*** mylu has quit IRC | 12:44 | |
*** stevemar has quit IRC | 12:46 | |
*** henrynash has joined #openstack-keystone | 12:47 | |
*** ChanServ sets mode: +v henrynash | 12:47 | |
*** stevemar has joined #openstack-keystone | 12:47 | |
*** ChanServ sets mode: +o stevemar | 12:47 | |
*** fhubik_brb is now known as fhubik | 12:49 | |
*** stevemar has quit IRC | 12:52 | |
*** geoffarn_ has quit IRC | 12:55 | |
*** geoffarnold has joined #openstack-keystone | 12:56 | |
*** wwwjfy has joined #openstack-keystone | 12:56 | |
*** richm has joined #openstack-keystone | 13:01 | |
*** richm has quit IRC | 13:06 | |
*** GB21 has joined #openstack-keystone | 13:06 | |
*** GB21_ has joined #openstack-keystone | 13:06 | |
*** GB21_ has quit IRC | 13:06 | |
openstackgerrit | Dolph Mathews proposed openstack/keystone: Fix D200: 1 line docstrings should fit with quotes (PEP257) https://review.openstack.org/229865 | 13:07 |
marekd | dolphm: hi, I am looking at your docstrings and pep257 related chain of patches. So for this patch https://review.openstack.org/#/c/229837/ since your no longer ignore D208 rule, reverting any of the docstring patches also proposed in this patch should make some tests fail - which ones - pep8? | 13:09 |
dolphm | marekd: yes, the patch will fail tox -e pep8 if you revert a change | 13:10 |
dolphm | marekd: the "pep8" job runs all our style lint checks via flake8, and pep8 and pep257 are both plugins to flake8 | 13:11 |
*** hrou has joined #openstack-keystone | 13:11 | |
dolphm | marekd: you do need to pip install -r test-requirements.txt though :) | 13:14 |
marekd | dolphm: -repep8 isn't enough? | 13:14 |
dolphm | marekd: oh, sure | 13:14 |
marekd | tox -repep8 | 13:14 |
*** geoffarnold has quit IRC | 13:16 | |
*** geoffarn_ has joined #openstack-keystone | 13:17 | |
openstackgerrit | Henrique Truta proposed openstack/keystone: Manager support for projects acting as domains https://review.openstack.org/213448 | 13:17 |
*** marzif has quit IRC | 13:20 | |
*** marzif has joined #openstack-keystone | 13:20 | |
marekd | dolphm: ok, before I asked you tox -repep8 didn't actually complain when i reverted some of the docstring changes (even though D208 was no longer ignored), hence my question. I now updated all my pip installed packages and it complains as it should, so it's all okay :-) | 13:22 |
dolphm | marekd: cool | 13:22 |
*** zzzeek has joined #openstack-keystone | 13:23 | |
openstackgerrit | Brant Knudson proposed openstack/keystone: AuthContextMiddleware admin token handling https://review.openstack.org/198931 | 13:24 |
*** marzif has quit IRC | 13:25 | |
*** ayoung has joined #openstack-keystone | 13:25 | |
*** ChanServ sets mode: +v ayoung | 13:25 | |
openstackgerrit | Lance Bragstad proposed openstack/keystone: Consolidate the fernet provider validate_v3_token() https://review.openstack.org/196877 | 13:25 |
openstackgerrit | Lance Bragstad proposed openstack/keystone: Consolidate the fernet provider issue_v2_token() https://review.openstack.org/197647 | 13:25 |
*** csoukup has joined #openstack-keystone | 13:29 | |
*** henrynash has quit IRC | 13:33 | |
*** geoffarn_ is now known as geoffarnold | 13:33 | |
*** jecarey has joined #openstack-keystone | 13:35 | |
*** henrynash has joined #openstack-keystone | 13:36 | |
*** ChanServ sets mode: +v henrynash | 13:36 | |
*** geoffarnold has quit IRC | 13:39 | |
*** fhubik is now known as fhubik_brb | 13:39 | |
*** fhubik_brb is now known as fhubik | 13:42 | |
openstackgerrit | Dolph Mathews proposed openstack/keystone: Fix D202: No blank lines after function docstring (PEP257) https://review.openstack.org/229887 | 13:43 |
*** ngupta has joined #openstack-keystone | 13:44 | |
*** woodster_ has joined #openstack-keystone | 13:48 | |
openstackgerrit | Lance Bragstad proposed openstack/keystone: Expose method list inconsistency in federation api https://review.openstack.org/229125 | 13:53 |
*** stevemar has joined #openstack-keystone | 13:54 | |
*** ChanServ sets mode: +o stevemar | 13:54 | |
openstackgerrit | Merged openstack/keystone: Make __all__ immutable https://review.openstack.org/229656 | 13:56 |
*** links has quit IRC | 13:57 | |
bknudson | __all__ can still be changed at runtime even if it's a tuple. | 13:57 |
bknudson | another module can do module1.__all__ = ('something_else') | 13:57 |
marekd | bknudson: can we prevent it somehow ? | 13:58 |
bknudson | nope | 13:58 |
*** ParsectiX has quit IRC | 13:58 | |
*** phalmos has joined #openstack-keystone | 13:58 | |
marekd | so i guess dolphm's patch is all we can do. | 13:58 |
bknudson | actually, maybe you could but it would require replacing the module with a class. | 13:58 |
*** stevemar has quit IRC | 13:59 | |
*** aix has joined #openstack-keystone | 14:00 | |
*** topol has joined #openstack-keystone | 14:03 | |
*** ChanServ sets mode: +v topol | 14:03 | |
*** exploreshaifali has quit IRC | 14:03 | |
openstackgerrit | Dolph Mathews proposed openstack/keystone: Fix D204: blank line required after class docstring (PEP257) https://review.openstack.org/229898 | 14:05 |
*** EinstCrazy has joined #openstack-keystone | 14:05 | |
*** dims has quit IRC | 14:10 | |
*** Burgosz has quit IRC | 14:11 | |
*** david-lyle has quit IRC | 14:11 | |
*** stevemar has joined #openstack-keystone | 14:11 | |
*** ChanServ sets mode: +o stevemar | 14:11 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:12 | |
*** david-lyle has joined #openstack-keystone | 14:13 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/keystone: Updating sample configuration file https://review.openstack.org/229732 | 14:13 |
openstackgerrit | Lance Bragstad proposed openstack/keystone: Consolidate the fernet provider validate_v3_token() https://review.openstack.org/196877 | 14:14 |
*** diazjf has joined #openstack-keystone | 14:14 | |
openstackgerrit | Lance Bragstad proposed openstack/keystone: Consolidate the fernet provider issue_v2_token() https://review.openstack.org/197647 | 14:14 |
*** richm has joined #openstack-keystone | 14:14 | |
openstackgerrit | Brant Knudson proposed openstack/keystone: AuthContextMiddleware admin token handling https://review.openstack.org/198931 | 14:16 |
*** jsavak has joined #openstack-keystone | 14:17 | |
*** gildub has quit IRC | 14:18 | |
*** urulama has quit IRC | 14:19 | |
*** urulama has joined #openstack-keystone | 14:20 | |
*** erhudy has joined #openstack-keystone | 14:20 | |
dolphm | lbragstad: responded on https://review.openstack.org/#/c/229857/ -- neither of those happen to be docstrings, and were thus ignored by pep257 | 14:20 |
*** henrynash has quit IRC | 14:21 | |
*** jsavak has quit IRC | 14:21 | |
lbragstad | dolphm: cool, that makes sense | 14:22 |
lbragstad | dolphm: thanks for cleaning all this up | 14:22 |
*** jsavak has joined #openstack-keystone | 14:22 | |
*** fhubik is now known as fhubik_brb | 14:23 | |
stevemar | dsirrine: poke | 14:23 |
stevemar | whoops | 14:23 |
stevemar | dstanek: ^ | 14:24 |
*** EinstCrazy has quit IRC | 14:24 | |
stevemar | dstanek: is there a patch missing from the listed ones here: https://blueprints.launchpad.net/keystone/+spec/remove-py26-hacks | 14:24 |
*** fhubik_brb is now known as fhubik | 14:24 | |
*** fhubik has quit IRC | 14:24 | |
openstackgerrit | Dolph Mathews proposed openstack/keystone: Promote an arbitrary string to be a docstring https://review.openstack.org/229916 | 14:29 |
dolphm | lbragstad: happy to. here's the fix ^ | 14:30 |
*** jsavak has quit IRC | 14:31 | |
dolphm | anyone know Tom Cocozzello's IRC nick? | 14:33 |
*** su_zhang_ has joined #openstack-keystone | 14:33 | |
raildo | dolphm, tjcocozz | 14:33 |
dolphm | raildo: thanks | 14:34 |
tjcocozz | tjcocozz | 14:34 |
dolphm | is Dave Chen just "Dave"? if so, that's impressive | 14:34 |
dolphm | tjcocozz: responded to your comments on https://review.openstack.org/#/c/229857/ | 14:34 |
Dave | nope, I'm just the guy who keeps getting highlighted by openstackgerrit | 14:36 |
tjcocozz | Looking | 14:36 |
HenryG | Hi, I am hitting the paste "ImportError: cannot import name deploy" issue with keystone when running devstack on ubuntu 14.04 | 14:38 |
HenryG | What is the correct way for paste and/or paste.deploy to be installed in the system? | 14:38 |
*** jsavak has joined #openstack-keystone | 14:39 | |
*** stevemar has quit IRC | 14:41 | |
*** stevemar has joined #openstack-keystone | 14:42 | |
*** ChanServ sets mode: +o stevemar | 14:42 | |
*** slberger has joined #openstack-keystone | 14:42 | |
john5223 | Did 2 factor auth make it into kilo after all? | 14:46 |
*** stevemar has quit IRC | 14:46 | |
*** stevemar has joined #openstack-keystone | 14:46 | |
*** ChanServ sets mode: +o stevemar | 14:46 | |
*** phalmos has quit IRC | 14:48 | |
*** ngupta has quit IRC | 14:49 | |
bknudson | john5223: keystone has had support for multiple auth plugins for several releases. | 14:49 |
*** stevemar_ has joined #openstack-keystone | 14:49 | |
*** ChanServ sets mode: +o stevemar_ | 14:49 | |
bknudson | I think there was a blueprint for kilo that was about using google authenticator that was proposed but nobody worked on it. | 14:50 |
lbragstad | stevemar: I responded to your comments here - https://review.openstack.org/#/c/229125/ | 14:50 |
*** stevemar has quit IRC | 14:51 | |
wwwjfy | HenryG: I met the problem some time ago. It turned out that Paste and PasteDeploy were installed in /usr and /usr/local separately. It works after I uninstalled both and reinstall. | 14:52 |
wwwjfy | might help | 14:52 |
*** ngupta has joined #openstack-keystone | 14:52 | |
HenryG | wwwjfy: yay, that worked! thanks! | 14:55 |
*** stevemar has joined #openstack-keystone | 14:55 | |
*** ChanServ sets mode: +o stevemar | 14:55 | |
wwwjfy | :) | 14:55 |
*** tonytan4ever has joined #openstack-keystone | 14:56 | |
*** geoffarnold has joined #openstack-keystone | 14:56 | |
*** stevemar_ has quit IRC | 14:58 | |
*** EinstCrazy has joined #openstack-keystone | 15:01 | |
*** jsavak has quit IRC | 15:02 | |
*** henrynash has joined #openstack-keystone | 15:03 | |
*** ChanServ sets mode: +v henrynash | 15:03 | |
*** jsavak has joined #openstack-keystone | 15:05 | |
*** henrynash has quit IRC | 15:05 | |
*** wolsen has joined #openstack-keystone | 15:05 | |
stevemar | bknudson: https://review.openstack.org/#/c/228120/ | 15:05 |
*** sdake has joined #openstack-keystone | 15:06 | |
bknudson | stevemar: change in master: https://review.openstack.org/#/c/227473/ | 15:07 |
*** agireud has joined #openstack-keystone | 15:08 | |
*** jsavak has quit IRC | 15:09 | |
openstackgerrit | Lance Bragstad proposed openstack/keystone-specs: Add even more clarity to scope docs https://review.openstack.org/229949 | 15:09 |
lbragstad | bknudson: addressed your comments from https://review.openstack.org/#/c/224792/4 | 15:10 |
bknudson | lbragstad: ok, it's merged already | 15:10 |
*** sdake_ has quit IRC | 15:10 | |
lbragstad | bknudson: yep, i put up a new patch | 15:10 |
lbragstad | bknudson: see - https://review.openstack.org/229949 | 15:10 |
openstackgerrit | Alexander Makarov proposed openstack/keystone: Expose 1501698 bug https://review.openstack.org/229811 | 15:12 |
*** jsavak has joined #openstack-keystone | 15:12 | |
john5223 | bknudson, thanks thats what i was wondering for google authenticator. I'll go ahead and write my own | 15:14 |
*** tonytan4ever has quit IRC | 15:14 | |
*** jsavak has quit IRC | 15:16 | |
*** jsavak has joined #openstack-keystone | 15:18 | |
*** jerrygb has joined #openstack-keystone | 15:19 | |
*** jerrygb has quit IRC | 15:19 | |
*** jerrygb has joined #openstack-keystone | 15:19 | |
dstanek | stevemar: I'll verify | 15:21 |
*** arunkant_ has joined #openstack-keystone | 15:21 | |
*** jsavak has quit IRC | 15:23 | |
*** jsavak has joined #openstack-keystone | 15:24 | |
*** tonytan4ever has joined #openstack-keystone | 15:27 | |
*** pnavarro has quit IRC | 15:28 | |
*** jsavak has quit IRC | 15:29 | |
*** jsavak has joined #openstack-keystone | 15:30 | |
*** dims has joined #openstack-keystone | 15:30 | |
*** slberger1 has joined #openstack-keystone | 15:31 | |
*** slberger has quit IRC | 15:33 | |
*** jsavak has quit IRC | 15:34 | |
*** jsavak has joined #openstack-keystone | 15:34 | |
*** EinstCrazy has quit IRC | 15:36 | |
*** wwwjfy has quit IRC | 15:39 | |
openstackgerrit | Ronald Bradford proposed openstack/oslo.policy: Fix coverage configuration and execution https://review.openstack.org/229968 | 15:40 |
*** spandhe has joined #openstack-keystone | 15:40 | |
*** pnavarro has joined #openstack-keystone | 15:41 | |
*** spandhe_ has joined #openstack-keystone | 15:43 | |
*** phalmos has joined #openstack-keystone | 15:44 | |
*** spandhe has quit IRC | 15:44 | |
*** spandhe_ is now known as spandhe | 15:44 | |
*** tonytan4ever has quit IRC | 15:47 | |
*** phalmos has quit IRC | 15:50 | |
*** spandhe has quit IRC | 15:53 | |
*** e0ne has quit IRC | 15:53 | |
*** phalmos has joined #openstack-keystone | 15:55 | |
*** nisha has joined #openstack-keystone | 15:56 | |
*** lhcheng has joined #openstack-keystone | 15:57 | |
*** ChanServ sets mode: +v lhcheng | 15:57 | |
*** alejandrito has quit IRC | 15:58 | |
*** su_zhang_ has quit IRC | 16:02 | |
*** wwwjfy has joined #openstack-keystone | 16:03 | |
*** alejandrito has joined #openstack-keystone | 16:05 | |
*** jaosorior has quit IRC | 16:07 | |
*** tonytan4ever has joined #openstack-keystone | 16:10 | |
*** thiagop has joined #openstack-keystone | 16:10 | |
*** r-daneel has joined #openstack-keystone | 16:13 | |
*** _cjones_ has quit IRC | 16:16 | |
*** jasonsb_ has joined #openstack-keystone | 16:20 | |
*** jaosorior has joined #openstack-keystone | 16:20 | |
*** stevemar_ has joined #openstack-keystone | 16:25 | |
*** ChanServ sets mode: +o stevemar_ | 16:25 | |
*** stevemar has quit IRC | 16:27 | |
*** jistr has quit IRC | 16:29 | |
*** _cjones_ has joined #openstack-keystone | 16:32 | |
*** erhudy has quit IRC | 16:39 | |
*** mylu has joined #openstack-keystone | 16:42 | |
*** amit213 has joined #openstack-keystone | 16:43 | |
*** tonytan4ever has quit IRC | 16:45 | |
samueldmq | hey folks, nisha is an outreachy aspirant and she wants to contribute to Keystone | 16:49 |
samueldmq | the program will be from December to March, but she will keep contributing from now, so she can get more familiar with the project | 16:50 |
samueldmq | and besides giving more changes to have the project accepted,she will have a better knwoledge when the program officially starts | 16:51 |
*** browne has joined #openstack-keystone | 16:51 | |
dstanek | welcome nisha | 16:51 |
samueldmq | I signed up for being her mentor | 16:51 |
samueldmq | https://review.openstack.org/#/c/229757/ - this is her first patch | 16:51 |
samueldmq | :) | 16:51 |
nisha | Hello everyone, yeah I would really like to keep in touch and keep contributing | 16:52 |
nisha | hey dstanek :) | 16:52 |
samueldmq | I would appreciate a couple of more eyes on that review, very simple and looks neat | 16:52 |
*** e0ne has joined #openstack-keystone | 16:54 | |
*** e0ne has quit IRC | 16:55 | |
*** jsavak has quit IRC | 16:55 | |
*** markvoelker has quit IRC | 16:55 | |
*** jsavak has joined #openstack-keystone | 16:55 | |
*** markvoelker has joined #openstack-keystone | 16:56 | |
*** geoffarnold has quit IRC | 16:56 | |
*** ankita_wagh has joined #openstack-keystone | 16:57 | |
nisha | thanks samueldmq really grateful to you. I would love to make any required changes, am all ears for suggestions :) | 16:59 |
openstackgerrit | Dolph Mathews proposed openstack/python-keystoneclient: Make __all__ immutable https://review.openstack.org/230020 | 17:02 |
openstackgerrit | Dolph Mathews proposed openstack/python-keystoneclient: Add docstring validation https://review.openstack.org/230021 | 17:02 |
*** sdake_ has joined #openstack-keystone | 17:02 | |
nisha | I will try my best and keep contributing. I feel lucky to work with the amazing pool of talented people in keystone. | 17:02 |
*** dims_ has joined #openstack-keystone | 17:03 | |
samueldmq | nisha: reviewing code is another good exercise, you can log in at review.openstack.org and look for changes in the keystone project | 17:03 |
samueldmq | nisha: yes indeed, we have a great team here :) | 17:03 |
*** sdake_ has quit IRC | 17:04 | |
samueldmq | nisha: we also have weekly meeting in #openstack-meeting at 18:00 UTC on Tuesdays | 17:04 |
*** jerrygb has quit IRC | 17:04 | |
*** dims has quit IRC | 17:04 | |
nisha | yeah, I got to know about that on monday, and joined the channel but I couldn't understand that much the talk in the meeting. I have a lot to learn | 17:05 |
samueldmq | nisha: in the review system, you can review the code, put comments/questions and then vote +1/-1 | 17:05 |
samueldmq | nisha: people on the core team can vote +2 (the check symbol you can see on your change from henrynash) | 17:05 |
*** sdake has quit IRC | 17:05 | |
samueldmq | nisha: having +2 from 2 core reviewers from different organizations is the general rule for merging the code | 17:06 |
nisha | yeah, samueldmq can you please tell me if there is any way by which I can know which are the basic reviews like easy bugs(low hanging fruits). So, that I can learn step by step | 17:06 |
openstackgerrit | Henrique Truta proposed openstack/keystone: Add is_domain parameter to get_project_by_name https://review.openstack.org/210600 | 17:06 |
nisha | Ohh, that's really nice. :D | 17:06 |
samueldmq | nisha: and the core reviewers are the ones you can see in this list https://launchpad.net/~keystone-drivers/+members#active | 17:07 |
samueldmq | nisha: you can look at the patch title/description (and how big it is etc) so you start with the smaller ones | 17:08 |
samueldmq | nisha: you can make suggestions regarding python, formatting, ask questions, etc | 17:09 |
dstanek | samueldmq: the +2s can be from the same org | 17:09 |
dstanek | what we don't want to do is have both reviewers and the submitter from the same org | 17:10 |
samueldmq | nisha: btw, did you receive an email notification from your change ? as it already had a +2, dstanek just reviewed, gave another +2 and workflow+1, and that will be merged | 17:10 |
nisha | samueldmq, Alright, I will look around then the reviews | 17:10 |
samueldmq | dstanek: okay, I didn't know, thanks for clarifying (cc nisha ^) | 17:10 |
nisha | yeah, samueldmq I got email notifications | 17:10 |
nisha | Yeah, thanks dstanek :) | 17:11 |
dstanek | nisha: no problem | 17:11 |
*** su_zhang_ has joined #openstack-keystone | 17:12 | |
openstackgerrit | Dolph Mathews proposed openstack/keystonemiddleware: Make __all__ immutable https://review.openstack.org/230025 | 17:17 |
openstackgerrit | Dolph Mathews proposed openstack/keystonemiddleware: Add docstring validation https://review.openstack.org/230026 | 17:17 |
*** stevemar_ has quit IRC | 17:18 | |
*** samleon has joined #openstack-keystone | 17:24 | |
*** jsavak has quit IRC | 17:24 | |
*** jsavak has joined #openstack-keystone | 17:25 | |
openstackgerrit | Henrique Truta proposed openstack/keystone: Restricting domain_id update https://review.openstack.org/207218 | 17:25 |
*** pnavarro has quit IRC | 17:25 | |
*** geoffarnold has joined #openstack-keystone | 17:29 | |
*** su_zhan__ has joined #openstack-keystone | 17:31 | |
*** su_zhan__ has quit IRC | 17:33 | |
*** su_zhan__ has joined #openstack-keystone | 17:33 | |
*** su_zhang_ has quit IRC | 17:34 | |
*** alejandrito has quit IRC | 17:36 | |
*** jasonsb_ has quit IRC | 17:36 | |
*** jasonsb has joined #openstack-keystone | 17:37 | |
*** mylu has quit IRC | 17:37 | |
*** alejandrito has joined #openstack-keystone | 17:38 | |
*** jaosorior has quit IRC | 17:38 | |
openstackgerrit | Dolph Mathews proposed openstack/keystoneauth: Make __all__ immutable https://review.openstack.org/230034 | 17:40 |
openstackgerrit | Dolph Mathews proposed openstack/keystoneauth: Add docstring validation https://review.openstack.org/230035 | 17:40 |
*** jsavak has quit IRC | 17:40 | |
*** jaosorior has joined #openstack-keystone | 17:42 | |
*** jsavak has joined #openstack-keystone | 17:45 | |
*** alejandrito has quit IRC | 17:46 | |
*** topol has quit IRC | 17:47 | |
*** alejandrito has joined #openstack-keystone | 17:47 | |
*** geoffarnold has quit IRC | 17:48 | |
openstackgerrit | Dolph Mathews proposed openstack/keystoneauth-saml2: Add docstring validation https://review.openstack.org/230039 | 17:50 |
*** jsavak has quit IRC | 17:51 | |
*** jsavak has joined #openstack-keystone | 17:51 | |
openstackgerrit | Henrique Truta proposed openstack/keystone: Improving domain_id update tests https://review.openstack.org/230042 | 17:52 |
*** dsirrine has quit IRC | 17:52 | |
lhcheng | marekd: see line: 56-59 for some ideas how zk can be used in keystone: https://etherpad.openstack.org/p/openstack-performance-issues | 17:52 |
*** dsirrine has joined #openstack-keystone | 17:55 | |
*** amakarov is now known as amakarov_away | 17:56 | |
*** tonytan4ever has joined #openstack-keystone | 17:56 | |
openstackgerrit | Dolph Mathews proposed openstack/python-keystoneclient-kerberos: Make __all__ immutable https://review.openstack.org/230045 | 17:57 |
*** jecarey_ has joined #openstack-keystone | 17:57 | |
*** urulama has quit IRC | 17:59 | |
*** urulama has joined #openstack-keystone | 17:59 | |
*** jecarey has quit IRC | 18:00 | |
*** jasonsb has quit IRC | 18:02 | |
*** jasonsb has joined #openstack-keystone | 18:02 | |
*** doug-fish is now known as duct-tape-wannab | 18:03 | |
*** duct-tape-wannab is now known as ducttape-wannabe | 18:03 | |
*** jasonsb has quit IRC | 18:04 | |
*** jasonsb has joined #openstack-keystone | 18:04 | |
*** nisha_ has joined #openstack-keystone | 18:05 | |
*** su_zhan__ is now known as su_zhang_ | 18:08 | |
*** nisha has quit IRC | 18:08 | |
*** browne has quit IRC | 18:10 | |
openstackgerrit | Dolph Mathews proposed openstack/python-keystoneclient-kerberos: Add docstring validation https://review.openstack.org/230059 | 18:10 |
*** zzzeek has quit IRC | 18:15 | |
*** su_zhang_ has quit IRC | 18:15 | |
*** zzzeek has joined #openstack-keystone | 18:15 | |
openstackgerrit | Merged openstack/keystone: Replace sqlalchemy-migrate occurences from code.google to github https://review.openstack.org/229757 | 18:16 |
*** topol has joined #openstack-keystone | 18:16 | |
*** ChanServ sets mode: +v topol | 18:16 | |
*** su_zhang_ has joined #openstack-keystone | 18:16 | |
*** jbell8 has joined #openstack-keystone | 18:18 | |
openstackgerrit | Dolph Mathews proposed openstack/python-keystoneclient: Make __all__ immutable https://review.openstack.org/230020 | 18:18 |
openstackgerrit | Dolph Mathews proposed openstack/python-keystoneclient: Add docstring validation https://review.openstack.org/230021 | 18:18 |
*** su_zhang_ has quit IRC | 18:20 | |
*** topol has quit IRC | 18:20 | |
*** su_zhang_ has joined #openstack-keystone | 18:21 | |
openstackgerrit | Dolph Mathews proposed openstack/keystoneauth: Make __all__ immutable https://review.openstack.org/230034 | 18:21 |
openstackgerrit | Dolph Mathews proposed openstack/keystoneauth: Add docstring validation https://review.openstack.org/230035 | 18:21 |
openstackgerrit | Brant Knudson proposed openstack/keystone: Fix use of TokenNotFound https://review.openstack.org/227004 | 18:21 |
dolphm | is there any way to make tox -e py27 "quiet"? or at least, not output so much for every test as they run? | 18:25 |
openstackgerrit | Dolph Mathews proposed openstack/keystone: Fix D202: No blank lines after function docstring (PEP257) https://review.openstack.org/229887 | 18:25 |
openstackgerrit | Dolph Mathews proposed openstack/keystone: Fix D204: blank line required after class docstring (PEP257) https://review.openstack.org/229898 | 18:25 |
openstackgerrit | Dolph Mathews proposed openstack/keystone: Promote an arbitrary string to be a docstring https://review.openstack.org/229916 | 18:25 |
*** jsavak has quit IRC | 18:26 | |
*** aix has quit IRC | 18:26 | |
*** jsavak has joined #openstack-keystone | 18:26 | |
dolphm | testr run --quiet :D | 18:26 |
*** marzif has joined #openstack-keystone | 18:27 | |
*** jaosorior has quit IRC | 18:29 | |
*** su_zhang_ has quit IRC | 18:30 | |
*** su_zhang_ has joined #openstack-keystone | 18:30 | |
*** openstackgerrit has quit IRC | 18:31 | |
*** openstackgerrit has joined #openstack-keystone | 18:32 | |
*** topol has joined #openstack-keystone | 18:32 | |
*** ChanServ sets mode: +v topol | 18:32 | |
*** nisha_ has quit IRC | 18:35 | |
*** nisha has joined #openstack-keystone | 18:35 | |
*** jsavak has quit IRC | 18:35 | |
*** jsavak has joined #openstack-keystone | 18:36 | |
*** topol has quit IRC | 18:38 | |
*** tonytan4ever has quit IRC | 18:40 | |
*** marzif has quit IRC | 18:45 | |
*** tonytan4ever has joined #openstack-keystone | 18:50 | |
*** su_zhang_ has quit IRC | 18:53 | |
openstackgerrit | Brant Knudson proposed openstack/keystone: Fix use of TokenNotFound https://review.openstack.org/227004 | 18:54 |
*** browne has joined #openstack-keystone | 18:56 | |
*** nisha_ has joined #openstack-keystone | 18:57 | |
*** nisha has quit IRC | 19:00 | |
*** jsavak has quit IRC | 19:01 | |
*** jsavak has joined #openstack-keystone | 19:01 | |
*** nisha_ has quit IRC | 19:02 | |
*** gordc has quit IRC | 19:04 | |
*** stevemar has joined #openstack-keystone | 19:04 | |
*** ChanServ sets mode: +o stevemar | 19:04 | |
*** ducttape-wannabe is now known as doug-fish | 19:06 | |
*** jsavak has quit IRC | 19:08 | |
*** jsavak has joined #openstack-keystone | 19:09 | |
*** david-lyle has quit IRC | 19:18 | |
jbell8 | Hey all. What should be the permissions on the fernet-keys directory and the keys themselves? I have 700 for directory and 600 for the keys | 19:22 |
lbragstad | jbell8: the OpenStack Ansible project has some guidance there... | 19:23 |
lbragstad | jbell8: let me do some checking | 19:23 |
jbell8 | lbragstad: thanks! googling now as well | 19:24 |
*** ankita_wagh has quit IRC | 19:25 | |
lbragstad | jbell8: it should be in here somewhere - https://github.com/openstack/openstack-ansible/tree/master/playbooks/roles/os_keystone/tasks | 19:25 |
*** david-lyle has joined #openstack-keystone | 19:27 | |
odyssey4me | jbell8 lbragstad this is what you're after: https://github.com/openstack/openstack-ansible/blob/master/playbooks/roles/os_keystone/tasks/keystone_pre_install.yml#L73 | 19:28 |
lbragstad | odyssey4me: ah, yes! thank you | 19:29 |
odyssey4me | that's the directory for the keys - we let keystone create the keys with whatever else is there | 19:29 |
jbell8 | odyssey4me: awesome, thanks! | 19:29 |
odyssey4me | um, with whatever perms - either set by keystone or as a default | 19:29 |
jbell8 | odyssey4me lbragstad tyvm for the help, i appreciate it =) | 19:30 |
jbell8 | it looks like its 2750 with keystone as user and group | 19:30 |
odyssey4me | jbell8 if you find that we can do better we'd love to know :) more eyes are always good | 19:30 |
odyssey4me | but we can confirm that works | 19:30 |
odyssey4me | jbell8 yes, that's correct | 19:30 |
*** GB21 has quit IRC | 19:31 | |
*** piyanai has joined #openstack-keystone | 19:33 | |
*** tellesnobrega has quit IRC | 19:33 | |
*** jsavak has quit IRC | 19:33 | |
*** jsavak has joined #openstack-keystone | 19:34 | |
lbragstad | jbell8: no problem, hope it works for you | 19:34 |
*** topol has joined #openstack-keystone | 19:34 | |
*** ChanServ sets mode: +v topol | 19:34 | |
jbell8 | odyssey4me lbragstad: /etc/keystone/fernet-keys is definitely 2750 now, but I'm still getting "Either [fernet_tokens] key_repository does not exist or Keystone does not have sufficient permission to access it: /etc/keystone/fernet-keys/" | 19:37 |
jbell8 | as the error message in /var/log/keystone/keystone.log | 19:37 |
odyssey4me | jbell8 is keystone running as a keystone user, and keystone group? | 19:37 |
odyssey4me | running behind apache? | 19:37 |
*** annasort has joined #openstack-keystone | 19:38 | |
*** henrynash has joined #openstack-keystone | 19:39 | |
*** ChanServ sets mode: +v henrynash | 19:39 | |
*** nisha has joined #openstack-keystone | 19:39 | |
jbell8 | odyssey4me: there are about 20 keystone-all processes, all owned by the keystone user | 19:39 |
*** nisha has quit IRC | 19:40 | |
odyssey4me | jbell8 oh dear, that sounds like you may be using eventlet? it's been ages since I've done that | 19:41 |
odyssey4me | unfortunately I need to run, time for me to get dinner - I hope you figure it out, feel free to ping me tomorrow if you're still stuck | 19:41 |
jbell8 | thanks, i appreciate the help =) | 19:43 |
jbell8 | odyssey4me have a good night | 19:43 |
*** itlinux has joined #openstack-keystone | 19:44 | |
*** knikolla has joined #openstack-keystone | 19:48 | |
*** su_zhang_ has joined #openstack-keystone | 19:51 | |
*** mylu has joined #openstack-keystone | 19:52 | |
*** mylu has quit IRC | 19:54 | |
*** gordc has joined #openstack-keystone | 19:55 | |
*** jsavak has quit IRC | 19:57 | |
*** topol has quit IRC | 20:00 | |
bknudson | don't we already have a bunch of code for converting a v3 catalog to a v2 catalog for tokens? http://git.openstack.org/cgit/openstack/keystone/tree/keystone/token/providers/common.py#n107 | 20:00 |
bknudson | seems like we shouldn't have to implement that all over again. | 20:01 |
edmondsw | bknudson, what new thing are you saying that would be used for? | 20:02 |
bknudson | edmondsw: https://review.openstack.org/#/c/215870/ -- "Show v3 endpoints in v2 endpoint list" | 20:02 |
bknudson | maybe we've just got 3 or 4 different ways to represent catalogs / endpoints | 20:03 |
*** jsavak has joined #openstack-keystone | 20:03 | |
openstackgerrit | werner mendizabal proposed openstack/keystone: Test pull-request builder https://review.openstack.org/230114 | 20:04 |
edmondsw | bknudson, looks like that is trying to do what I had proposed and later had to abandon about treating the v3 public id as the v2 id | 20:04 |
bknudson | edmondsw: you had a fix for https://launchpad.net/bugs/1480270 ? | 20:04 |
openstack | Launchpad bug 1480270 in Keystone "Can't get v3 endpoints with v2 in command line" [High,In progress] - Assigned to Tony Wang (muyu) | 20:05 |
edmondsw | no, it was a different but... looking for it now | 20:05 |
*** tellesnobrega has joined #openstack-keystone | 20:05 | |
bknudson | it seems like we're seeing the same problem in a lot of places. | 20:05 |
bknudson | edmondsw: was your change for the v2 token response? | 20:06 |
*** jsavak has quit IRC | 20:07 | |
*** jsavak has joined #openstack-keystone | 20:08 | |
edmondsw | bknudson https://bugs.launchpad.net/keystonemiddleware/+bug/1421858 | 20:09 |
openstack | Launchpad bug 1421858 in keystonemiddleware "v3 to v2 catalog conversion missing id" [Undecided,Invalid] - Assigned to Matthew Edmonds (edmondsw) | 20:09 |
bknudson | edmondsw: oh, right, we have to reimplement it in the middleware too | 20:10 |
edmondsw | this was the fix: https://review.openstack.org/#/c/164826/ | 20:10 |
edmondsw | if we need to revive it, let me know | 20:10 |
bknudson | we should deprecate providing the v2 catalog from the middleware. | 20:10 |
bknudson | applications should be able to switch to the v3 catalog by now. | 20:11 |
edmondsw | we should deprecate v2 entirely | 20:11 |
bknudson | y, that's another thing that didn't happen last release. | 20:11 |
edmondsw | again | 20:11 |
bknudson | it's deja vu all over again | 20:11 |
edmondsw | I'm trying to convince defcore not to mark v2 as advisory (on its way to required) | 20:11 |
edmondsw | we shouldn't even be considering that | 20:11 |
bknudson | I thought morganfainberg already convinced them of that. | 20:12 |
edmondsw | if so, I'm not seeing it here: https://review.openstack.org/#/c/213330/6 | 20:12 |
hogepodge | edmondsw: margan: I've been advocating for v2 and v3 being advisory on the advise of morgan. Maybe I was mistaken? | 20:12 |
edmondsw | v3 should be... v2 should not | 20:12 |
morgan | Hmm? | 20:12 |
hogepodge | my preference is to drop v2. The pain of supporting two api versions is great, and is a plague across openstack | 20:13 |
edmondsw | amen | 20:13 |
bknudson | hogepodge: a good reason to avoid v2 is there's a security problem with it that we're not going to fix. | 20:13 |
bknudson | (tokens in the path) | 20:13 |
bknudson | the url | 20:13 |
edmondsw | well, we did fix it... we came up with v3 | 20:13 |
edmondsw | :) | 20:14 |
morgan | Strictly from an initial defcore perspective v2 and v3 were needed. I think we can safely drop v2 now as it will be (please please please) deprecated in mitaka | 20:14 |
edmondsw | stevemar ^ please make that happen | 20:14 |
bknudson | we're too busy with new features. | 20:15 |
* morgan likes that stevemar is being pinged for that now >.> | 20:15 | |
bknudson | and trying to figure out how to get new features to work with v2 | 20:15 |
edmondsw | morgan, oddly enough, v2 isn't part of defcore yet... they're trying to add it here: https://review.openstack.org/#/c/213330/6 | 20:15 |
morgan | edmondsw: it was/is part of the designated sections | 20:15 |
morgan | Maybe not fully featured/scored on until that^ | 20:16 |
edmondsw | morgan so just not tested? have a link? | 20:16 |
morgan | https://github.com/openstack/defcore/blob/master/2016.next.json#L2004 | 20:18 |
morgan | At the end saying v2 and v3 where applicianle | 20:18 |
morgan | Applicable* | 20:19 |
hogepodge | edmondsw: it is. v2 and v3 actually | 20:19 |
hogepodge | we want to add discovery features | 20:19 |
edmondsw | so it was designated but defcore wasn't testing it for compliance... nice | 20:21 |
hogepodge | edmondsw: what do you mean? | 20:22 |
edmondsw | well, you're just adding the first test in the commit I linked above | 20:22 |
*** nicodemos has quit IRC | 20:23 | |
*** ankita_wagh has joined #openstack-keystone | 20:26 | |
*** piyanai has quit IRC | 20:27 | |
stevemar | edmondsw: that's the first thing i want to do :) | 20:27 |
openstackgerrit | Iury Gregory Melo Ferreira proposed openstack/keystone-specs: Expand endpoint filters to service providers https://review.openstack.org/188534 | 20:27 |
edmondsw | oh, nm that last... I had overlooked this: https://github.com/openstack/defcore/blob/master/2016.next.json#L18 | 20:27 |
*** tellesnobrega has quit IRC | 20:27 | |
edmondsw | hogepodge ^ | 20:28 |
edmondsw | stevemar, Thank you! | 20:28 |
stevemar | morgan: i think we need a refresh of ksm | 20:28 |
morgan | stevemar: in what way? | 20:28 |
morgan | stevemar: and that is easy-ish to do | 20:29 |
edmondsw | stevemar, at least once v2 is deprecated, if not now, we should start working on getting it out of defcore | 20:29 |
*** geoffarnold has joined #openstack-keystone | 20:29 | |
*** piyanai has joined #openstack-keystone | 20:29 | |
stevemar | morgan: https://review.openstack.org/#/q/keystonemiddleware+branch:stable/liberty,n,z | 20:29 |
stevemar | edmondsw: do you need that fix in kilo? | 20:30 |
edmondsw | stevemar, yeah | 20:30 |
*** geoffarn_ has joined #openstack-keystone | 20:30 | |
* stevemar grumbles | 20:30 | |
*** geoffarnold has quit IRC | 20:33 | |
marekd | lhcheng: thanks! where is that coming from? | 20:33 |
marekd | lhcheng: i see my teammate is involved into that | 20:34 |
*** tellesnobrega has joined #openstack-keystone | 20:34 | |
*** knikolla has quit IRC | 20:36 | |
marekd | lhcheng: the topic is interesting in general - do you have any more news? | 20:41 |
*** markvoelker has quit IRC | 20:46 | |
*** markvoelker has joined #openstack-keystone | 20:46 | |
*** markvoelker has quit IRC | 20:47 | |
*** markvoelker has joined #openstack-keystone | 20:47 | |
*** ekarlso has quit IRC | 20:55 | |
*** geoffarn_ has quit IRC | 20:55 | |
*** geoffarnold has joined #openstack-keystone | 20:56 | |
*** ekarlso has joined #openstack-keystone | 20:58 | |
dstanek | morgan: i tried to deprecate it a year ago :-) | 20:59 |
*** gildub has joined #openstack-keystone | 21:00 | |
*** jbell8 has quit IRC | 21:00 | |
*** itlinux has quit IRC | 21:01 | |
*** itlinux has joined #openstack-keystone | 21:01 | |
*** jbell8 has joined #openstack-keystone | 21:01 | |
*** jbell8 has quit IRC | 21:02 | |
*** jsavak has quit IRC | 21:02 | |
*** jsavak has joined #openstack-keystone | 21:03 | |
*** jsavak has quit IRC | 21:04 | |
*** geoffarnold has quit IRC | 21:17 | |
*** geoffarnold has joined #openstack-keystone | 21:17 | |
*** jsavak has joined #openstack-keystone | 21:19 | |
openstackgerrit | Jamie Lennox proposed openstack/python-keystoneclient: Redirect on 303 in SAML plugin https://review.openstack.org/230151 | 21:19 |
*** raildo is now known as raildo-afk | 21:25 | |
stevemar | jamielennox: is that necessary for liberty? ^ | 21:26 |
jamielennox | stevemar: i would like to get it all the way back to kilo | 21:26 |
stevemar | jamielennox: nod | 21:26 |
stevemar | looks solid | 21:26 |
jamielennox | i don't know if there's anything that needs to rush for that as it's all released now right? | 21:26 |
*** jsavak has quit IRC | 21:27 | |
*** jsavak has joined #openstack-keystone | 21:28 | |
*** jecarey_ has quit IRC | 21:28 | |
jamielennox | stevemar: i always end up messing with deep federation stuff about a year after it's cool | 21:28 |
stevemar | jamielennox: i've noticed | 21:29 |
marekd | jamielennox: hehe | 21:30 |
jamielennox | still up marekd? above should be an easy one | 21:30 |
marekd | jamielennox: still about up, let me see | 21:31 |
*** phalmos has quit IRC | 21:32 | |
marekd | jamielennox: stevemar we should also add that to ksa | 21:33 |
jamielennox | jamielennox: yea, i'll need to cherry-pick it to a couple of places | 21:33 |
jamielennox | did that to myself? | 21:33 |
jamielennox | marekd: ^ | 21:33 |
jamielennox | marekd: i want to do liberty, kilo, ksa - and i don't know if we will have a ksa-libery | 21:34 |
*** e0ne has joined #openstack-keystone | 21:34 | |
marekd | uhm | 21:34 |
marekd | jamielennox: i approved | 21:35 |
jamielennox | that's just about a record for me i think | 21:36 |
marekd | jamielennox: i approved the patch :-) | 21:36 |
marekd | ^^ that's what i meant | 21:36 |
jamielennox | marekd: yea, i meant a record for me in proposed -> approved in client | 21:37 |
*** john5223 is now known as zz_john5223 | 21:38 | |
*** geoffarnold has quit IRC | 21:38 | |
*** boris-42 has joined #openstack-keystone | 21:38 | |
*** geoffarnold has joined #openstack-keystone | 21:38 | |
marekd | ah,ok | 21:40 |
openstackgerrit | Merged openstack/keystone: Fix unreachable code in test_v3 module https://review.openstack.org/210365 | 21:42 |
stevemar | bknudson: hey dude, can you check this kilo backport: https://review.openstack.org/#/q/I2e487fb02c9171f743ecc1f4f230b29a5e96212d,n,z | 21:43 |
stevemar | i had to do some mangling | 21:43 |
*** david-lyle has quit IRC | 21:43 | |
*** piyanai has quit IRC | 21:44 | |
stevemar | dolphm: morgan this should be the last one for rc2 :) https://review.openstack.org/#/c/230160/ | 21:46 |
*** gordc has quit IRC | 21:46 | |
*** ayoung has quit IRC | 21:46 | |
morgan | stevemar: and translations? | 21:47 |
stevemar | so morgan, there is already a translation patch in liberty, but i think you are referring to: https://review.openstack.org/#/c/227473/1 | 21:48 |
stevemar | is that correct? | 21:48 |
morgan | No. | 21:48 |
morgan | Actual imports from zanata | 21:49 |
stevemar | morgan: that is already in | 21:49 |
morgan | The one you referenced was a cleanup thing | 21:49 |
stevemar | morgan: https://review.openstack.org/#/c/228120/ | 21:49 |
morgan | Oh ok. I didnt see it so just was making sure | 21:49 |
stevemar | morgan: we still need to backport the cleanup | 21:50 |
openstackgerrit | Steve Martinelli proposed openstack/keystone: Updating sample configuration file https://review.openstack.org/229732 | 21:50 |
openstackgerrit | Merged openstack/keystone: Show v3 endpoints in v2 endpoint list https://review.openstack.org/215870 | 21:51 |
stevemar | morgan: this is the only one left in master: https://review.openstack.org/#/c/228119/ and it's got no changes in there | 21:51 |
stevemar | well, relatively no changes | 21:51 |
*** urulama has quit IRC | 21:52 | |
*** urulama has joined #openstack-keystone | 21:52 | |
*** piyanai has joined #openstack-keystone | 21:54 | |
*** piyanai has quit IRC | 21:55 | |
*** piyanai has joined #openstack-keystone | 21:55 | |
openstackgerrit | Brant Knudson proposed openstack/keystone: Use object-oriented programming for fernet payloads https://review.openstack.org/230165 | 21:56 |
*** david-lyle has joined #openstack-keystone | 21:56 | |
*** doug-fish has quit IRC | 21:57 | |
*** doug-fish has joined #openstack-keystone | 21:58 | |
*** e0ne has quit IRC | 22:04 | |
*** jsavak has quit IRC | 22:06 | |
*** tonytan4ever has quit IRC | 22:06 | |
*** mylu has joined #openstack-keystone | 22:10 | |
*** mylu has quit IRC | 22:14 | |
*** topol has joined #openstack-keystone | 22:14 | |
*** ChanServ sets mode: +v topol | 22:14 | |
*** mylu has joined #openstack-keystone | 22:15 | |
*** geoffarn_ has joined #openstack-keystone | 22:16 | |
*** mylu_ has joined #openstack-keystone | 22:16 | |
*** mylu has quit IRC | 22:17 | |
openstackgerrit | Brant Knudson proposed openstack/keystone: Normalize fernet payload disassembly https://review.openstack.org/230181 | 22:17 |
*** diazjf has left #openstack-keystone | 22:17 | |
*** topol has quit IRC | 22:19 | |
*** geoffarnold has quit IRC | 22:20 | |
*** geoffarn_ has quit IRC | 22:37 | |
*** geoffarnold has joined #openstack-keystone | 22:37 | |
*** csoukup has quit IRC | 22:37 | |
*** jbell8 has joined #openstack-keystone | 22:38 | |
*** piyanai has quit IRC | 22:41 | |
*** ngupta has quit IRC | 22:44 | |
*** doug-fish has quit IRC | 22:45 | |
*** doug-fish has joined #openstack-keystone | 22:46 | |
*** david8hu has joined #openstack-keystone | 22:46 | |
openstackgerrit | Brant Knudson proposed openstack/keystone: De-duplicate fernet payload tests https://review.openstack.org/230193 | 22:46 |
*** geoffarnold is now known as geoffarnoldX | 22:48 | |
*** slberger1 has left #openstack-keystone | 22:51 | |
*** piyanai has joined #openstack-keystone | 22:51 | |
*** hrou has quit IRC | 22:55 | |
*** geoffarnold has joined #openstack-keystone | 22:59 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:59 | |
*** geoffarnoldX has quit IRC | 22:59 | |
*** stevemar has quit IRC | 23:02 | |
*** alejandrito has quit IRC | 23:03 | |
lhcheng | marekd: that's all I have so far, I'll follow the thread on ops and will let you know when there's update. | 23:03 |
*** jasonsb has quit IRC | 23:03 | |
marekd | lhcheng: o, thanks! | 23:04 |
*** chlong has quit IRC | 23:07 | |
*** mylu_ has quit IRC | 23:09 | |
*** mylu has joined #openstack-keystone | 23:09 | |
*** arunkant_ has quit IRC | 23:11 | |
*** itlinux has quit IRC | 23:13 | |
*** zzzeek has quit IRC | 23:16 | |
*** wwwjfy has quit IRC | 23:24 | |
*** wwwjfy has joined #openstack-keystone | 23:30 | |
*** markvoelker has quit IRC | 23:30 | |
*** ankita_wagh has quit IRC | 23:37 | |
*** gyee has joined #openstack-keystone | 23:39 | |
*** ChanServ sets mode: +v gyee | 23:39 | |
*** geoffarnold has quit IRC | 23:41 | |
*** geoffarnold has joined #openstack-keystone | 23:41 | |
*** agireud has quit IRC | 23:47 | |
*** mylu has quit IRC | 23:48 | |
*** ankita_wagh has joined #openstack-keystone | 23:53 | |
*** dims has joined #openstack-keystone | 23:56 | |
*** dims has quit IRC | 23:58 | |
*** dims_ has quit IRC | 23:58 | |
*** dims has joined #openstack-keystone | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!