7 Commits

Author SHA1 Message Date
zhanggang
ba1535fdf0 Add configuration-attach/detach to OSC
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
2017-12-28 00:06:50 -05:00
zhanggang
481e600f35 Add configuration-create to OSC
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
2017-12-22 23:32:41 -05:00
zhanggang
a1e9f46a53 Add configuration-delete to OSC
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
2017-12-21 01:06:39 -05:00
wangyao
0ea43259d0 Add configuration-parameter-show to OSC
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
2017-12-09 14:20:36 +08:00
wangyao
c2de9c6a22 Add configuration-parameter-list to OSC
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
2017-12-08 11:01:26 +08:00
wangyao
4d93fc91dd Add configuration-show to OSC
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
2017-11-30 21:16:18 +08:00
Trevor McCasland
1abc33cedc Add configuration-list to OSC
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
2017-06-10 21:40:07 -04:00