Stein Series Release Notes¶
13.0.2¶
Upgrade Notes¶
- The - --hintoption for the- bootcommand expects a key-value argument. Previously, if this was not the case, the argument would be silently ignored. It will now raise an error.
13.0.0¶
New Features¶
- From microversion 2.69 the results of - nova list,- nova showand- nova service-listmay contain missing information in their outputs when there are partial infrastructure failure periods in the deployment. See Handling Down Cells for more information on the missing keys/info.
- Added support for microversion 2.71 which outputs the server_groups field in the following commands: - nova show
- nova rebuild
 
- Support has been added for microversion 2.72. This microversion allows creating a server using the - nova bootcommand with pre-existing ports having a- resource_requestvalue to enable features such as guaranteed minimum bandwidth for quality of service.
- Added support for microversion 2.70 which outputs the Tag field in the following commands: - nova interface-list
- nova interface-attach
- nova volume-attachments
- nova volume-attach
 
Upgrade Notes¶
- Added support for microversion 2.68, which removes the - --forceoption from the- nova evacuate,- nova live-migration,- nova host-evacuateand- nova host-evacuate-livecommands.
- The - nova interface-attachcommand shows output of its result when it is successful.
- The following methods return a - NetworkInterfaceobject instead of a- Serverobject.- The - interface_attachmethod in the- novaclient.v2.Serverclass
- The - interface_attachmethod in the- novaclient.v2.ServerManagerclass
 
Other Notes¶
- The - novaclient.v2.servers.Server.networksproperty method now returns an OrderedDict where the keys are sorted in natural (ascending) order. This means the- nova showand- nova listoutput will have predictable sort order on the networks attached to a server.
12.0.0¶
Upgrade Notes¶
- All modules of - novaclient.v2.contribhave been removed.
- The - only_contribparameter for the- novaclient.client.discover_extensionsmethod is no longer valid.
Deprecation Notes¶
- The - --instance-nameoption has been deprecated from the- nova listcommand because the instance name query parameter is ignored by the compute REST API.
11.1.0¶
New Features¶
- Added support for microversion 2.66 which adds - changes-beforeparameter to the servers, os-instance-actions or os-migrations APIs.- This parameter ( - changes-before) does not change any read-deleted behavior in the os-instance-actions or os-migrations APIs.
- Like the - changes-sincefilter, the- changes-beforefilter will also return deleted servers.
- The - --changes-beforeoptions is added to the- nova list,- nova instance-action-listand- nova migration-listCLIs.
 
- Support is added for the 2.67 microversion which allows specifying a - volume_typewith the- --block-deviceoption on the- nova bootcommand. The- novaclient.v2.servers.ServerManager.create()method now also supports a- volume_typeentry in the- block_device_mapping_v2parameter.
Bug Fixes¶
- The user data argument in the - nova rebuildcommand was passing the filename as userdata. Now this passes the contents of the file as intended.
