Queens Series Release Notes¶
2.14.0¶
New Features¶
The command
trove backup-create
is now available to use in the python-openstackclient CLI asopenstack database backup create
The command
trove backup-delete
is now available to use in the python-openstackclient CLI asopenstack database backup delete
The command
trove backup-list-instance
is now available to use in the python-openstackclient CLI asopenstack database backup list instance
The command
trove backup-show
is now available to use in the python-openstackclient CLI asopenstack database backup show
The command
trove cluster-create
is now available to use in the python-openstackclient CLI asopenstack database cluster create
The command
trove cluster-delete
is now available to use in the python-openstackclient CLI asopenstack database cluster delete
The command
trove cluster-instances
is now available to use in the python-openstackclient CLI asopenstack database cluster list instances
.
The command
trove cluster-show
is now available to use in the python-openstackclient CLI asopenstack database cluster show
The command
trove configuration-attach
is now available to use in the python-openstackclient CLI asopenstack database configuration attach
The commandtrove configuration-detach
is now available to use in the python-openstackclient CLI asopenstack database configuration detach
The command
trove configuration-create
is now available to use in the python-openstackclient CLI asopenstack database configuration create
The command
trove configuration-delete
is now available to use in the python-openstackclient CLI asopenstack database configuration delete
The command
trove configuration-parameter-list
is now available to use in the python-openstackclient CLI asopenstack database configuration parameter list
The command
trove configuration-parameter-show
is now available to use in the python-openstackclient CLI asopenstack database configuration parameter show
The command
trove configuration-show
is now available to use in the python-openstackclient CLI asopenstack database configuration show
The command
trove database-create
is now available to use in the python-openstackclient CLI asopenstack database db create
The command
trove database-delete
is now available to use in the python-openstackclient CLI asopenstack database db delete
The command
trove datastore-show
is now available to use in the python-openstackclient CLI asopenstack datastore show
The command
trove datastore-version-list
is now available to use in the python-openstackclient CLI asopenstack datastore version list
The command
trove datastore-version-show
is now available to use in the python-openstackclient CLI asopenstack datastore version show
The command
trove flavor-show
is now available to use in the python-openstackclient CLI asopenstack database flavor show
The command
trove force-delete
is now available to use in the python-openstackclient CLI asopenstack database instance force delete
The command
trove cluster-force-delete
is now available to use in the python-openstackclient CLI asopenstack database instance cluster force delete
The command
trove create
is now available to use in the python-openstackclient CLI asopenstack database instance create
The command
trove delete
is now available to use in the python-openstackclient CLI asopenstack database instance delete
The command
trove show
is now available to use in the python-openstackclient CLI asopenstack database instance show
The command
trove log-enable
is now available to use in the python-openstackclient CLI asopenstack database log enable
.
The command
trove quota-show
is now available to use in the python-openstackclient CLI asopenstack database quota show
.
The command
trove quota-update
is now available to use in the python-openstackclient CLI asopenstack database quota update
.
The command
trove reset-status
is now available to use in the python-openstackclient CLI asopenstack database instance reset status
The commandtrove cluster-reset-status
is now available to use in the python-openstackclient CLI asopenstack database cluster reset status
The command
trove resize-instance
is now available to use in the python-openstackclient CLI asopenstack database instance resize flavor
The command
trove resize-volume
is now available to use in the python-openstackclient CLI asopenstack database instance resize volume
The command
trove restart
is now available to use in the python-openstackclient CLI asopenstack database instance restart
The command
trove root-disable
is now available to use in the python-openstackclient CLI asopenstack database root disable
.
The command
trove root-enable
is now available to use in the python-openstackclient CLI asopenstack database root enable
.
The command
trove root-show
is now available to use in the python-openstackclient CLI asopenstack database root show
.
The command
trove upgrade
is now available to use in the python-openstackclient CLI asopenstack database instance upgrade
.
The command
trove cluster-upgrade
is now available to use in the python-openstackclient CLI asopenstack database cluster upgrade
.
The command
trove user-grant-access
andtrove user-revoke-access
andtrove user-show-access
are now available to use in the python-openstackclient CLI asopenstack database user grant access
andopenstack database user revoke access
andopenstack database user show access
The command
trove user-create
is now available to use in the python-openstackclient CLI asopenstack database user create
The command
trove user-delete
is now available to use in the python-openstackclient CLI asopenstack database user delete
The command
trove user-show
is now available to use in the python-openstackclient CLI asopenstack database user show
The command
trove user-update-attributes
is now available to use in the python-openstackclient CLI asopenstack database user update attributes
This change defines do_action_on_many function as a helper to run an action on many resources (like trove delete). Use command like
trove delete instance1 instance2 ...
to delete many instances and the same as cluster-delete.