Yoga Series Release Notes¶
5.8.1¶
Bug Fixes¶
Fixed create image from volume command. If user wants to pass
visibility
andprotected
fields, they need to specify volume microversion 3.1 or greater by passingos-volume-api-version 3.1
with the command.
Fixed a bug in “access rule” subcommands where the client logic incorrectly assumed that access rules have a “name” property which resulted in unpredictable behaviors. e.g. “access rule delete {non-existent-id}” now results in a not-found error instead of sometimes deleting an unrelated rule.
5.8.0¶
New Features¶
Add
local ip create
,local ip delete
,local ip list
,local ip set
,local ip show
,local ip association create
,local ip association delete
andlocal ip association list
commands to support Neutron Local IP CRUD operations. [bug 1930200]
Add possibility to unbind Neutron’s port from the host by unsetting its host_id.
Support for the
remote-managed
VNIC type has been added and can now be passed to the--vnic-type
option when used in conjunction with theport create
andport set
commands.
Add
--check-limit
option to theopenstack quota set
command (only for network commands). The network quota engine will check the resource usage before setting the new quota limit.
Add support for compute API microversion 2.47, which changes how flavor details are included in server detail responses. In 2.46 and below, only the flavor ID was shown in the server detail response. Starting in 2.47, flavor information is embedded in the server response. The newer behavior is now supported.
Add
--subnet-pool
option tosubnet list
to filter by subnets by subnet pool.
Switch the add fixed IP command from novaclient to SDK.
Migrate openstack server image create from novaclient to sdk.
Migrate server add network/port from novaclient to openstacksdk.
Migrate openstack server add volume to using sdk.
Migrate
server pause
andserver unpause
commands from novaclient to sdk.
Migrate
server suspend
andserver resume
commands from novaclient to sdk.
Switch the compute service commands from novaclient to SDK.
It is now possible to add an external gateway to a router immediately on creation. Previously it could only be done by modifying the router after it had been created. This includes the options to en- or disable SNAT and to specify a fixed-ip on the external network.
Added the ability to pass arguments through to the
ssh
command When usingopenstack server ssh
. This allows the user to use anyssh
option without needing to add that option to the openstack client. Existing openstackclient options that mirror SSH options are now deprecated.
Added
--security-group
option to theos port list
command. This option is appendable and multiple security group IDs can be provided.
Switch server remove volume/port to using sdk.
Switch command server remove volume to using sdk.
Deprecation Notes¶
openstack server ssh
options that mirrorssh
options are now deprecated (--login, -l, --port, --identity, --option, -o, -vz
). Thessh
equivalent of each deprecated option should be used instead. For exampleopenstack server ssh instance -- -l user -i key