This change adds database support to the python-openstackclient
project for the cluster-create command.
The trove command cluster-create is now:
openstack database cluster create
Change-Id: Iff5557411e498a1657e2f0f60fc7c46e16a42f2a
Partially-Implements: blueprint trove-support-in-python-openstackclient
This change adds database support to the python-openstackclient
project for the cluster-delete command.
The trove command cluster-delete is now:
openstack database cluster delete
Change-Id: Ibf8f0670231799508a902cffd332c844584ed407
Partially-Implements: trove-support-in-python-openstackclient
This change adds database support to the python-openstackclient
project for the cluster-show command.
The trove command cluster-show is now:
openstack database cluster show
Change-Id: I7021a0bf7fedaa5bbaa4979709b6a1de005b1db3
Partially-Implements: trove-support-in-python-openstackclient
This change adds database support to the python-openstackclient
project for the cluster-list command.
The trove command cluster-list is now:
openstack database cluster list
Change-Id: I06b398190930db459ef8739685548263499f0d3c
Partially-Implements: trove-support-in-python-openstackclient