Earlier  
Posted Nick Remark
#openstack-sdks - 2018-09-10
17:50:40 samueldmq dtantsur: kk I'll investigate further
17:50:48 samueldmq dtantsur: maybe? mordred can confirm
#openstack-sdks - 2018-09-11
03:11:31 openstackgerrit Ian Wienand proposed openstack/openstacksdk master: Handle empty values in regions https://review.openstack.org/601485
06:34:27 openstackgerrit Yang JianFeng proposed openstack/openstacksdk master: Add support for octavia's resuorces quota https://review.openstack.org/590193
12:33:09 openstackgerrit Matthias Lisin proposed openstack/openstacksdk master: fwaas: Add support for FWaaS v2.0 API https://review.openstack.org/591650
13:32:04 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Use discovery instead of config to create proxies https://review.openstack.org/600292
14:59:59 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Remove api version default values https://review.openstack.org/600330
15:25:05 openstackgerrit Yuval Shalev proposed openstack/openstacksdk master: Add IdentityService version ('v3') in initialization. https://review.openstack.org/600972
16:37:57 mordred tobias-urdin: sorry - have been out on vacation - yes, we should just add that to openstacksdk
16:40:33 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Protect against endpoint_data not existing https://review.openstack.org/601636
16:40:40 mordred dtantsur, TheJulia: https://review.openstack.org/600292 seems to be working exept for the bifrost job - I *think* the bifrost job will be fixed by that ^^
17:57:12 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Start building pdfs of docs https://review.openstack.org/601659
17:58:13 dtantsur thanks mordred
18:09:38 sc68cal hey has anyone had success using the openstack dynamic inventory for Ansible? I'm getting 401 not authorized errors but I have a valid clouds.yaml file and regular `openstack` CLI commands work
18:13:26 sc68cal https://gist.github.com/sc68cal/c8722261f8ae53c3480a1a3ae8cbde34
18:15:55 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Start building pdfs of docs https://review.openstack.org/601659
18:17:12 Shrews sc68cal: that openstack cli command does not appear to be using the clouds.yaml. i suspect your env vars are overriding clouds.yaml
18:17:17 openstackgerrit Ian Y. Choi proposed openstack/openstacksdk master: Start building pdfs of docs https://review.openstack.org/601659
18:18:35 Shrews or does the cli use a default entry from clouds.yaml? i keep forgetting how that works :/
18:19:30 openstackgerrit Ian Y. Choi proposed openstack/openstacksdk master: Start building pdfs of docs https://review.openstack.org/601659
18:20:46 Shrews yeah, -h output seems to indicate env vars are used
18:21:31 sc68cal -h output?
18:21:35 Shrews openstack -h
18:22:09 sc68cal I didn't call openstack with the -h flag
18:22:12 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Start building pdfs of docs https://review.openstack.org/601659
18:22:20 sc68cal there's a couple env vars I'm using
18:22:21 Shrews sc68cal: i know. i was just verifying something
18:22:45 sc68cal OS_PROJECT_NAME, OS_REGION_NAME, and OS_CLOUD
18:22:48 Shrews sc68cal: you shouldn't mix env vars and clouds.yaml. try unsetting them
18:23:02 sc68cal ok but I have a lot of projects and regions that are available for use
18:23:48 Shrews that's fine. iirc, the ansible plugin reads all entries in clouds.yaml
18:24:21 Shrews for the cli, you can use the --os-cloud option to select them
18:26:01 sc68cal ok, but I'm getting auth problems with the ansbile plugin, it's the same shell and env
18:26:14 sc68cal openstack CLI works, ansible plugin doesn't, and reports an auth error
18:26:57 Shrews sc68cal: right. you have openstack ENV vars set (i suspect) when using ansible
18:27:01 Shrews sc68cal: don't do that
18:27:30 Shrews sc68cal: openstack cli and the ansible plugin do not operate the same way
18:27:36 sc68cal well I'm not going to write my password to a file in clouds.yaml
18:30:43 sc68cal which I believe is the issue
18:31:24 sc68cal I'm setting OS_PASSWORD via secure input from my shell and I don't want that written to a file on the filesystem
20:20:06 mordred sc68cal: we unfortunately do not have support for that as a workflow
20:21:25 mordred sc68cal: OS_PASSWORD being set as an envvar will cause a cloud called "envvars" to be created that has that password set, and then the selector of OS_CLOUD will pull in a configured cloud but it will not have that password (we originally supported overlaying envvars on top of clouds from config files and it consistently failed in ways that users didn't expect)
20:21:57 mordred sc68cal: we do have support for having separate clouds.yaml and secure.yaml - but if you're looking to avoid file on filesystem that won't help
20:22:13 mordred sc68cal: lemme ponder the usecase - I understand the words you're saying ...
20:54:36 sc68cal yeah no problem
20:55:39 sc68cal I've tested it by populating the password in clouds.yaml but I would have to switch to a different account that doesn't have any real privileges anywhere else besides openstack
21:42:07 mordred sc68cal: yah, totally. how new is your cloud? cause we recently added support for "application credentials" - which is basically the ability to make an API-only auth user/credential
21:42:49 mordred sc68cal: basically so that for folks who have federated auth with the auth being used also for not-openstack, there can be an openstack api credential that can be used from files or injected into container images or whatnot safely
21:51:41 mordred dtantsur|afk, TheJulia: I am *completely* baffled by the bifrost failure on https://review.openstack.org/#/c/600292/
21:52:08 mordred I cannot see anywhere in keystoneauth how to make that method return None at all
22:07:35 mordred TheJulia: yah
22:11:48 TheJulia mordred: so there is a way in 3.8.0
22:12:02 TheJulia no endpoint_override being passed in results in None being returned
22:13:33 mordred oh yeah?
22:14:11 TheJulia yeah
22:14:21 mordred TheJulia: WOOT! thank you - that reproduces the error, thank you!
22:14:45 TheJulia mordred: perhaps it is time to come up to the bar area and order a tasty coffee beverage?
22:18:45 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Protect against endpoint_data not existing https://review.openstack.org/601636
22:19:01 mordred TheJulia: THANK YOU SO MUCH - I was tearing my hair out trying to figure out how to make a test for that
22:24:03 TheJulia mordred: no problem, thank the pumpkin spice latte
22:24:50 TheJulia cmurphy: elevation in the lobby
22:25:20 cmurphy i wonder if they can do chai lattes
22:25:54 TheJulia That I don't know
#openstack-sdks - 2018-09-12
05:29:29 openstackgerrit Merged openstack/keystoneauth master: Add support for ironic single-version responses https://review.openstack.org/595980
05:29:31 openstackgerrit Merged openstack/keystoneauth master: Protect against endpoint_data not existing https://review.openstack.org/601636
13:30:31 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Normalize image when using PUT on Glance v2 https://review.openstack.org/602031
13:31:43 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Normalize image when using PUT on Glance v2 https://review.openstack.org/602031
15:27:38 openstackgerrit David Rabel proposed openstack/python-openstackclient master: Add metavar for name parameter in subnet create https://review.openstack.org/602062
16:23:24 openstackgerrit Clark Boylan proposed openstack/openstacksdk master: Explicitly set logging levels for keystoneauth and urllib3 https://review.openstack.org/602085
17:31:24 openstackgerrit Clark Boylan proposed openstack/openstacksdk master: Explicitly set logging levels for external libs https://review.openstack.org/602085
20:02:24 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Normalize security groups when using Neutron https://review.openstack.org/602147
20:55:36 gouthamr mordred: hi Monty! I work on manila, and at the PTG we discussed supporting some manila workflows on the openstacksdk - do we need a spec? https://docs.openstack.org/openstacksdk/latest/contributor/index.html doesn't call out if we need one
20:58:09 mordred gouthamr: nope, not at all! manila patches welcome :)
20:59:53 gouthamr mordred: awesome, thank you! we'll open a story and get cranking
21:08:07 mriedem OSC doesn't have evacuate huh
22:35:49 mordred mriedem: your face doesn't have evacuate
22:39:00 mriedem yar
22:39:21 mriedem never fear, it's on the list i had already created months ago https://etherpad.openstack.org/p/compute-api-microversion-gap-in-osc
#openstack-sdks - 2018-09-13
00:02:07 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Implement network update https://review.openstack.org/600050
03:12:02 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Normalize network resources https://review.openstack.org/602218
03:13:04 samueldmq mordred: I really wanted to get a sanity check on this ^ before I go ahead and propose normalization to other resources
03:13:19 samueldmq in general I believe all resources should be normalized
03:17:43 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Normalize network resources https://review.openstack.org/602218
04:10:15 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Normalize subnet resources https://review.openstack.org/602228
04:19:53 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Normalize network resources https://review.openstack.org/602218
04:41:46 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Normalize container resources https://review.openstack.org/602233
04:51:05 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Normalize object resources https://review.openstack.org/602234
05:02:43 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Normalize network resources https://review.openstack.org/602218
05:06:52 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Normalize subnet resources https://review.openstack.org/602228
13:29:35 openstackgerrit Andreas Jaeger proposed openstack/osc-lib master: add lib-forward-testing-python3 test job https://review.openstack.org/594285
13:30:22 openstackgerrit Andreas Jaeger proposed openstack/osc-lib master: add lib-forward-testing-python3 test job https://review.openstack.org/594285
13:30:56 openstackgerrit Andreas Jaeger proposed openstack/osc-lib master: add lib-forward-testing-python3 test job https://review.openstack.org/594285
14:49:53 openstackgerrit Matthias Lisin proposed openstack/openstacksdk master: Support firewall service for SDK https://review.openstack.org/592303
15:28:09 elmiko cdent: edleafe dtantsur are we cancelling today's meeting? (can't remember)
15:29:03 cdent elmiko: you and dtantsur are welcome to go ahead if you like. there was supposed to be something in the newsletter about cancelling but we forgot
15:32:52 edleafe geez, what idiot sent that newsletter?
15:36:37 elmiko hehe, i had thought we were cancelling, just wanted to dbl check
15:36:57 elmiko i'm fine with cancelling, i've got a competing meeting anyways XP
15:43:37 cdent elmiko: is that the meeting where you show up here?
15:48:55 dtantsur elmiko, cdent, edleafe, not feeling well today, would prefer to skip

Earlier   Later