Current Series Release Notes¶
1.2.0¶
New Features¶
Add Designate (DNS) support for zone shares.
Added support to create, list, get and delete share access rules with the shared file system service.
Added support to create, list, get, and delete share network subnets on the shared file system service.
Adds shelve_offload_server method to the compute proxy
Add support for Ironic Inspector Introspection Rules API.
Adds support for Node shards to baremetal service.
The
Resource.wait_for_status
,Resource.wait_for_delete
, and related proxy wrappers now accept acallback
argument that can be used to pass a callback function. When provided, the wait function will attempt to retrieve aprogress
value from the resource in question and pass it to the callback function each time it iterates.
1.1.0¶
New Features¶
Add support for glance Cache API.
Add support for glance Cache API.
Added support to create, update, list, get, and delete share networks on the shared file system service.
Added support to list and get share snapshot instances on the shared file system service.
Added support to list, get, reset status of, and force delete share instances (from shared file system service).
Added support for shrink/extend share actions.
Added support to list and show Export Locations for shares from the Shared File Systems service.
The
openstack.compute.v2.server.Server
object now provides arestore
method to restore it from a soft-deleted state, while the compute proxy method provides an equivalentrestore_server
method.
Add BGPVPN, BGPVPN Network Association, BGPVPN Port Association, and BGPVPN Router Association resources and introduce support for CRUD operations for these.
Add SDK support for Nova microversion 2.91. This microversion allows specifying a destination host to unshelve a shelve offloaded server. And availability zone can be set to None to unpin the availability zone of a server.
Upgrade Notes¶
Warnings about deprecated behavior or deprecated/modified APIs are now raised using the
warnings
module, rather than thelogging
module. This allows users to filter these warnings or silence them entirely if necessary.
Bug Fixes¶
It is now possible to configure
v3multifactor
auth type using environment variables. For example:export OS_AUTH_TYPE=v3multifactor export OS_AUTH_METHODS=v3password,v3totp export OS_USERNAME=admin export OS_PASSWORD=password export OS_PASSCODE=12345 openstack server list