1
0

- update to 0.8.4:

* Refactor Resource to better serve Proxy
  * Consistent resource.prop for timestamps and booleans (cluster
  * Add address scope CRUD
  * Consistent resource.prop for timestamps and booleans (object store)
  * Consistent resource.prop for timestamps and booleans (network)
  * Consistent resource.prop for timestamps and booleans (identity)
  * Cluster user guide - first step
  * Consistent resource.prop for timestamps and booleans (orchestration)
  * Consistent resource.prop for timestamps and booleans (telemetry)
  * Fix image member apis
  * Fix content-type for swift upload
  * Fix key manager secret resource object
  * Consistent resource.prop for timestamps and booleans (key manager)
  * Consistent resource.prop for timestamps and booleans (image)
  * Make metadata handling consistent in Compute
  * Fix coverage configuration and execution
  * Consistent resource.prop for timestamps and booleans (compute)
  * Fix functional tests
  * Add/Remove port interface to a router
  * Consistent resource.prop for timestamps and booleans (block store)
  * Consistent resource.prop for timestamps and booleans (metric)

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-openstacksdk?expand=0&rev=4
This commit is contained in:
Thomas Bechtold
2016-04-08 08:20:55 +00:00
committed by Git OBS Bridge
parent a9f8dacc48
commit 8b602b101e
4 changed files with 31 additions and 5 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Fri Apr 8 08:18:15 UTC 2016 - tbechtold@suse.com
- update to 0.8.4:
* Refactor Resource to better serve Proxy
* Consistent resource.prop for timestamps and booleans (cluster
* Add address scope CRUD
* Consistent resource.prop for timestamps and booleans (object store)
* Consistent resource.prop for timestamps and booleans (network)
* Consistent resource.prop for timestamps and booleans (identity)
* Cluster user guide - first step
* Consistent resource.prop for timestamps and booleans (orchestration)
* Consistent resource.prop for timestamps and booleans (telemetry)
* Fix image member apis
* Fix content-type for swift upload
* Fix key manager secret resource object
* Consistent resource.prop for timestamps and booleans (key manager)
* Consistent resource.prop for timestamps and booleans (image)
* Make metadata handling consistent in Compute
* Fix coverage configuration and execution
* Consistent resource.prop for timestamps and booleans (compute)
* Fix functional tests
* Add/Remove port interface to a router
* Consistent resource.prop for timestamps and booleans (block store)
* Consistent resource.prop for timestamps and booleans (metric)
-------------------------------------------------------------------
Mon Mar 14 13:27:14 UTC 2016 - tbechtold@suse.com