1
0

- add obsoletes

- update to version 0.36.2
  - Fix error handling in network trunks operations
  - Handle HTTP errors in add/remove router interface calls
  - Consistent normalization of Machine objects in the cloud layer
  - Fix error handling on add/remove router iface calls
  - Include "fields" to "SecurityGroup" query parameters
  - Use has_service in functional test's require_service
  - Update TOX/UPPER_CONSTRAINTS_FILE for stable/train
  - Fix microversion negotiation in some bare metal node call
  - Keep connection backrefs with weakref.proxy
  - Update .gitreview for stable/train
  - Fix server for later microversion
  - baremetal node: 'error' is a failed state

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-openstacksdk?expand=0&rev=40
This commit is contained in:
2020-03-23 17:21:46 +00:00
committed by Git OBS Bridge
parent 1557996af3
commit d3e998ee12
4 changed files with 32 additions and 7 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Mar 23 17:21:41 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- add obsoletes
-------------------------------------------------------------------
Mon Mar 23 17:21:31 UTC 2020 - cloud-devel@suse.de
- update to version 0.36.2
- Fix error handling in network trunks operations
- Handle HTTP errors in add/remove router interface calls
- Consistent normalization of Machine objects in the cloud layer
- Fix error handling on add/remove router iface calls
- Include "fields" to "SecurityGroup" query parameters
- Use has_service in functional test's require_service
- Update TOX/UPPER_CONSTRAINTS_FILE for stable/train
- Fix microversion negotiation in some bare metal node call
- Keep connection backrefs with weakref.proxy
- Update .gitreview for stable/train
- Fix server for later microversion
- baremetal node: 'error' is a failed state
-------------------------------------------------------------------
Sat Mar 14 15:37:35 UTC 2020 - Dirk Mueller <dmueller@suse.com>