File: multiple-updates-b48cc2f6db2e526d.yaml

package info (click to toggle)
python-openstacksdk 4.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 13,712 kB
  • sloc: python: 127,028; sh: 153; makefile: 23
file content (14 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.