4 Commits

Author SHA1 Message Date
wangyao
96a6059b6f Add cluster-create to OSC
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
2017-12-23 20:27:09 +08:00
zhanggang
f116f37611 Add cluster-delete to OSC
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
2017-12-08 03:21:13 -05:00
wangyao
71a691ffaa Add cluster-show to OSC
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
2017-11-30 17:56:50 +08:00
Trevor McCasland
052d85eca4 Add cluster-list to OSC
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
2017-06-10 21:30:59 -04:00