- Support "--datastore-version-number" for creating configuration
- Support "--datastore-version-number" for creating instance
- Support "--version-number" for creating datastore version
- Support "--version-name" for updating datastore version
- Support showing version number for datastore version, instance and
configuration
Story: 2008358
Task: 41264
Change-Id: Ie84b4506736a82a214b0416f7e451d565552f651
This change adds database support to the python-openstackclient
project for the configuration-default command.
The trove command configuration-default is now:
openstack database configuration default
Change-Id: I9403df629e893bb1c4d75566cffd3d49697a543d
Partially-Implements: blueprint trove-support-in-python-openstackclient
This change adds database support to the python-openstackclient
project for the configuration-instances command.
The trove command configuration-instances is now:
openstack database configuration instances
Change-Id: I4ad52cc8772534c95b708b49d018f4b2e35d6f86
Partially-Implements: blueprint trove-support-in-python-openstackclient
This change adds database support to the python-openstackclient
project for the configuration-attach/detach command.
The trove command configuration-attach is now:
openstack database configuration attach
The trove command configuration-detach is now:
openstack database configuration detach
Partially-Implements: blueprint trove-support-in-python-openstackclient
Change-Id: I03c71f6828ff7af8f9caf5c6b383e5e875f348c3
This change adds database support to the python-openstackclient
project for the configuration-create command.
The trove command configuration-create is now:
openstack database configuration create
Change-Id: I5aadb88860d0d69c8e2b4b78b5fb0dca2eba031f
Partially-Implements: blueprint trove-support-in-python-openstackclient
This change adds database support to the python-openstackclient
project for the configuration-delete command.
The trove command configuration-delete is now:
openstack database configuration delete
Change-Id: I747566e5a1ddf415c3127a86debc2ba477256141
Partially-Implements: trove-support-in-python-openstackclient
This change adds database support to the python-openstackclient
project for the configuration-parameter-show command.
The trove command configuration-parameter-show is now:
openstack database configuration parameter show
Change-Id: I0a286390135a09b125fab0efa8c83aefec8ca334
Partially-Implements: trove-support-in-python-openstackclient
This change adds database support to the python-openstackclient
project for the configuration-parameter-list command.
The trove command configuration-parameter-list is now:
openstack database configuration parameter list
Change-Id: I8e7ee36529b75b0962aeaf30a074b55b9e0cee12
Partially-Implements: trove-support-in-python-openstackclient
This change adds database support to the python-openstackclient
project for the configuration-show command.
The trove command configuration-show is now:
openstack database configuration show
Change-Id: I2f2cd93054ecaa8f67722a0efd8789b63e59b373
Partially-Implements: trove-support-in-python-openstackclient
This change adds database support to the python-openstackclient
project for the configuraiton-list command.
The trove command configuration-list is now:
openstack database configuration list
Change-Id: I3a85260c15b8d1b4a37a806db2cb5ff3c433537b
Partially-Implements: trove-support-in-python-openstackclient