Release notes for newton-1

This patch adds release notes for newton-1 release.

Change-Id: Ie5cb27f21ee06b5b63f5817af372e8e544510af2
This commit is contained in:
tengqm 2016-06-03 05:34:02 -04:00
parent 50bffd0cfa
commit 8f9ddb9185
5 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
upgrade:
- The cluster delete API calls may return a 409 status code if there
are policies and/or receivers associated with it. Previously, we return
a 400 status code.

View File

@ -0,0 +1,4 @@
---
upgrade:
- DB columns obj_id, obj_type and obj_name in the event table are now
renamed to oid, otype and oname correspondingly.

View File

@ -0,0 +1,4 @@
---
other:
- Reworked API documentation which is now published at
http://developer.openstack.org/api-ref/clustering

View File

@ -0,0 +1,3 @@
---
fixes:
- Fixed bug introduced by openstacksdk when updating nova server metadata.

View File

@ -0,0 +1,4 @@
---
features:
- Added support to oslo.versionedobject so that DB interactions are
abstracted. It is possible to do live upgrade for senlin service now.