Queens Series Release Notes¶
2.14.0¶
New Features¶
The command
trove backup-createis now available to use in the python-openstackclient CLI asopenstack database backup create
The command
trove backup-deleteis now available to use in the python-openstackclient CLI asopenstack database backup delete
The command
trove backup-list-instanceis now available to use in the python-openstackclient CLI asopenstack database backup list instance
The command
trove backup-showis now available to use in the python-openstackclient CLI asopenstack database backup show
The command
trove cluster-createis now available to use in the python-openstackclient CLI asopenstack database cluster create
The command
trove cluster-deleteis now available to use in the python-openstackclient CLI asopenstack database cluster delete
The command
trove cluster-instancesis now available to use in the python-openstackclient CLI asopenstack database cluster list instances.
The command
trove cluster-showis now available to use in the python-openstackclient CLI asopenstack database cluster show
The command
trove configuration-attachis now available to use in the python-openstackclient CLI asopenstack database configuration attachThe commandtrove configuration-detachis now available to use in the python-openstackclient CLI asopenstack database configuration detach
The command
trove configuration-createis now available to use in the python-openstackclient CLI asopenstack database configuration create
The command
trove configuration-deleteis now available to use in the python-openstackclient CLI asopenstack database configuration delete
The command
trove configuration-parameter-listis now available to use in the python-openstackclient CLI asopenstack database configuration parameter list
The command
trove configuration-parameter-showis now available to use in the python-openstackclient CLI asopenstack database configuration parameter show
The command
trove configuration-showis now available to use in the python-openstackclient CLI asopenstack database configuration show
The command
trove database-createis now available to use in the python-openstackclient CLI asopenstack database db create
The command
trove database-deleteis now available to use in the python-openstackclient CLI asopenstack database db delete
The command
trove datastore-showis now available to use in the python-openstackclient CLI asopenstack datastore show
The command
trove datastore-version-listis now available to use in the python-openstackclient CLI asopenstack datastore version list
The command
trove datastore-version-showis now available to use in the python-openstackclient CLI asopenstack datastore version show
The command
trove flavor-showis now available to use in the python-openstackclient CLI asopenstack database flavor show
The command
trove force-deleteis now available to use in the python-openstackclient CLI asopenstack database instance force delete
The command
trove cluster-force-deleteis now available to use in the python-openstackclient CLI asopenstack database instance cluster force delete
The command
trove createis now available to use in the python-openstackclient CLI asopenstack database instance create
The command
trove deleteis now available to use in the python-openstackclient CLI asopenstack database instance delete
The command
trove showis now available to use in the python-openstackclient CLI asopenstack database instance show
The command
trove log-enableis now available to use in the python-openstackclient CLI asopenstack database log enable.
The command
trove quota-showis now available to use in the python-openstackclient CLI asopenstack database quota show.
The command
trove quota-updateis now available to use in the python-openstackclient CLI asopenstack database quota update.
The command
trove reset-statusis now available to use in the python-openstackclient CLI asopenstack database instance reset statusThe commandtrove cluster-reset-statusis now available to use in the python-openstackclient CLI asopenstack database cluster reset status
The command
trove resize-instanceis now available to use in the python-openstackclient CLI asopenstack database instance resize flavor
The command
trove resize-volumeis now available to use in the python-openstackclient CLI asopenstack database instance resize volume
The command
trove restartis now available to use in the python-openstackclient CLI asopenstack database instance restart
The command
trove root-disableis now available to use in the python-openstackclient CLI asopenstack database root disable.
The command
trove root-enableis now available to use in the python-openstackclient CLI asopenstack database root enable.
The command
trove root-showis now available to use in the python-openstackclient CLI asopenstack database root show.
The command
trove upgradeis now available to use in the python-openstackclient CLI asopenstack database instance upgrade.
The command
trove cluster-upgradeis now available to use in the python-openstackclient CLI asopenstack database cluster upgrade.
The command
trove user-grant-accessandtrove user-revoke-accessandtrove user-show-accessare now available to use in the python-openstackclient CLI asopenstack database user grant accessandopenstack database user revoke accessandopenstack database user show access
The command
trove user-createis now available to use in the python-openstackclient CLI asopenstack database user create
The command
trove user-deleteis now available to use in the python-openstackclient CLI asopenstack database user delete
The command
trove user-showis now available to use in the python-openstackclient CLI asopenstack database user show
The command
trove user-update-attributesis 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.