Current Release Notes¶
3.11.0-27¶
New Features¶
- Add
--human-readableoption toimage showto display image size in human readable format (such as K, M, G, T,..) [Bug 1640086]
- Add
--default-quotaoption tosubnet pool createandsubnet pool setcommands. [Bug 1667294]
Bug Fixes¶
Change column name
Display NametoNameinvolume listoutput. Currentvolume list --namecommand usesdisplay_nameas search_opts to send to cinder API, and show the result table withDisplay Nameas column title. Replace allDisplay NamebyNameto be consistent with other list commands.Support a mapping for volume list -c
Display Name(Volume v1 and v2) and volume create/show -cdisplay_name(Volume v1) to maintain backward compatibility until the next major release. [Bug 1657956]
- Make
role assignment listcallable without administrator permissions if restricted to own project with--projectparameter. [Bug 1658189]
- Make
block-device-mappingoption ofserver createcommand more stable and clear. Fix ValueError when input block device mapping option in wrong format. Support to create block device from snapshot. Add details in help message about block-device-mapping option format and regular value of each item. [Bug 1667266]
- Allow security groups in
server createcommand to be specified by name or ID with the--security-groupoption. This also checks that the security group exist before creating the server. [Bug 1687814]
- Raise exact exception when extension don’t exist in
extension showcommand, and keep the column display order consist inextension listwith and without--longoption. [Bug 1689233]
3.11.0¶
3.10.0¶
New Features¶
- Add support for Network Flavor Profile commands:
network flavor profile create,network flavor profile delete,network flavor profile list,network flavor profile showandnetwork flavor profile set[Blueprint neutron-client-flavors]
- Add
--share,--no-share,--project,--project-domainoptions toqos policy listcommand. [Blueprint network-commands-options]
- Add
quota listcommand with--compute,--volumeand--networkoptions. [Blueprint quota-list]
- Add
server add portandserver remove portcommands which enable to add/remove ports to/from a server [Bug 1678137]
- Add
--no-haoption to therouter createcommand [Bug 1675514]
- Add
--fixed-ip-addressoption to theserver add floating ipcommand [Bug 1624524]
- Add
--fixed-ip-addressoption to theserver add fixed ipcommand [Bug 1678140]
- Added
extension showcommand to display the details of an extension. Currently works only for network extensions. [Blueprint extension-show]
- Add network dhcp-agent related commands
network agent add network,network agent remove network,network agent list --networkandnetwork list --agentfor adding/removing network to dhcp agent. [Blueprint network-dhcp-adv-commands]
- Add support to add/remove multi users by
group add/remove usercommand. [Blueprint support-multi-add-remove]
- Add
--private-keyoption forkeypair createcommand to specify the private key file to save when a keypair is created, removing the need to copy the output and paste it into a new file. This is a convenient way to save private key in OSC interactive mode. [Bug 1549410]
- Add
--sortsupport toproject listby sorting items in client side By default project list will be sorted by name. [Bug 1596818]
- Add
--qos-policyoption toport create,port setandport unsetcommands. [Bug 1612136]
- Add
--networkand--portoptions toserver createcommand as alternatives to--nicoption. [Bug 1612898]
- The
project listcommand lists all projects when called by an admin user. For non-admin users it will now list projects for the authenticated user instead of exiting with an authorization failure. The--my-projectsoption has also been added to theproject listcommand to allow admin users to list their own projects. [Bug 1627555]
Add
server event listandserver event showcommands.A server event is the event record of actions performed on a server, including: event type(create, delete, reboot and so on), event result(success, error), start time, finish time and others. [Bug 1642030]
- Add
floating ip setandfloating ip unsetcommands. [Bug 1560297]
- Add
network flavor add profileandnetwork flavor remove profilecommands. [Blueprint neutron-client-flavors]
Deprecation Notes¶
volume transfer request accepthas been changed to move theauth-keypositional argument to a requried option--auth-key. This leaves the transfer request ID as the only positional arguemnt, as per the OpenStackClient command format. The old format is still functional, but is deprecated and will be removed in the next major release.
Bug Fixes¶
- Fix
volume transfer request acceptto not fail the transfer request name/ID lookup for non-admin users as the Volume API does not allow non-admin users access to transfers in other projects. [Bug 1633582]
- Change the output column order in
volume transfer request listto haveIDfollowed byNamethen the remaining columns.
- Now the positional parameter
<snapshot-name>ofvolume snapshot createcommand is no longer optional, it should be always present. [Bug 1659894]
security group listcommand now can display project IDs in theProjectcolumn of the command output. [Bug 1659967]
- Allow users to create centralized (distributed=False)
routers using the
--centralizedoption inrouter create. Without this, routers are created based on the default neutron configuration of the deployment, which, for example, could be ‘distributed’. [Bug 1664255]
- Add
--mac-addressoption toport setcommand. [Bug 1670707]
- Narrow acceptable negative response codes for
group contains user[Bug 1672634]
- Fix creating a server with a block-device-mapping when volume_size is empty. [Bug 1677236]
3.9.0¶
New Features¶
- Add support for the
network auto allocated topologycommand for creating and deleting auto allocated topologies. [Blueprint network-auto-allocated-topology]
- Add support to clear/overwrite all flavor properties using
--no-propertyoption withflavor setcommand. [Blueprint allow-overwrite-set-options]
- Add
volume host failovercommand. [Blueprint cinder-command-support]
- Add
--fixed-ipoption to theport listcommand. [Bug 1634799]
- Add
--encryption-provider,--encryption-cipher,--encryption-key-sizeand--encryption-control-locationoptions tovolume type setandvolume type createcommands. Add--encryption-typeoption tovolume type unset,volume type listandvolume type showcommands. [Bug 1651117]
Add
--groupoption to thecommand listcommand to filter the commands by group name:openstack command list --group volumewill list all Volume commands for the selected API version. Use--os-XXXX-api-versionto select a specific API version for the desired APIs.This provides an alternative to searching help output to list the comamnds available for specific APIs. Note that the
--groupargument is used as a simple substring search in the Command Group column. [Bug 1666780]
- Added support for Volume API v3 for the following block storage command
resources:
consistency group,consistency group snapshot,volume,volume backup,volume host,volume snapshot,volume type,volume qos,volume service,volume transfer request. Note that microversion support for Volume API v3 is not yet implemented, each command will assume the API version is3.0.
- Add
network flavor create,network flavor delete,network flavor list, Addnetwork flavor showandnetwork flavor setcommand [Blueprint neutron-client-flavors]
- Add
--no-propertyoption involume set, this removes all properties from a volume. [Blueprint allow-overwrite-set-options]
Bug Fixes¶
- Fix
--parentsand--childrenoptions inproject showcommand. [Bug 1499657]
- Fixed the
port setandport unsetcommand failures (AttributeError) when--security-groupoption is included. [Bug 1656788]
- Fix wrong behavior of parsing plugin service name when the service name end
with keyword
os, like: antiddos. That cause the service api version specified by users don’t work. [Bug 1658614]
- Fix
module list --allcommand failed, and enhance the related unit tests and funcational tests. [Bug 1661814]
- Fix
server createcommand failed when--nicauto or none.autoandnoneoptions was added into –nic argument of server create command, but that don’t work and raise internal error when execute command. The patch fix that issue. [Bug 1663520]
- Allow
--defaultand--no-defaultoptions innetwork createcommand to be recognized when--externalis not present. [Bug 1665231]
- Fix the
Ethertypecolumn output ofsecurity group rule listcommand. [Bug 1667699]
3.8.1¶
Bug Fixes¶
- The
network createcommand was ignoring the--projectoption and creating networks owned by the current authenticated user’s project. This was a regression introduced in OSC 3.8.0. [Bug 1659878]
- The
address scope listcommand failed with ‘HttpException: Bad Request’ when the--shareor--no-shareoptions were used. [Bug 1659993]
3.8.0¶
New Features¶
- Add meter rules commands for
network meter rule create,network meter rule delete,network meter rule list, andnetwork meter rule show. [Blueprint neutron-client-metering]
- Add
--allowed-addressoption toport create,port setandport unsetcommands. Also add--no-allowed-addressoption toport createandport setcommands. [Bug 1612136]
- Add
--deletedand--changes-sinceoptions toserver listcommand. [Bug 1647242]
- Add
--projectand--project-domainfiltering options toport listcommand. [Bug 1648087]
- Add
--domainoptions to theuser setcommand. Allows specification of domain context when changing users. [Bug 1658147]
- Add
--no-propertyoption involume snapshot set. [Blueprint allow-overwrite-set-options]
- Add
--projectand--project-domainoption tovolume snapshot listcommand, in order to filter list result by different project.
Bug Fixes¶
- Allow
--block-device-mappingoption to work correctly with--volumeoption inserver createcommand. After Bug 1383338--block-device-mappingwas ignored if--volumewas present. Block device mappings are now appended to the mapping created by the--volumeoption if it is present. The device name of the boot volume specificed in the--volumeoption is no longer assumed to be ‘vda’ but now uses the hypervisor’s boot index to obtain the device name. This maintains the status quo for QEMU/KVM hypervisors but XEN, parallels and others virt types that have device naming is different fromvd*should now also work correctly. [Bug 1497845] [Bug 1647406]
- Fixed a
__init__() got an unexpected keyword argument 'project_name'error in various networking commands whenhelpor--helpwas used. [Bug 1650026]
- Work around a bug in OpenStackSDK 0.9.11 and 0.9.12 that causes
quota set --networkto fail. [Bug 1655445]
- Fixed a
volume qos createdisplay mistake in argument ofspecs. [Bug 1656767]
- Correctly handle non-admin in
create trustcommand when looking up role names. [Bug 1658582]
3.7.0¶
New Features¶
- Added
autoandnoneas values for--nicto the“server create“ command. Specifyingnonewill not attach a network to the server. Specifyingautowill automatically attach a network. Note, v2.37 (or newer) of the Compute API is required for these options. [Bug 1650342]
- Add support for Network QoS rule commands:
network qos rule create,network qos rule delete,network qos rule list,network qos rule showandnetwork qos rule set[Bug 1609472]
- Add support for Network QoS rule type commands:
network qos rule type list, [Bug 1612194]
- Add
--routerand--no-routeroptions toosc router setcommand to modify routes in a router instance. [ Blueprint allow-overwrite-set-options]
- Add support for network metering commands:
network meter create,network meter delete,network meter show,network meter list[Blueprint neutron-client-metering]
- Add
consistency group add volumeandconsistency group remove volumecommands in volume v2. [Bug 1642238]
- Add filters
--agent-typeand--hosttonetwork agent listcommand [Bug 1641868]
- Add
--type,--action,--longoptions tonetwork rbac listcommand [Bug 1648307]
- Add support to update image membership with the
--accept,--rejectand--pendingoptions of theimage set command.
Bug Fixes¶
- Fix an endpoint version problem with Image endpoints that contained the substring ‘v2’. [Bug 1652827]
- Fix
--projectoption forflavor createcommand when the ID for the new flavor is auto generated. [Bug 1654221]
- Fixed a
'Quota' object is not iterableerror in thequota showcommand that appeared with the initial release of openstacksdk v0.9.11 and v0.9.12. [Bug 1655537]
- Fix
floating ip deleteandfloating ip showto accept IP addresses in addition to IDs to select floating IPs to delete or show. [Bug 1656402
- Work around a bug in OpenStackSDK 0.9.11 and 0.9.12 that causes
quota show --defaultto fail. [Bug 1656572]
- Fix a bug of unable to filter volume list by
--projectand--useroptions in theopenstack volume list.
- Makes
openstack object savemuch faster when saving an object to disk. [Bug 1654645]
3.6.0¶
New Features¶
- Add
--defaultoption tovolume type listcommand, in order to show which volume type the volume sets as it’s default. [Blueprint cinder-command-support]
- Add
--bootable,--non-bootable,--read-onlyand--read-writeoptions tovolume createcommand. [Blueprint cinder-command-support]
- Add
--name,--ip-version,--project,--project-domain,--share,--no-shareoptions to theaddress scope listcommand. [Bug 1636046]
- Add
ploopas a valid disk format choice forimage createandimage setcommands. [Bug 1650342]
- Add support for setting the gateway information in a router,
by introducing the new option
--external-gatewayinrouter setcommand and clearing the gateway information in a router by introducing--external-gatewayoption inrouter unsetcommand. [ Blueprint neutron-client-advanced-router]
3.5.0¶
New Features¶
- Add
--no-dns-nameserveroption tosubnet setcommand. [Blueprint allow-overwrite-set-options]
- Add
network service provider listcommand.
- Add
--enable-port-securityand--disable-port-securityoptions toport setandport createcommands. [Blueprint network-commands-options]
- Add
--typeand--retype-policyoptions tovolume setcommand. [Blueprint cinder-command-support]
- Add
volume host setcommand, it allows a user to enable or disable a volume host. [Blueprint cinder-command-support]
- Add
--forceoption tovolume snapshot deletecommand to allow delete in state other than error or available. [Bug 1597195]
- Add
--dns-nameoption toos port createandos port setcommands. [Bug 1612136]
- Add
--projectand--project-domainoptions to therouter list,floating ip createandsecurity group listcommands. [Bug 1613231] [Bug 1613629] [Bug 1610909]
- Add
consistency group createcommand in volume v2. [Bug 1613964]
- Add
consistency group deletecommand in volume v2. [Bug 1613964]
- Add
consistency group showcommand in volume v2. [Bug 1613964]
- Add
consistency group setcommand in volume v2. [Bug 1613964]
- Add
--long,--status,--project,--project-domain, and--routeroptions tofloating ip listcommand. [Bug 1614379]
- Add
--port,--fixed-ip-address,--network, options tofloating ip listcommand [Bug 1614379]
- Add
--remote-sourceoption tovolume snapshot createcommand to support creating volume snapshot from an existing remote volume snapshot in volume v2. [Bug 1618676]
- The
image listcommand will now sort by name in ascending order by default.--sortoption will have the default value ofname:asc. [Bug 1639231]
- Add
consistency group snapshot create,consistency group snapshot delete,consistency group snapshot listandconsistency group snapshot showcommands in volume v2. [Bug 1642238]
- Add
Is Publiccolumn tovolume type list. [Bug 1643861]
- Add
--name,--statusand--volumeoptions tovolume snapshot listcommand [Bug 1645252]
- Add QoS support for Network commands.
The new parameter
qos-policyis added tonetwork createandnetwork setcommands. This parameter is the name or the ID of the network QoS policy to attach to this network. [Bug 1627069]
- Add new commands
volume snapshot create/delete/list/show/set/unset. They are used to replace the old commandssnapshot create/delete/list/show/set/unset. [Blueprint backup-snapshot-renamed-for-volume-resource]
Deprecation Notes¶
- Deprecate commands
snapshot create/delete/list/show/set/unset. [Blueprint backup-snapshot-renamed-for-volume-resource]
Bug Fixes¶
- Skip password prompt when running commands that do not require auth and user auth values are present except for password. [Bug 1619274] Fixed in release 3.3.0
- Fix problem with
--os-auth-type token_endpointthat caused exceptions when recent os-client-config version 1.23.0 or newer is installed. [Bug 1642301] Fixed in release 3.4.1
- Changed the default version of
OS_IMAGE_API_VERSIONto2. Image v1 has been deprecated for more than six months and other projects, such as shade and os-client-config are using Image v2 by default as well. [Bug 1642772]
3.4.1¶
3.4.0¶
New Features¶
- Add support to update high-availability property of
a router by adding
--haand--no-haoption torouter setCLI. [Bug 1631492]
- Add support for Network QoS policies commands:
network qos policy create,network qos policy delete,network qos policy list,network qos policy showandnetwork qos policy set[Bug 1609037]
- Add
--all-projectsoption to thevolume backup listcommand to list volume backups across all projects.
- Add
--read-onlyand--read-writeoptions tovolume setcommand. [Blueprint cinder-command-support]
- Add
--descriptionoption tosecurity group rule createcommand. [Blueprint network-commands-options]
- Add
--descriptionoption toport setandport createcommands. [Blueprint neutron-client-descriptions]
openstack floating ipnow providesFloating NetworkandProjectto identify to which network and project the floating-ip belongs to. [Bug 1566090]
- Add
--security-groupand--no-security-groupoptions toport create,port setandport unsetcommands. [Bug 1612136]
- Add
--ingress,--egressand--protocoloptions tosecurity group rule listcommand. [Bug 1613533]
- Add a new column
statusand--longoption to the result of theos port listcommand. [Bug 1613995] [Bug 1614321]
- Add support to allow filtering ports via
--mac-addressoption to theport listcommand. [Bug 1634333]
- Add
--provider-network-type,--provider-physical-network, and--provider-segmentoptions to thenetwork listcommand. [Bug 1635580]
- Add
--longoption and more columns to thehypervisor listcommand. [Bug 1637074]
- Add
--name,--enable,--disableoptions torouter listcommand. [Bug 1637945]
- Add
--name,--status,--volume,--markerand--limitoptions tovolume backup listcommand [Bug 1639712]
rbac_objectparameter innetwork rbac createcommand now can be a QoS policy name.
- Add
volume migratecommand. [Blueprint cinder-command-support]
Upgrade Notes¶
- Rename the
--src-groupand--src-ipoptions in thesecurity group rule createcommand to--remote-groupand--remote-ip. The--src-groupand--src-ipoptions are deprecated but still supported, and will be removed in a future release. [Bug 1637365]
Bug Fixes¶
- Fix the
--block-migrationand--shared-migrationoptions forserver migrateto send the correct values to the Compute API. [Bug 1518059]:
- A warning message will be shown when an empty password is used
for
user createanduser setoperations. [Bug 1607959]
- Fix
router unset --routeto correctly removed routes. [Bug 1631471]
- Fix
--no-allocation-pooloption forsubnet setcommand to send the correct value to the Network API. [Bug 1518059]:
- Cliff 2.3.0: The shell formatter would emit invalid shell variable
names for field names that contain colons (‘
:’) and dashes (‘-‘), these are now replaced by underscores (‘_’). [Bug 1616323]
3.3.0¶
New Features¶
- Ports can now be listed as per the networks they are
connected to by using the
--networkoption with theport listCLI. [ Blueprint network-commands-options]
- Allow
--no-fixed-ipand--no-binding-profileoptions toport setcommand to be specified when--fixed-ipand--binding-profileare present. This allows the list of fixed IPs and binding profiles to be cleared and replaced with new values in a single command. [Blueprint allow-overwrite-set-options]
- Add
--no-allocation-pooland--no-host-routeoptions tosubnet setcommand that clears the respective values in the specified subnet. This allows new values to replace the entire list of existing values in a single command for allocation pools and host routes. [Blueprint allow-overwrite-set-options]
- Add
volume transfer request create,volume transfer request delete,volume transfer request showandvolume transfer request acceptcommands in volume v1 and v2. [Blueprint cinder-command-support]
- Add
--descriptionoption tonetwork createandnetwork setcommands. [Blueprint network-commands-options]
- Add
--descriptionoption tofloating ip createcommand. [Blueprint neutron-client-descriptions]
- Add
--descriptionoption torouter setandrouter createcommands. [Blueprint network-commands-options]
- Add
network segment create,network segment deleteandnetwork segment setcommands. In addition, thenetwork segment listandnetwork segment showcommands are no longer beta commands and the--network-segmentoption on thesubnet createcommand is no longer a beta command option. [Blueprint routed-networks]
- Add
--no-propertyoption toaggregate setcommand. This allows the property list to be cleared and replaced with new values in a single command. [Blueprint support-no-property-in-aggregate]
- Supported to fetch network project default quota with command
quota show --default. [Bug 1204956]
- Add
--internal,--name,--projectand--project-domain,--enableand--disable,--shareand--no share,--statusoptions to thenetwork listcommand. [Bug 1578819]
- Add
--nameoption to commandobject createfor uploading a file and renaming it. [Bug 1607972]
- Support to update
per_volume_gigabytes,backup_gigabytesandbackupsquota inquota setcommand. [Bug 1609767]
- Add
--haoption torouter createcommand. [Bug 1610161]
- Add
--project,--project-domain,--network,--gateway,--nameand--subnet-rangeoptions to thesubnet listcommand. [Bug 1610883]
- Add
--limitoption tovolume listcommand in volume v1, add--limitand--markeroptions tovolume listcommand in volume v2. [Bug 1612484]
- Add
volume backup setcommands in volume v2. [Bug 1613261]
- Add
volume service setcommands in volume v1 and v2. [Bug 1613597]
- Add
--share,--no-share,--project,--project-domain,--default,--no-default,--nameand--address-scopeoptions to thesubnet pool listcommand. [Bug 1613926]
- Add
consistency group listcommand in volume v2. [Bug 1613964]
- Support listing the specified server’s ports by new option
--serverofport listcommand. [Bug 1614385]
- Adds
--descriptionoption tosubnet createandsubnet setcommands. [Bug 1614458]
- Adds
--descriptionoption tosubnet pool createandsubnet pool setcommands. [Bug 1614823]
- Add
--source-replicated,--consistency-group,--hintand--multi-attachoptions tovolume createcommand in volume v2. Make--sizeoptional when--snapshot,--sourceorsource-replicatedoptions are present. [Bug 1627913]
- Add
--service-typeoption to thesubnet create,subnet set,subnet unset, andsubnet listcommands. [ Blueprint service-subnets]
Bug Fixes¶
- Add
--bootableand--non-bootableoptions toos volume setcommand to mark volume as bootable or non-bootable. [Bug 1535704]
- Update novaclient
DEFAULT_API_VERSIONfrom 2.0 to 2.1 [Bug 1588171]
- Fix the
--classoption inquota setandquota showcommands to not perform a project lookup in Identity. [Bug 1609233]
- Do not show
os-volume-type-access:is_publicproperty which is the same asis_publicproperty of volume type object. [Bug 1620922]
- Fix
--longoption inrouter listcommand for deployments without therouter_availability_zoneextension is not enabled. [Bug 1622565]
- Fix missing
_usernameattribute error inserver sshcommand. [Bug 1624085]
3.0.0¶
New Features¶
- Add a new command
port unsetto clear the information of fixed-ip and binding-profile from the port. [ Blueprint network-property-unset]
- Added support of –server-groups –server-group-members options to
quota setcommand. [Bug 1602223]
- Add new commands
volume backup create/delete/list/show/restore. It is used to replace the old commandsbackup create/delete/list/show/restore. [Blueprint backup-snapshot-renamed-for-volume-resource]
- Add
network agent delete,network agent list,network agent showandnetwork agent setcommands. [Blueprint implement-network-agents]
- Support bulk deletion and error handling for
aggregate delete,flavor delete,keypair deleteandservice deletecommands. [Blueprint multi-argument-compute]
- Support bulk deletion for
subnet pool delete,subnet delete,floating ip delete,security group deleteandsecurity group rule delete. [Blueprint multi-argument-network]
- Update
--binding-profileoption on theport createandport setcommands to support JSON input for more advanced binding profile data. [Blueprint neutron-client]
- Add
--enable-port-securityand--disable-port-securityoptions on thenetwork createandnetwork setcommands. This supports setting the default port security for ports created on a network. [Blueprint neutron-client]
- Add
genevechoice to thenetwork createcommand--provider-network-typeoption. [Blueprint neutron-client]
- Add
--device-owneroption to theport listcommand to enable listing ports based on device owner. [Blueprint neutron-client]
- Add
network rbac list,network rbac show,network rbac create,network rbac deleteandnetwork rbac setcommands. [Blueprint neutron-client-rbac]
- Add
--network-segmentoption to thesubnet createcommand. This is a beta command option and subject to change. Use global option--os-beta-commandto enable this option. [Blueprint routed-networks]
- Add support for showing flavor access list by using
flavor showcommand. [Bug 1575461]
- Add
--purgeoption tovolume deletecommand (Volume v2 only) in order to removing any snapshots along with volume automatically when user delete the volume. [Bug 1589332]
- Add options
--upand--downfor compute v2compute service setcommand to support force up/down compute service. [Bug 1589348]
- Support bulk deletion for
ec2 credentials delete,endpoint delete,service deletein identity V2.0 . [Bug 1592906]
- Support bulk deletion for identity v3 commands:
consumer,credential,domain,ec2creds,endpoint,federation_protocol,identity_provider,mapping,policy,region,service_providerandservice. [Bug 1592906]
- Support bulk deletion for
volume type delete. [Bug 1592906]
- Add
--forceoption tobackup createcommand to allow users to back up an in-use volume. [Bug 1596443]
- Add
--propertyoption toflavor createcommand. [Bug 1596798]
- Add
--forceoption tovolume qos deletecommand to allow users to delete in-use QoS specification(s). [Bug 1596821]
- Add
--snapshotoption tobackup createcommand. [Bug 1597184]
- Add
--forceoption tobackup deletecommand to allow delete in state other than error or available. [Bug 1597188]
- Add
--propertyoption tosnapshot createcommand. [Bug 1597192]
- Add
--publicand--privateoptions tovolume type listcommand. [Bug 1597198]
- Add
--incrementaloption tobackup createcommand to allow users to create incremental backups. [Bug 1600196]
- Add “Checksum” column to output of “image list –long” [Bug 1602073]
- Add
--projectand--project-domainoptions tovolume type createcommand. [Bug 1602169]
- Support to get server
rdp,serial,mkstype console url. [Bug 1605088]
- Add
--limitand--markeroptions tosnapshot listcommand. [Bug 1605475]
- Deprecate
role listarguments in favor ofrole assignmentcommand. [Bug 1605774]
- Add support for domain specific roles in
roleand“role assignment“ commands. [Bug 1606105]
- Make
subnet listcommand supports listing up subnets with dhcp enabled/disabled by adding--dhcpand--no-dhcpoptions to the command. [Bug 1610883]
- Add
--projectand--project-domainoptions to theflavor createcommand. We can use these options to add the flavor access to a given project when we create the flavor.
- Add new command
floating ip pool listto list up all floating ip pools. This command is used to replace the old commandip floating pool list. [Blueprint rework-ip-commands https://blueprints.launchpad.net/python-openstackclient/+spec/rework-ip-commands]
- Add new commands
server add/remove floating ip. They are used to replace the old commandsip floating add/remove. [Blueprint rework-ip-commands https://blueprints.launchpad.net/python-openstackclient/+spec/rework-ip-commands]
- Add new commands
server add/remove fixed ip. They are used to replace the old commandsip fixed add/remove. [Blueprint rework-ip-commands https://blueprints.launchpad.net/python-openstackclient/+spec/rework-ip-commands]
- Add new commands
floating ip create/delete/list/show. It is used to replace the old commandsip floating create/delete/list/show. [Blueprint rework-ip-commands https://blueprints.launchpad.net/python-openstackclient/+spec/rework-ip-commands]
Show project access details for private volume type.
An user can list projects which have access to a specific private volume type by using
volume type show <volume-type>[Bug 1554891]
- Add a new command
subnet unsetto clear the information of allocation-pools, host-routes or DNS servers from the subnet. [ Blueprint network-property-unset]
- Add a new command
router unsetto clear the information of routes from the router. [ Blueprint network-property-unset]
- Add a new command
subnet pool unsetto clear the information of pool-prefixes from the subnet pools. [ Blueprint network-property-unset]
Upgrade Notes¶
- All
setandunsetcommands now return normally when nothing specified to modify. This will become the default behavior of OSCsetandunsetcommands. [Bug 1588588]
- Migrate command
compute agent setarguments to be optional.
- With the change to use keystoneauth plugins the OpenStackClient-specific
osc_passwordauthentication plugin has been removed. The visible difference should only be in the behaviour with poorly configured clouds with old default Keystone values for admin_endpoint and public_endpoint as seen in the version details returned in a GET to the root (‘/’) route.
Deprecation Notes¶
- Deprecate commands
backup create/delete/list/show/restore. [Blueprint backup-snapshot-renamed-for-volume-resource]
- Deprecate command
ip floating pool list. [Blueprint rework-ip-commands https://blueprints.launchpad.net/python-openstackclient/+spec/rework-ip-commands]
- Deprecate commands
ip floating add/remove. [Blueprint rework-ip-commands https://blueprints.launchpad.net/python-openstackclient/+spec/rework-ip-commands]
- Deprecate commands
ip fixed add/remove. [Blueprint rework-ip-commands https://blueprints.launchpad.net/python-openstackclient/+spec/rework-ip-commands]
- Deprecate commands
ip floating create/delete/list/show. [Blueprint rework-ip-commands https://blueprints.launchpad.net/python-openstackclient/+spec/rework-ip-commands]
Bug Fixes¶
- Support a new
--stateoption forvolume setcommand that changes the state of a volume. [Bug 1535213]
- Keystone V3 user password set is a self-service operation. It should not required a scoped token as it is not considered a scoped operation. [Bug 1543222]
- When performing
domain show,project showoruser show, peek into the user token to determine the ID or the resource (if supplied with only a name). This should make finding information about the user and their project easier for non-admin users. [Bug 1561599]
- Fix setting defaults for some scope parameters, that were putting invalid scope parameters for some auth plugins. [Bug 1582774]
- Raise
ArgumentTypeErrorif the input arguments do not match the typekey=valuewhen we set properties. [Bug 1589935]
- Scope options are now validated after authentication occurs, and only if the user does not have a default project scope. [Bug 1592062]
- Fix for network OS_ENDPOINT_TYPE/–os-interface. Previously these were being ignored for network commands which resulted in the public endpoint always being used. [Bug 1592368]
- Add default IP version in
ip availability listcommand and make this command work properly without--ip-versionoption. [Bug 1592761]
- Fixed service name lookup in Identity commands to properly handle multiple matches. [Bug 1597296]