openstacksdk/releasenotes/notes/multiple-updates-b48cc2f6db2e526d.yaml
Monty Taylor a3cd1f0faf
Merge shade and occ releasenotes
Change-Id: I4d25c654ee3c298de03907b14161096a59d098db
2017-09-20 10:29:27 -05:00

15 lines
523 B
YAML

---
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.