<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-troveclient.git/releasenotes/notes, branch queens-eol</title>
<subtitle>opendev.org: openstack/python-troveclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/'/>
<entry>
<title>Add restart to OSC</title>
<updated>2018-01-21T14:44:56+00:00</updated>
<author>
<name>caishan</name>
<email>caishan1993@foxmail.com</email>
</author>
<published>2018-01-19T03:12:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=38b870575f1a3110f162d51b61c1a783dbf41309'/>
<id>38b870575f1a3110f162d51b61c1a783dbf41309</id>
<content type='text'>
This change adds database support to the python-openstackclient
project for the restart command

The trove command restart is now:
    openstack database instance restart

Change-Id: I24eeb001d27eae39be5c33650e9bc04287053c8c
Partially-Implements: blueprint trove-support-in-python-openstackclient
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds database support to the python-openstackclient
project for the restart command

The trove command restart is now:
    openstack database instance restart

Change-Id: I24eeb001d27eae39be5c33650e9bc04287053c8c
Partially-Implements: blueprint trove-support-in-python-openstackclient
</pre>
</div>
</content>
</entry>
<entry>
<title>Add log-enable to OSC</title>
<updated>2018-01-21T00:51:51+00:00</updated>
<author>
<name>caishan</name>
<email>caishan1993@foxmail.com</email>
</author>
<published>2018-01-19T08:52:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=34dbc53ec273d612823b92c3502830422c9123d0'/>
<id>34dbc53ec273d612823b92c3502830422c9123d0</id>
<content type='text'>
This change adds database support to the python-openstackclient
project for the log-enable command

The trove command log-enable is now:
    openstack database log enable

Change-Id: Ia5bb395264946f79673970336e4c1f23857bb77d
Partially-Implements: blueprint trove-support-in-python-openstackclient
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds database support to the python-openstackclient
project for the log-enable command

The trove command log-enable is now:
    openstack database log enable

Change-Id: Ia5bb395264946f79673970336e4c1f23857bb77d
Partially-Implements: blueprint trove-support-in-python-openstackclient
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add force-delete to OSC"</title>
<updated>2018-01-21T00:04:09+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2018-01-21T00:04:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=62c41641c009c1c3c090507813f7bc3f3d004d94'/>
<id>62c41641c009c1c3c090507813f7bc3f3d004d94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add quota commands to OSC"</title>
<updated>2018-01-20T22:06:44+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2018-01-20T22:06:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=da0bbae4e140dcb7001069f62cba841426807909'/>
<id>da0bbae4e140dcb7001069f62cba841426807909</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add force-delete to OSC</title>
<updated>2018-01-20T09:20:32+00:00</updated>
<author>
<name>Zhao Chao</name>
<email>zhaochao1984@gmail.com</email>
</author>
<published>2018-01-18T10:04:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=e89cadc0ed75b5fd42ff5b1ea123bb47d075b116'/>
<id>e89cadc0ed75b5fd42ff5b1ea123bb47d075b116</id>
<content type='text'>
This change adds database support for the python-openstackclient
project for the force-delete and cluster-force-delete commands.

The trove command force-delete is now:
    openstack database instance force delete
The trove command cluster-force-delete is now:
    openstack database cluster force delete

Change-Id: I919678ca6b06d3b5762eac1990cc1fbf0e149d7c
Partially-Implements: blueprint trove-support-in-python-openstackclient
Signed-off-by: Zhao Chao &lt;zhaochao1984@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds database support for the python-openstackclient
project for the force-delete and cluster-force-delete commands.

The trove command force-delete is now:
    openstack database instance force delete
The trove command cluster-force-delete is now:
    openstack database cluster force delete

Change-Id: I919678ca6b06d3b5762eac1990cc1fbf0e149d7c
Partially-Implements: blueprint trove-support-in-python-openstackclient
Signed-off-by: Zhao Chao &lt;zhaochao1984@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add resize-volume to OSC</title>
<updated>2018-01-19T21:04:44+00:00</updated>
<author>
<name>caishan</name>
<email>caishan1993@foxmail.com</email>
</author>
<published>2018-01-18T07:42:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=f0f4aeeec65ef776071905ac51d4133aef748768'/>
<id>f0f4aeeec65ef776071905ac51d4133aef748768</id>
<content type='text'>
This change adds database support to the python-openstackclient
project for the resize-volume command

The trove command resize-volume is now:
    openstack database instance resize volume

Change-Id: If2413a605d294db0b0ee9c7aa49fbb1c929ebcd0
Partially-Implements: blueprint trove-support-in-python-openstackclient
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds database support to the python-openstackclient
project for the resize-volume command

The trove command resize-volume is now:
    openstack database instance resize volume

Change-Id: If2413a605d294db0b0ee9c7aa49fbb1c929ebcd0
Partially-Implements: blueprint trove-support-in-python-openstackclient
</pre>
</div>
</content>
</entry>
<entry>
<title>Add quota commands to OSC</title>
<updated>2018-01-19T06:11:55+00:00</updated>
<author>
<name>Zhao Chao</name>
<email>zhaochao1984@gmail.com</email>
</author>
<published>2018-01-19T04:28:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=9910a3f9138236e2f845a77a01b47f14949a60c8'/>
<id>9910a3f9138236e2f845a77a01b47f14949a60c8</id>
<content type='text'>
This change adds database support for the python-openstackclient
project for the quota-show and quota-update commands.

The trove command quota-show is now:
    openstack database quota show
The trove command quota-update is now:
    openstack database quota update

Change-Id: I989b360fd358004e1a2378bdc3a573450baff2f3
Partially-Implements: blueprint trove-support-in-python-openstackclient
Signed-off-by: Zhao Chao &lt;zhaochao1984@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds database support for the python-openstackclient
project for the quota-show and quota-update commands.

The trove command quota-show is now:
    openstack database quota show
The trove command quota-update is now:
    openstack database quota update

Change-Id: I989b360fd358004e1a2378bdc3a573450baff2f3
Partially-Implements: blueprint trove-support-in-python-openstackclient
Signed-off-by: Zhao Chao &lt;zhaochao1984@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add upgrade to OSC</title>
<updated>2018-01-19T01:09:33+00:00</updated>
<author>
<name>Zhao Chao</name>
<email>zhaochao1984@gmail.com</email>
</author>
<published>2018-01-18T12:40:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=e93d56de562eeee33cd091ebafc355f5a80fd601'/>
<id>e93d56de562eeee33cd091ebafc355f5a80fd601</id>
<content type='text'>
This change adds database support for the python-openstackclient
project for the upgrade and cluster-upgrade commands.

The trove command upgrade is now:
    openstack database instance upgrade
The trove command cluster-upgrade is now:
    openstack database cluster upgrade

Change-Id: Ic416d476c645fa3c697881fb001d512ed3d25d2b
Partially-Implements: blueprint trove-support-in-python-openstackclient
Signed-off-by: Zhao Chao &lt;zhaochao1984@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds database support for the python-openstackclient
project for the upgrade and cluster-upgrade commands.

The trove command upgrade is now:
    openstack database instance upgrade
The trove command cluster-upgrade is now:
    openstack database cluster upgrade

Change-Id: Ic416d476c645fa3c697881fb001d512ed3d25d2b
Partially-Implements: blueprint trove-support-in-python-openstackclient
Signed-off-by: Zhao Chao &lt;zhaochao1984@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add cluster-instances to OSC"</title>
<updated>2018-01-18T21:42:16+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2018-01-18T21:42:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=4fbb1b1b110e25b0d64c4cae200c55973965e949'/>
<id>4fbb1b1b110e25b0d64c4cae200c55973965e949</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add resize-instance to OSC</title>
<updated>2018-01-18T09:35:29+00:00</updated>
<author>
<name>caishan</name>
<email>caishan1993@foxmail.com</email>
</author>
<published>2018-01-16T10:14:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=3747c17e188f5cadf14786adff361fafa106e6fd'/>
<id>3747c17e188f5cadf14786adff361fafa106e6fd</id>
<content type='text'>
This change adds database support to the python-openstackclient
project for the resize-instance command

The trove command resize-instance is now:
    openstack database instance resize flavor

Change-Id: I58f8a6ebf8f715c5cc67ce67a36f87d720056ffe
Partially-Implements: blueprint trove-support-in-python-openstackclient
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds database support to the python-openstackclient
project for the resize-instance command

The trove command resize-instance is now:
    openstack database instance resize flavor

Change-Id: I58f8a6ebf8f715c5cc67ce67a36f87d720056ffe
Partially-Implements: blueprint trove-support-in-python-openstackclient
</pre>
</div>
</content>
</entry>
</feed>
