*** gyee has quit IRC | 00:21 | |
*** threestrands has joined #openstack-keystone | 00:32 | |
*** threestrands has quit IRC | 00:32 | |
*** threestrands has joined #openstack-keystone | 00:32 | |
*** spsurya has quit IRC | 00:35 | |
itlinux | hello guys, I am getting a strange issue.. LDAP which used to work now I get this.. ` There is either no auth token in the request or the certificate issuer is not trusted. No auth context will be set. fill_context /usr/lib/python2.7/site-packages/keystone/middleware/auth.py:203 | 00:45 |
---|---|---|
itlinux | ` | 00:45 |
*** spartakos has quit IRC | 00:45 | |
itlinux | can someone give me a tip on this.. | 00:45 |
itlinux | thanks | 00:45 |
*** dave-mccowan has joined #openstack-keystone | 00:50 | |
*** bhagyashris_ has joined #openstack-keystone | 01:04 | |
*** bhagyashris has joined #openstack-keystone | 01:04 | |
*** Emine has quit IRC | 01:11 | |
*** Emine has joined #openstack-keystone | 01:11 | |
*** markvoelker has joined #openstack-keystone | 01:20 | |
*** markvoelker has quit IRC | 01:24 | |
*** markvoelker has joined #openstack-keystone | 01:41 | |
*** bhagyashris_ has quit IRC | 02:10 | |
*** bhagyashris has quit IRC | 02:10 | |
*** bhagyashris_ has joined #openstack-keystone | 02:14 | |
*** bhagyashris has joined #openstack-keystone | 02:14 | |
*** r-daneel has quit IRC | 02:23 | |
openstackgerrit | wangxiyuan proposed openstack/keystonemiddleware master: No need to compare CONF content https://review.openstack.org/599936 | 02:38 |
*** ykarel|away has joined #openstack-keystone | 02:54 | |
*** bhagyashris_ has quit IRC | 03:02 | |
*** bhagyashris has quit IRC | 03:02 | |
*** ykarel|away is now known as ykarel | 03:11 | |
*** r-daneel has joined #openstack-keystone | 03:13 | |
*** dave-mccowan has quit IRC | 03:25 | |
openstackgerrit | Tony Breeds proposed openstack/keystonemiddleware master: Remove tox_install.sh https://review.openstack.org/599003 | 03:27 |
*** annp has joined #openstack-keystone | 03:32 | |
*** nicolasbock has quit IRC | 03:36 | |
*** r-daneel has quit IRC | 03:47 | |
*** r-daneel has joined #openstack-keystone | 03:47 | |
*** spsurya has joined #openstack-keystone | 04:11 | |
*** ykarel has quit IRC | 04:24 | |
*** spartakos has joined #openstack-keystone | 04:29 | |
*** bhagyashris_ has joined #openstack-keystone | 04:32 | |
*** bhagyashris has joined #openstack-keystone | 04:32 | |
*** bhagyashris has quit IRC | 04:37 | |
*** bhagyashris_ has quit IRC | 04:38 | |
*** ykarel has joined #openstack-keystone | 04:44 | |
*** bhagyashris has joined #openstack-keystone | 04:46 | |
*** bhagyashris_ has joined #openstack-keystone | 04:46 | |
cmurphy | itlinux: that message is benign, it just means it's receiving an incoming token request, look for a WARN or ERROR message instead of that debug message | 04:50 |
itlinux | ok.. | 04:52 |
itlinux | trying to figure if the LDAP is broken or it's something else.. | 04:52 |
itlinux | cmurphy: thanks | 04:52 |
*** rcernin has quit IRC | 04:57 | |
*** spartakos has quit IRC | 04:57 | |
*** spartakos has joined #openstack-keystone | 05:12 | |
*** shyamb has joined #openstack-keystone | 05:13 | |
*** shyamb has quit IRC | 05:17 | |
*** rcernin has joined #openstack-keystone | 05:30 | |
*** shyamb has joined #openstack-keystone | 05:34 | |
*** bhagyashris_ has quit IRC | 05:39 | |
*** bhagyashris has quit IRC | 05:39 | |
*** r-daneel has quit IRC | 05:44 | |
*** bhagyashris has joined #openstack-keystone | 05:49 | |
*** bhagyashris_ has joined #openstack-keystone | 05:49 | |
*** pcaruana has joined #openstack-keystone | 06:13 | |
openstackgerrit | Vishakha Agarwal proposed openstack/python-keystoneclient master: create() call in v3.regions.py is wrong https://review.openstack.org/594921 | 06:14 |
openstackgerrit | Merged openstack/keystonemiddleware master: No need to compare CONF content https://review.openstack.org/599936 | 06:22 |
*** n16738 has joined #openstack-keystone | 06:23 | |
n16738 | hi all | 06:24 |
*** n16738 has left #openstack-keystone | 06:24 | |
*** shyamb has quit IRC | 06:24 | |
*** shyamb has joined #openstack-keystone | 06:24 | |
openstackgerrit | Vishakha Agarwal proposed openstack/keystone master: Implement Trust Flush via keystone-manage. https://review.openstack.org/589378 | 06:38 |
*** bhagyashris_ has quit IRC | 06:50 | |
*** bhagyashris has quit IRC | 06:50 | |
*** bhagyashris has joined #openstack-keystone | 06:54 | |
*** bhagyashris_ has joined #openstack-keystone | 06:54 | |
*** shyamb has quit IRC | 07:00 | |
*** shyamb has joined #openstack-keystone | 07:10 | |
zioproto | Hello, I am implementing in gophercloud the possibility to issue tokens using keystone application credentials. https://github.com/gophercloud/gophercloud/pull/1224 | 07:24 |
zioproto | I could not find in the docs official examples of json requests | 07:24 |
zioproto | so far I captured requests from the official openstack client | 07:25 |
zioproto | doing openstack token issue | 07:25 |
zioproto | can anyone point me to the full list of possible requests that I should implement ? | 07:25 |
*** ayushin78 has joined #openstack-keystone | 07:25 | |
wxy-xiyuan | zioproto: https://developer.openstack.org/api-ref/identity/v3/index.html#authenticating-with-an-application-credential This is maybe want you want. | 07:27 |
*** tesseract has joined #openstack-keystone | 07:27 | |
zioproto | wxy-xiyuan: thanks ! so basically it is just two types of request. If I use the UUID I dont need to pass also the username. If I use the app credential name, then I need to give also the username. The project is never needed. | 07:28 |
zioproto | I think there is an error in the docs here | 07:29 |
zioproto | https://specs.openstack.org/openstack/keystone-specs/specs/keystone/backlog/application-credentials.html | 07:29 |
*** ayushin78 has quit IRC | 07:29 | |
zioproto | there is an example for POST /v3/auth/tokens | 07:29 |
zioproto | where the project ID is give in the json | 07:29 |
zioproto | is that a documentation error ? | 07:29 |
*** ayushin78 has joined #openstack-keystone | 07:29 | |
*** AlexeyAbashkin has joined #openstack-keystone | 07:30 | |
*** AlexeyAbashkin has quit IRC | 07:30 | |
*** ayushin78 has quit IRC | 07:30 | |
zioproto | should I open a documentation bug ? | 07:30 |
*** ayushin78 has joined #openstack-keystone | 07:30 | |
*** ayushin78 has left #openstack-keystone | 07:32 | |
wxy-xiyuan | zioproto: Let me double check. You know, there is usually a little difference between design and implementation :) | 07:32 |
zioproto | thanks | 07:32 |
zioproto | I started to implement using that wrong example with the projectID, and it never worked | 07:33 |
zioproto | then I captured the requests from openstack client and I saw it never uses the project | 07:33 |
*** shyamb has quit IRC | 07:34 | |
zioproto | wxy-xiyuan: according to my tests the 'openstack token issue' if you dont pass the username never works, probably because with the username also the domain is passed in the json request | 07:38 |
zioproto | wxy-xiyuan: I mean this works: | 07:39 |
zioproto | https://www.irccloud.com/pastebin/qJc8j2GI/ | 07:40 |
*** AlexeyAbashkin has joined #openstack-keystone | 07:40 | |
*** AlexeyAbashkin has quit IRC | 07:40 | |
wxy-xiyuan | cc cmurphy for double check | 07:40 |
zioproto | I actually done use the "user"->"id" but the user name | 07:40 |
zioproto | s/done/dont | 07:41 |
zioproto | it is not clear to me if I should always implement all the options for everything. Is any object always callable by ID or name ? | 07:41 |
zioproto | cmurphy: you can also leave your comment in the github issue for gophercloud | 07:42 |
zioproto | cmurphy: if you dont catch me on IRC | 07:42 |
wxy-xiyuan | well, the backlog in keystone-spec should be refreshed. project_id does not work here. | 07:49 |
wxy-xiyuan | for app_cred auth, there are three kinds of format in request json. 1. app_cred id. 2 app_cred name + user_id 3. app_cred name + user_name + user_domain_id/user_domain_name | 07:52 |
wxy-xiyuan | zioproto: | 07:52 |
zioproto | OK, so it is three kind of requests to implement | 08:01 |
wxy-xiyuan | zioproto: yes, if you treat user_domain_id/user_domain_name is the same kind. | 08:07 |
*** aloga has quit IRC | 08:07 | |
*** aloga has joined #openstack-keystone | 08:07 | |
*** AlexeyAbashkin has joined #openstack-keystone | 08:08 | |
*** ykarel is now known as ykarel|lunch | 08:13 | |
cmurphy | zioproto: i don't think there should be a projrct id, probably an error in the doc | 08:17 |
* cmurphy -> plane | 08:17 | |
zioproto | thanks | 08:17 |
openstackgerrit | Vishakha Agarwal proposed openstack/python-keystoneclient master: create() call in v3.regions.py is wrong https://review.openstack.org/594921 | 08:18 |
*** spartakos has quit IRC | 08:18 | |
*** threestrands has quit IRC | 08:33 | |
*** shyamb has joined #openstack-keystone | 08:45 | |
*** ykarel|lunch is now known as ykarel | 08:49 | |
*** bhagyashris_ has quit IRC | 08:54 | |
*** bhagyashris has quit IRC | 08:54 | |
*** bhagyashris has joined #openstack-keystone | 08:58 | |
*** bhagyashris_ has joined #openstack-keystone | 08:58 | |
*** bhagyashris has left #openstack-keystone | 09:02 | |
*** bhagyashris_ has quit IRC | 09:03 | |
*** bhagyashris_ has joined #openstack-keystone | 09:03 | |
*** rcernin has quit IRC | 09:16 | |
*** nicolasbock has joined #openstack-keystone | 09:39 | |
*** nicolasbock has quit IRC | 09:40 | |
*** bhagyashris_ has quit IRC | 09:44 | |
*** shyamb has quit IRC | 09:54 | |
openstackgerrit | Andreas Jaeger proposed openstack/keystone master: Use templates for cover and lower-constraints https://review.openstack.org/600690 | 09:56 |
openstackgerrit | Andreas Jaeger proposed openstack/keystonemiddleware master: Use templates for cover and lower-constraints https://review.openstack.org/600691 | 09:57 |
openstackgerrit | Andreas Jaeger proposed openstack/python-keystoneclient master: Use templates for cover and lower-constraints https://review.openstack.org/600692 | 09:57 |
*** shyamb has joined #openstack-keystone | 09:59 | |
*** shyamb has quit IRC | 10:04 | |
zioproto | cmurphy: no error in the doc, that was the backlog | 10:28 |
zioproto | the right page to look is https://specs.openstack.org/openstack/keystone-specs/specs/keystone/queens/application-credentials.html | 10:28 |
zioproto | but google index alwats proposes the old outdated page | 10:28 |
*** shyamb has joined #openstack-keystone | 10:29 | |
*** ykarel is now known as ykarel|session | 10:31 | |
*** shyamb has quit IRC | 10:36 | |
*** dave-mccowan has joined #openstack-keystone | 10:52 | |
*** ykarel|session is now known as ykarel | 11:12 | |
*** shyamb has joined #openstack-keystone | 11:12 | |
*** annp has quit IRC | 11:13 | |
*** shyamb has quit IRC | 11:24 | |
*** shyamb has joined #openstack-keystone | 11:24 | |
*** takamatsu has joined #openstack-keystone | 11:27 | |
*** nicolasbock has joined #openstack-keystone | 11:29 | |
*** r-daneel has joined #openstack-keystone | 11:39 | |
evrardjp | lbragstad: I think for 'You must give at least one requirement to install (see "pip help install")' this has started to appear with pip 10 was released, do you freeze or provide constraints about pip? If not stable branches will always be moving targets (not that it is a big problem, but just saying...) | 11:44 |
*** csatari has joined #openstack-keystone | 12:00 | |
lbragstad | evrardjp right - if we don't now maybe we should | 12:45 |
lbragstad | (provide constraints for pip) | 12:45 |
evrardjp | lbragstad: that's what OSA is doing: we have an extra constraint, just for the project, freezing setuptools, pip, and wheels. | 12:47 |
evrardjp | I am not sure it would be the best practice though for a service project, so... | 12:48 |
evrardjp | I think it's better to refer to the broader community in that case, and decide what we should all do : ) | 12:48 |
lbragstad | evrardjp dhellmann just suggested in -oslo that we should talk about this sometime next week | 12:49 |
*** shyamb has quit IRC | 12:49 | |
evrardjp | I am also not saying your issue has to do with that too or needs to be fixed that way. I am just giving you info that can help you take a decision :) | 12:49 |
evrardjp | that sounds a nice conversation to have next week inded | 12:50 |
evrardjp | I'd be happy to see what would be the outcome,as deployment projects would probably consume what you'll decide. | 12:50 |
lbragstad | right | 12:51 |
evrardjp | https://pipenv.readthedocs.io/en/latest/ generates Pipfile.lock files, just saying! ;) | 12:51 |
lbragstad | nice | 12:52 |
knikolla | o/ | 12:55 |
evrardjp | hey knikolla :) | 12:57 |
* knikolla waves | 12:58 | |
evrardjp | lbragstad: ok you can completely ignore that pipenv thing: it doesn't lock pip, setuptools, virtalenv, or wheels :p | 13:06 |
evrardjp | but it does the rest! :) | 13:06 |
lbragstad | lol | 13:06 |
*** jistr is now known as jistr|call | 13:32 | |
*** TheJulia is now known as needssleep | 14:00 | |
*** lbragstad is now known as elbragstad | 14:18 | |
*** nick_kar has quit IRC | 14:20 | |
elbragstad | kmalloc let me know when you get in - we might need to go through a bunch of stable stuff today to get things fixed up | 14:27 |
elbragstad | https://review.openstack.org/#/c/600554/1 | 14:27 |
*** pcaruana has quit IRC | 14:33 | |
knikolla | elbragstad: very interesting to see federated enhancements come out on top | 14:49 |
elbragstad | yeah - i'm pretty sure it was on top last time, too | 14:49 |
elbragstad | federated identity enhancements were 78 last time, followed by multi-region support with 60, and enhancing policy 58 (those being the top 3) | 14:51 |
*** spartakos has joined #openstack-keystone | 14:52 | |
elbragstad | the ops meetup is happening on monday and tuesday in Aspen | 14:52 |
elbragstad | https://www.openstack.org/ptg/#tab_schedule | 14:52 |
elbragstad | i wonder if we can get more information there, or if it will be brought up | 14:53 |
elbragstad | gagehugo was https://review.openstack.org/#/c/600561/ abandoned because we're going to keep sha256 on master, right? | 15:01 |
*** jistr|call is now known as jistr | 15:03 | |
elbragstad | i think we should be able to get all the ksa python3 patches done once https://review.openstack.org/#/c/598346/9 is merged and we fix up the pep8 issues with nosec that gagehugo proposed | 15:03 |
gagehugo | elbragstad yeah | 15:04 |
*** d0ugal has quit IRC | 15:04 | |
*** gyee has joined #openstack-keystone | 15:06 | |
*** ykarel is now known as ykarel|away | 15:15 | |
openstackgerrit | ayoung proposed openstack/keystone-specs master: Service Catalog Subsets by ID https://review.openstack.org/160909 | 15:25 |
*** d0ugal has joined #openstack-keystone | 15:25 | |
*** shyamb has joined #openstack-keystone | 15:26 | |
*** fiddletwix has joined #openstack-keystone | 15:33 | |
elbragstad | gagehugo any reason why isn't failing https://review.openstack.org/#/c/597681/ because https://review.openstack.org/#/c/600567/1 hasn't merged yet? | 15:39 |
*** josecastroleon has joined #openstack-keystone | 15:39 | |
gagehugo | elbragstad that passes because I had backported the SHA256 change, which kmalloc is reverting here: https://review.openstack.org/#/c/599461/ | 15:42 |
gagehugo | I added the nosec to kmalloc's fix | 15:42 |
*** josecastroleon has quit IRC | 15:44 | |
*** ykarel|away has quit IRC | 15:46 | |
*** shyamb has quit IRC | 15:47 | |
elbragstad | ooooh | 15:47 |
elbragstad | gagehugo so | 15:48 |
elbragstad | we need to merge https://review.openstack.org/#/c/599461/ then https://review.openstack.org/#/c/600567/1 and finally https://review.openstack.org/#/c/597681/ ? | 15:48 |
elbragstad | right? | 15:48 |
gagehugo | oh bandit is capped at 1.4 for pike | 15:50 |
gagehugo | elbragstad https://review.openstack.org/#/c/600567/1 might not be needed | 15:51 |
openstackgerrit | ayoung proposed openstack/keystone-specs master: Tokens with subsets of roles https://review.openstack.org/186979 | 15:51 |
gagehugo | if bandit on stable/pike is capped at 1.4 | 15:51 |
gagehugo | otherwise yeah | 15:51 |
elbragstad | ok | 15:51 |
elbragstad | let's abandon then? | 15:51 |
gagehugo | will do | 15:51 |
elbragstad | cool - updating my email | 15:52 |
elbragstad | i'm summarizing all of this in the stable thread | 15:52 |
gagehugo | http://logs.openstack.org/81/597681/1/check/openstack-tox-pep8/150e60e/job-output.txt.gz#_2018-09-06_23_51_15_431794 | 15:52 |
* gagehugo is curious why that failed the first time | 15:52 | |
elbragstad | bandit==1.4.0 | 15:52 |
gagehugo | so pike/ocata are fine, no backport needed | 15:53 |
elbragstad | gagehugo you didn't have a #nosec patch proposed to ocata, did you? | 15:54 |
gagehugo | no, it passed fine first time iirc | 15:54 |
elbragstad | ok | 15:54 |
gagehugo | I thought pike failed though, not sure if something else changed or I was seeing things | 15:55 |
elbragstad | i saw the sha256 one, but that one is already abandon, which is fine i think | 15:55 |
elbragstad | gagehugo was the failure on doug's patch? | 15:56 |
elbragstad | http://logs.openstack.org/81/597681/1/check/openstack-tox-py27/88c9e88/job-output.txt.gz | 15:56 |
elbragstad | http://logs.openstack.org/81/597681/1/check/openstack-tox-py27/88c9e88/job-output.txt.gz#_2018-08-29_20_25_00_785939 | 15:56 |
gagehugo | thought so | 15:57 |
gagehugo | but perhaps not | 15:57 |
elbragstad | that should be fixed with https://review.openstack.org/#/c/598990/ | 15:57 |
gagehugo | ah ok | 15:57 |
elbragstad | ok - so https://review.openstack.org/#/c/597681/ is the only thing needed for stable/pike ksa | 15:58 |
elbragstad | email sent | 16:06 |
*** bhagyashris has joined #openstack-keystone | 16:26 | |
*** spartakos has quit IRC | 16:27 | |
*** AlexeyAbashkin has quit IRC | 16:36 | |
*** ykarel has joined #openstack-keystone | 16:40 | |
openstackgerrit | ayoung proposed openstack/keystone-specs master: Allow a remote service to Validate Federation Mapping https://review.openstack.org/245588 | 16:50 |
ayoung | elbragstad, we can work some of the user survey stuff into the talk that knikolla kmalloc and I are doing at the summit | 16:53 |
ayoung | sounds like the 3 points are: policy enhancements, Federated enhancements, and multi-site...which needs both the others | 16:54 |
ayoung | per domain config, too | 16:54 |
ayoung | hmmmm | 16:54 |
*** bhagyashris has quit IRC | 16:55 | |
*** imacdonn has quit IRC | 17:05 | |
*** imacdonn has joined #openstack-keystone | 17:06 | |
*** mvenesio has joined #openstack-keystone | 17:12 | |
*** tesseract has quit IRC | 17:20 | |
*** mvenesio has quit IRC | 17:28 | |
*** ykarel is now known as ykarel|away | 17:33 | |
*** mvenesio has joined #openstack-keystone | 17:35 | |
*** spartakos has joined #openstack-keystone | 17:39 | |
*** ykarel|away has quit IRC | 17:46 | |
elbragstad | ayoung i wonder if we need to adjust our survey questions | 18:02 |
elbragstad | we've had the same ones for a while | 18:03 |
elbragstad | i also wonder if we can have more than 5 options | 18:03 |
ayoung | elbragstad, good thoughts for the next go roung | 18:04 |
ayoung | round | 18:04 |
ayoung | I'm going to go take the dog for a walk and ponder federation. | 18:05 |
ayoung | I just got asked to cover for an internal talk on it, and this is making me think harder... | 18:05 |
elbragstad | ayoung enjoy | 18:26 |
knikolla | ayoung: can i add you to an email thread with some RGW red hatters who wanted some feedback with a keystone question? | 18:39 |
ayoung | knikolla, never! | 18:51 |
ayoung | I mean...yeah, sure. | 18:51 |
ayoung | elbragstad, ok, so Federation. I see 2 big problems that we should tackle. First is making it easier to add a new Federated Protocol, and second is making it easier to work with the mappings | 18:52 |
ayoung | For adding a protocol, it really is a painful Apache config setup | 18:52 |
ayoung | I know that dstanek was working on in-keystone support for SAML, I suspect for just that reason: | 18:52 |
ayoung | So, If SAML really is the #1 Federated protocol, it might be worth resurrecting that effort. | 18:53 |
ayoung | And, if OpenIDC is up there, that can also be done in pure Python | 18:53 |
ayoung | so the idea would be for the Federated configuration to be completely driven off the database, not config files | 18:54 |
ayoung | that might be worth trying to validate with the operator community | 18:54 |
ayoung | the other part, the mapping, should be easier to address | 18:54 |
*** ykarel|away has joined #openstack-keystone | 18:55 | |
ayoung | if we know what we get from the Apache layer (mod_auth*) we can work with the mapping engine off line | 18:55 |
ayoung | that, of course, implies that we yank the mapping engine out of Keystone and make it work stand-alone | 18:56 |
ayoung | python-keystonemapping as a stand alone library with corresponding CLI? | 18:56 |
ayoung | something like | 18:56 |
ayoung | keystone-map <mapping file> <assertion> | 18:57 |
ayoung | and generate the corresponding unscoped token type output | 18:57 |
*** r-daneel has quit IRC | 18:58 | |
ayoung | that would allow an operator to iterate on a mapping file outside of the deployment, and get it right | 18:58 |
*** ykarel|away has quit IRC | 19:00 | |
knikolla | ayoung: thanks! | 19:02 |
ayoung | RDG == Rados Gateway, right? The Ceph/Storage protocol? | 19:02 |
knikolla | ayoung: yep. | 19:02 |
*** r-daneel has joined #openstack-keystone | 19:30 | |
*** r-daneel_ has joined #openstack-keystone | 19:35 | |
*** r-daneel has quit IRC | 19:37 | |
*** r-daneel_ is now known as r-daneel | 19:37 | |
*** spartakos has quit IRC | 19:49 | |
openstackgerrit | Gage Hugo proposed openstack/keystone master: [WIP] Add functional testing gate https://review.openstack.org/531014 | 19:52 |
openstackgerrit | Merged openstack/oslo.limit master: Add opts file https://review.openstack.org/586760 | 20:24 |
elbragstad | interesting ksa bug if anyone is able to reproduce with devstack https://bugs.launchpad.net/keystoneauth/+bug/1780164 | 20:34 |
*** r-daneel has quit IRC | 20:34 | |
openstack | Launchpad bug 1780164 in keystoneauth "httpd leaks open files" [Undecided,Confirmed] | 20:34 |
openstackgerrit | Tim Burke proposed openstack/keystonemiddleware master: Respect delay_auth_decision when Keystone is unavailable https://review.openstack.org/600862 | 20:37 |
openstackgerrit | Tim Burke proposed openstack/keystonemiddleware master: Respect delay_auth_decision when Keystone is unavailable https://review.openstack.org/600862 | 20:39 |
timburke | *sigh* that's what i get for "temporarily" backing out my changes to make sure new tests really fail without them... | 20:40 |
*** r-daneel has joined #openstack-keystone | 20:47 | |
*** spartakos has joined #openstack-keystone | 21:01 | |
*** spartakos has quit IRC | 21:02 | |
openstackgerrit | Lance Bragstad proposed openstack/oslo.limit master: Render API reference documentation https://review.openstack.org/600264 | 21:13 |
openstackgerrit | Lance Bragstad proposed openstack/oslo.limit master: Add a conceptual overview to docs https://review.openstack.org/600265 | 21:13 |
openstackgerrit | Lance Bragstad proposed openstack/oslo.limit master: Allow ProjectClaims to support multiple resources https://review.openstack.org/600266 | 21:13 |
openstackgerrit | Lance Bragstad proposed openstack/oslo.limit master: Use openstackdocstheme for documentation https://review.openstack.org/600866 | 21:17 |
*** mvenesio has quit IRC | 21:22 | |
*** mvenesio has joined #openstack-keystone | 21:56 | |
*** spartakos has joined #openstack-keystone | 21:56 | |
openstackgerrit | Tim Burke proposed openstack/keystonemiddleware master: Catch more keystoneauth exceptions https://review.openstack.org/600874 | 21:58 |
*** sapd1 has quit IRC | 21:59 | |
*** mvenesio has quit IRC | 22:00 | |
*** kukacz_ has quit IRC | 22:02 | |
*** kukacz_ has joined #openstack-keystone | 22:04 | |
*** mchlumsky has quit IRC | 22:05 | |
*** r-daneel has quit IRC | 22:12 | |
*** spartakos has quit IRC | 22:14 | |
*** spartakos has joined #openstack-keystone | 22:15 | |
*** spartakos has quit IRC | 22:23 | |
*** spartakos has joined #openstack-keystone | 22:27 | |
*** dave-mccowan has quit IRC | 22:38 | |
openstackgerrit | Merged openstack/keystone master: Remove member_role_id/name https://review.openstack.org/598467 | 22:48 |
*** mvenesio has joined #openstack-keystone | 23:01 | |
*** mvenesio has quit IRC | 23:06 | |
*** spartakos has quit IRC | 23:17 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!