Queens Series Release Notes

2.14.0

New Features

  • The command trove backup-create is now available to use in the python-openstackclient CLI as openstack database backup create

  • The command trove backup-delete is now available to use in the python-openstackclient CLI as openstack database backup delete

  • The command trove backup-list-instance is now available to use in the python-openstackclient CLI as openstack database backup list instance

  • The command trove backup-show is now available to use in the python-openstackclient CLI as openstack database backup show

  • The command trove cluster-create is now available to use in the python-openstackclient CLI as openstack database cluster create

  • The command trove cluster-delete is now available to use in the python-openstackclient CLI as openstack database cluster delete

  • The command trove cluster-instances is now available to use in the python-openstackclient CLI as openstack database cluster list instances.

  • The command trove cluster-show is now available to use in the python-openstackclient CLI as openstack database cluster show

  • The command trove configuration-attach is now available to use in the python-openstackclient CLI as openstack database configuration attach The command trove configuration-detach is now available to use in the python-openstackclient CLI as openstack database configuration detach

  • The command trove configuration-create is now available to use in the python-openstackclient CLI as openstack database configuration create

  • The command trove configuration-delete is now available to use in the python-openstackclient CLI as openstack database configuration delete

  • The command trove configuration-parameter-list is now available to use in the python-openstackclient CLI as openstack database configuration parameter list

  • The command trove configuration-parameter-show is now available to use in the python-openstackclient CLI as openstack database configuration parameter show

  • The command trove configuration-show is now available to use in the python-openstackclient CLI as openstack database configuration show

  • The command trove database-create is now available to use in the python-openstackclient CLI as openstack database db create

  • The command trove database-delete is now available to use in the python-openstackclient CLI as openstack database db delete

  • The command trove datastore-show is now available to use in the python-openstackclient CLI as openstack datastore show

  • The command trove datastore-version-list is now available to use in the python-openstackclient CLI as openstack datastore version list

  • The command trove datastore-version-show is now available to use in the python-openstackclient CLI as openstack datastore version show

  • The command trove flavor-show is now available to use in the python-openstackclient CLI as openstack database flavor show

  • The command trove force-delete is now available to use in the python-openstackclient CLI as openstack database instance force delete

  • The command trove cluster-force-delete is now available to use in the python-openstackclient CLI as openstack database instance cluster force delete

  • The command trove create is now available to use in the python-openstackclient CLI as openstack database instance create

  • The command trove delete is now available to use in the python-openstackclient CLI as openstack database instance delete

  • The command trove show is now available to use in the python-openstackclient CLI as openstack database instance show

  • The command trove log-enable is now available to use in the python-openstackclient CLI as openstack database log enable.

  • The command trove quota-show is now available to use in the python-openstackclient CLI as openstack database quota show.

  • The command trove quota-update is now available to use in the python-openstackclient CLI as openstack database quota update.

  • The command trove reset-status is now available to use in the python-openstackclient CLI as openstack database instance reset status The command trove cluster-reset-status is now available to use in the python-openstackclient CLI as openstack database cluster reset status

  • The command trove resize-instance is now available to use in the python-openstackclient CLI as openstack database instance resize flavor

  • The command trove resize-volume is now available to use in the python-openstackclient CLI as openstack database instance resize volume

  • The command trove restart is now available to use in the python-openstackclient CLI as openstack database instance restart

  • The command trove root-disable is now available to use in the python-openstackclient CLI as openstack database root disable.

  • The command trove root-enable is now available to use in the python-openstackclient CLI as openstack database root enable.

  • The command trove root-show is now available to use in the python-openstackclient CLI as openstack database root show.

  • The command trove upgrade is now available to use in the python-openstackclient CLI as openstack database instance upgrade.

  • The command trove cluster-upgrade is now available to use in the python-openstackclient CLI as openstack database cluster upgrade.

  • The command trove user-grant-access and trove user-revoke-access and trove user-show-access are now available to use in the python-openstackclient CLI as openstack database user grant access and openstack database user revoke access and openstack database user show access

  • The command trove user-create is now available to use in the python-openstackclient CLI as openstack database user create

  • The command trove user-delete is now available to use in the python-openstackclient CLI as openstack database user delete

  • The command trove user-show is now available to use in the python-openstackclient CLI as openstack database user show

  • The command trove user-update-attributes is now available to use in the python-openstackclient CLI as openstack 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.