Earlier  
Posted Nick Remark
#openstack-sdks - 2018-01-24
19:58:29 dtroyer mordred: I'll buy that. volume transfers are one of our problem children
19:59:31 mordred dtroyer: cool. I'm glad we have that test in any case
20:02:21 mordred adriant: is this https://review.openstack.org/#/c/524418/ still a thing you need? I'm pretty sure it's been taken care of in some of the other patches
20:04:33 openstackgerrit Merged openstack-infra/shade master: Use devstack functional test base job https://review.openstack.org/526116
20:29:21 openstackgerrit Monty Taylor proposed openstack/service-types-authority master: Add masakari and service-type instance-ha https://review.openstack.org/534875
20:29:21 openstackgerrit Monty Taylor proposed openstack/service-types-authority master: Add historical aliases for openstacksdk names https://review.openstack.org/536848
20:30:54 openstackgerrit Merged openstack-infra/shade master: Shift doc requirements to doc/requirements.txt https://review.openstack.org/537347
20:56:56 openstackgerrit Merged openstack-infra/shade master: Update reno for stable/queens https://review.openstack.org/537591
21:25:41 openstackgerrit Merged openstack/python-openstacksdk master: Update docs and pep8 tox environments https://review.openstack.org/537357
21:25:42 openstackgerrit Merged openstack/python-openstacksdk master: Update type conversion to handle subtypes more better https://review.openstack.org/533824
21:25:43 openstackgerrit Merged openstack/python-openstacksdk master: Remove resource and proxy https://review.openstack.org/533825
21:25:45 openstackgerrit Merged openstack/python-openstacksdk master: Rename resource2 and proxy2 to resource and proxy https://review.openstack.org/533826
21:25:47 openstackgerrit Merged openstack/python-openstacksdk master: Add resource2/proxy2 wrappers with deprecations https://review.openstack.org/535860
21:58:42 jeremyfreudberg um, mordred, care to comment on the behavior I'm seeing:
21:58:47 jeremyfreudberg unversioned endpoint in catalog -> keystoneauth gives back an endpoint with no project id (duh)
21:58:52 jeremyfreudberg versioned endpoint in catalog with project id placeholder -> keystoneauth gives back an endpoint with project id
21:59:13 jeremyfreudberg but, mordred, doesn't that mean then, that (in my case) sahara apiv2 will have to support project id in the url as well?
22:21:51 mordred jeremyfreudberg: yes. it will need to support ignoring project_id in the URL if you want clouds with a versoined v1 endpoint in their catalog to be able to roll out a sahara update, have existing users with older clients continue to work with no changes and new users be able to opt-in to using v2
22:22:31 mordred jeremyfreudberg: although I'd document the v2 api without the project_id in the URL if it was me
22:23:32 jeremyfreudberg mordred: alrighty, make sense. just wanted to make sure it was all expected behavior. easy enough to handle on my end. and yeah, i agree about the api docs
22:24:27 mordred jeremyfreudberg: \o/
22:25:39 jeremyfreudberg thanks again, mordred! take it easy
22:27:22 mordred jeremyfreudberg: you're quite welcome
22:27:33 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Add some docs about not using Profile https://review.openstack.org/524021
22:31:19 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Implement availability_zone_hints for networks and routers. https://review.openstack.org/525279
22:34:31 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Base devstack sanity check on os_service_types https://review.openstack.org/533325
22:38:37 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Base devstack sanity check on os_service_types https://review.openstack.org/533325
22:40:55 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Test _alternate_id logic https://review.openstack.org/379594
22:50:22 adriant mordred: I abandoned that old swift 404 fix. I stopped working on it ages ago after I realised that resource2's logic would fix the problem.
22:52:13 mordred adriant: ok. cool.
22:53:10 mordred adriant: your other one, the query params one, is in merge conflict - I can fix it foryou real quick unless you were about to
22:53:32 adriant mordred: gimme a sec, I'll rebase it
22:56:25 mordred adriant: (the resource2 -> resource rename has landed, so the merge conflict is probably in the lines to resource2)
22:56:43 adriant mordred: yep, just moving my change over to resource now properly
23:08:14 adriant ugh... the tests too
23:09:04 mordred sorry bot that
23:09:16 adriant no, it rebase fine but didn't rename a thing 🙃
23:10:05 openstackgerrit Adrian Turjak proposed openstack/python-openstacksdk master: Raise error when supplying invalid query params https://review.openstack.org/532723
23:10:15 adriant that looks right... lemme just double check
23:12:04 adriant cool, that's done
23:13:27 adriant mordred: and the reason for: https://review.openstack.org/#/c/532723/9/openstack/network/v2/floating_ip.py is that if you don't remove that it we get query errors. Because no clue what fields='id' was meant to do, but it doesn't do anything now.
23:14:29 mordred maybe if you type the word fields harder it'll do somethig
23:14:54 adriant I tried following through the code and didn't find anywhere it was being used. Just some random arg someone thought meant something that was being dropped on the floor
23:48:05 openstackgerrit Merged openstack/python-openstacksdk master: Do not apply format expansions to passwords https://review.openstack.org/525756
23:57:11 openstackgerrit Merged openstack/python-openstacksdk master: Adds get encrypted password support https://review.openstack.org/488578
#openstack-sdks - 2018-01-25
01:24:55 openstackgerrit Colleen Murphy proposed openstack/python-openstackclient master: Add CRUD support for application credentials https://review.openstack.org/536163
01:53:22 openstackgerrit Merged openstack/python-openstacksdk master: v2 image update fix https://review.openstack.org/516433
02:52:07 openstackgerrit Merged openstack/python-openstacksdk master: Add some docs about not using Profile https://review.openstack.org/524021
03:00:11 openstackgerrit Merged openstack/python-openstacksdk master: Raise error when supplying invalid query params https://review.openstack.org/532723
13:46:16 openstackgerrit OpenStack Release Bot proposed openstack/python-openstackclient master: Update reno for stable/queens https://review.openstack.org/537910
15:33:47 openstackgerrit Merged openstack/os-service-types master: Updated from global requirements https://review.openstack.org/537136
16:31:19 openstackgerrit Merged openstack/python-openstacksdk master: Implement availability_zone_hints for networks and routers. https://review.openstack.org/525279
16:45:36 openstackgerrit Dmitry Tantsur proposed openstack/api-wg master: Add guideline on exposing microversions in SDKs https://review.openstack.org/532814
17:36:05 openstackgerrit Colleen Murphy proposed openstack/python-openstackclient master: Add CRUD support for application credentials https://review.openstack.org/536163
19:38:54 Bar__ dtroyer, hey
21:37:00 openstackgerrit Hongbin Lu proposed openstack/python-openstackclient master: Support filtering port with IP address substring https://review.openstack.org/532324
21:50:27 openstackgerrit Merged openstack/osc-lib master: Suppress subTest() expected errors https://review.openstack.org/531025
#openstack-sdks - 2018-01-26
01:50:51 openstackgerrit Hongbin Lu proposed openstack/python-openstacksdk master: [WIP] Fix an issue on creating resource https://review.openstack.org/538109
03:36:25 openstackgerrit Merged openstack/keystoneauth master: Update reno for stable/queens https://review.openstack.org/537494
14:09:19 openstackgerrit Kairat Kushaev proposed openstack/keystoneauth master: use defusedxml for XML parsing https://review.openstack.org/536761
15:37:47 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Fix batching for floating ips and ports https://review.openstack.org/538275
15:37:47 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Pass through all_projects for get_server https://review.openstack.org/538276
15:37:48 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Add tag support to create_stack https://review.openstack.org/538277
15:37:48 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Throw OpenStackCloudCreateException on create errors https://review.openstack.org/538278
15:37:49 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Use devstack functional test base job https://review.openstack.org/538279
15:37:49 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Remove inner_exceptions plumbing https://review.openstack.org/538280
15:37:50 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Merge OpenstackCloud and OperatorCloud files https://review.openstack.org/538281
15:37:50 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Add retry logic mechanism https://review.openstack.org/538282
15:37:51 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Baremetal NIC list should return a list https://review.openstack.org/538283
15:37:51 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Add supported method for checking the network exts https://review.openstack.org/538284
15:37:52 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Clean up the release notes a bit https://review.openstack.org/538285
15:49:06 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Add betacloud to the vendors https://review.openstack.org/538290
16:42:08 openstackgerrit Andreas Jaeger proposed openstack/service-types-authority master: Add .zuul.yaml file with tox job https://review.openstack.org/538305
16:50:32 openstackgerrit Merged openstack/osc-lib master: Updated from global requirements https://review.openstack.org/533996
18:25:40 openstackgerrit Merged openstack/osc-lib master: Update reno for stable/queens https://review.openstack.org/537520
18:36:50 openstackgerrit Merged openstack/osc-lib master: Updated from global requirements https://review.openstack.org/533997
18:54:09 openstackgerrit Merged openstack/python-openstackclient master: Update reno for stable/queens https://review.openstack.org/537910
20:57:58 openstackgerrit Andreas Jaeger proposed openstack/service-types-authority master: Add .zuul.yaml file with tox job https://review.openstack.org/538305
21:02:04 openstackgerrit Doug Hellmann proposed openstack/cliff master: add argparse conflict handler "ignore" https://review.openstack.org/538335
23:10:06 spilla anyone here happen to know about cliff's role in encoding/decoding bits
23:10:41 spilla specific in regards to this patch v
23:10:42 spilla https://review.openstack.org/#/c/481284/
23:11:16 spilla seems they stay unicode encoded which we are trying to make just normal strings
23:13:56 dhellmann spilla: when there's a field with a list like that cliff is just going to send it to the formatter as-is so it will be rendered using repr(), hence the u prefixes
23:14:37 dhellmann encoding the strings within the list should fix that, but then under python 3 you'll get a b prefix
23:16:04 spilla thanks dhellmann
#openstack-sdks - 2018-01-27
00:05:47 openstackgerrit Merged openstack/python-openstacksdk master: Remove 'conditions' section in heat stack template https://review.openstack.org/505481
17:27:26 openstackgerrit OpenStack Proposal Bot proposed openstack-infra/shade master: Updated from global requirements https://review.openstack.org/538457
17:31:56 openstackgerrit OpenStack Proposal Bot proposed openstack/cliff master: Updated from global requirements https://review.openstack.org/534911
18:20:21 openstackgerrit OpenStack Proposal Bot proposed openstack/os-client-config master: Updated from global requirements https://review.openstack.org/533991
18:22:40 openstackgerrit OpenStack Proposal Bot proposed openstack/osc-lib master: Updated from global requirements https://review.openstack.org/538478
18:35:28 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstacksdk master: Updated from global requirements https://review.openstack.org/538484
18:42:30 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Throw OpenStackCloudCreateException on create errors https://review.openstack.org/538278
18:42:30 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Use devstack functional test base job https://review.openstack.org/538279
18:42:31 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Remove inner_exceptions plumbing https://review.openstack.org/538280
18:42:31 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Merge OpenstackCloud and OperatorCloud files https://review.openstack.org/538281
18:42:32 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Add retry logic mechanism https://review.openstack.org/538282
18:42:32 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Baremetal NIC list should return a list https://review.openstack.org/538283
18:42:33 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Add supported method for checking the network exts https://review.openstack.org/538284
18:42:33 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Clean up the release notes a bit https://review.openstack.org/538285

Earlier   Later