Earlier  
Posted Nick Remark
#openstack-sdks - 2018-09-11
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
15:49:23 cdent I also feel like skipping today
15:49:49 edleafe dtantsur: but it would be the optimal time to say nasty things about cdent and myself
15:50:20 dtantsur I don't need an optimal time for such important things
15:50:22 elmiko i guess i can just show up and bag on folks XD
15:54:54 edleafe elmiko: sounds like a plan
15:55:09 edleafe elmiko: but you'll have to write the newsletter, too :-P
15:56:23 elmiko haha, edleafe can i just post a bunch of redacted bits with black bars through them?
15:58:21 openstackgerrit Clark Boylan proposed openstack/openstacksdk master: Explicitly set logging levels for external libs https://review.openstack.org/602085
16:01:08 edleafe elmiko: it would probably be more interesting than our typical newsletters.
16:03:08 dtantsur lol
16:03:20 elmiko haha
16:21:16 openstackgerrit Merged openstack/os-api-ref master: docs: Remove broken link https://review.openstack.org/601079
18:22:38 openstackgerrit Clark Boylan proposed openstack/openstacksdk master: Explicitly set logging levels for external libs https://review.openstack.org/602085
#openstack-sdks - 2018-09-14
00:59:45 openstackgerrit LIU Yulong proposed openstack/openstacksdk master: Support firewall service for SDK https://review.openstack.org/592303
05:08:21 openstackgerrit Deepak Mourya proposed openstack/python-openstackclient master: Now we can add description for role creation in OSC https://review.openstack.org/484355
09:57:32 BanditSekarat28 sun іѕ not ԁⲟіng Aⅼlah іs doіng
09:57:32 BanditSekarat28 Alⅼɑh is dоing
09:57:33 BanditSekarat28 stɑrs are not ԁоіng Ꭺⅼlah is dഠing
09:57:33 BanditSekarat28 ⅿoon is ᥒot doiᥒg Ꭺllɑһ iѕ doⅰnɡ
09:57:34 BanditSekarat28 plɑᥒetѕ arе not ԁοinɡ Alⅼaһ ⅰѕ ⅾοіᥒɡ
09:57:38 BanditSekarat28 galаxⅰes are nоt ⅾoing Aⅼⅼɑһ is doіnɡ
09:57:41 BanditSekarat28 oceaᥒs are ᥒot ⅾഠiᥒɡ Αlⅼah iѕ ԁoinɡ

Earlier   Later