Add some release notes we forgot to add

Change-Id: I05c31400e6f2e584a656c8ab422875be2d6f6bfe
This commit is contained in:
Monty Taylor 2017-06-14 18:08:27 -05:00
parent 6b325282d3
commit c431cc2c4b
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -0,0 +1,14 @@
---
features:
- Removed unneeded calls that were made when deleting servers with
floating ips.
- Added pagination support for volume listing.
upgrade:
- Removed designateclient as a dependency. All designate operations
are now performed with direct REST calls using keystoneauth
Adapter.
- Server creation calls are now done with direct REST calls.
fixes:
- Fixed a bug related to neutron endpoints that did not have trailing
slashes.
- Fixed issue with ports not having a created_at attribute.