<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-troveclient.git/troveclient/v1, branch 3.3.1</title>
<subtitle>opendev.org: openstack/python-troveclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/'/>
<entry>
<title>Update hacking for Python3</title>
<updated>2020-03-31T11:33:41+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2020-03-31T11:29:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=e96e99f1ec05ecae17f6cee3c73bb84af3919128'/>
<id>e96e99f1ec05ecae17f6cee3c73bb84af3919128</id>
<content type='text'>
The repo is Python 3 now, so update hacking to version 3.0 which
supports Python 3.

Fix problems found.

Change-Id: I5da442bb2f1e634e6b3fe37a6ea3820cea1db96f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The repo is Python 3 now, so update hacking to version 3.0 which
supports Python 3.

Fix problems found.

Change-Id: I5da442bb2f1e634e6b3fe37a6ea3820cea1db96f
</pre>
</div>
</content>
</entry>
<entry>
<title>Support to delete datastore</title>
<updated>2020-01-12T10:40:33+00:00</updated>
<author>
<name>Lingxian Kong</name>
<email>anlin.kong@gmail.com</email>
</author>
<published>2020-01-11T10:02:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=1a4823dcb493ba8d07f6a144120fe4a480048308'/>
<id>1a4823dcb493ba8d07f6a144120fe4a480048308</id>
<content type='text'>
Change-Id: Id0fe73eef95bb57ecee706b9eb9b7aae53236e3b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id0fe73eef95bb57ecee706b9eb9b7aae53236e3b
</pre>
</div>
</content>
</entry>
<entry>
<title>Support to delete datastore version</title>
<updated>2020-01-07T03:39:59+00:00</updated>
<author>
<name>Lingxian Kong</name>
<email>anlin.kong@gmail.com</email>
</author>
<published>2020-01-06T23:24:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=c4b1e91cc7582ce0d51fdd40741e79ef4fbac8a2'/>
<id>c4b1e91cc7582ce0d51fdd40741e79ef4fbac8a2</id>
<content type='text'>
usage: openstack datastore version delete &lt;datastore_version_id&gt;

Change-Id: I4b781e68b81a3888d15d002fcf488a1f765c9f6a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
usage: openstack datastore version delete &lt;datastore_version_id&gt;

Change-Id: I4b781e68b81a3888d15d002fcf488a1f765c9f6a
</pre>
</div>
</content>
</entry>
<entry>
<title>Support log tail/save for instance</title>
<updated>2019-12-16T02:21:25+00:00</updated>
<author>
<name>Lingxian Kong</name>
<email>anlin.kong@gmail.com</email>
</author>
<published>2019-12-16T01:31:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=adde0d0bedb5783be2c03bd9412d70684bff0612'/>
<id>adde0d0bedb5783be2c03bd9412d70684bff0612</id>
<content type='text'>
Support to show log content and save instance log files:

  openstack database log tail [--lines LINES] &lt;instance&gt; &lt;log_name&gt;
  openstack database log save [--file FILE] &lt;instance&gt; &lt;log_name&gt;

Change-Id: I2a4eecca663f9126f770fae4c4be28b3667f91c4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support to show log content and save instance log files:

  openstack database log tail [--lines LINES] &lt;instance&gt; &lt;log_name&gt;
  openstack database log save [--file FILE] &lt;instance&gt; &lt;log_name&gt;

Change-Id: I2a4eecca663f9126f770fae4c4be28b3667f91c4
</pre>
</div>
</content>
</entry>
<entry>
<title>Support log actions in osc plugin</title>
<updated>2019-12-16T00:41:30+00:00</updated>
<author>
<name>Lingxian Kong</name>
<email>anlin.kong@gmail.com</email>
</author>
<published>2019-12-15T22:34:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=f5a57732a95e130689f6c5a16794e42266b206b0'/>
<id>f5a57732a95e130689f6c5a16794e42266b206b0</id>
<content type='text'>
- openstack database log show &lt;instance_id&gt; &lt;log_name&gt;
- openstack database log set &lt;instance_id&gt; &lt;log_name&gt;
  [OPTIONS]

Change-Id: I86f414a53e6f6416f96e0040635bb010aa49cf41
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- openstack database log show &lt;instance_id&gt; &lt;log_name&gt;
- openstack database log set &lt;instance_id&gt; &lt;log_name&gt;
  [OPTIONS]

Change-Id: I86f414a53e6f6416f96e0040635bb010aa49cf41
</pre>
</div>
</content>
</entry>
<entry>
<title>Support to create public instance</title>
<updated>2019-09-11T09:40:06+00:00</updated>
<author>
<name>Lingxian Kong</name>
<email>anlin.kong@gmail.com</email>
</author>
<published>2019-09-11T08:47:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=4d543606913a11d2f00c0a28edbb3b9dd29b6c72'/>
<id>4d543606913a11d2f00c0a28edbb3b9dd29b6c72</id>
<content type='text'>
Add two params for creating instance:
'--is-public' and '--allowed-cidr'

Change-Id: I3bc69e3d56d250b562543f0de2c78c05fcaefead
Story: 2006500
Task: 36469
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add two params for creating instance:
'--is-public' and '--allowed-cidr'

Change-Id: I3bc69e3d56d250b562543f0de2c78c05fcaefead
Story: 2006500
Task: 36469
</pre>
</div>
</content>
</entry>
<entry>
<title>Support backup filtering</title>
<updated>2019-08-25T11:33:26+00:00</updated>
<author>
<name>Lingxian Kong</name>
<email>anlin.kong@gmail.com</email>
</author>
<published>2019-08-25T01:10:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=982b3f035a3eed4c788c26b7ba5b913782e04961'/>
<id>982b3f035a3eed4c788c26b7ba5b913782e04961</id>
<content type='text'>
To get all the backups of an instance:

    openstack database backup list --instance-id &lt;instance-id&gt;

Admin user gets backups of all the projects:

    openstack database backup list --all-projects

Story: #2006433
Task: #36346
Change-Id: I871d1ffa27805158024e8ecbe1dceae725c4deac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To get all the backups of an instance:

    openstack database backup list --instance-id &lt;instance-id&gt;

Admin user gets backups of all the projects:

    openstack database backup list --all-projects

Story: #2006433
Task: #36346
Change-Id: I871d1ffa27805158024e8ecbe1dceae725c4deac
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python 3 Train unit tests</title>
<updated>2019-08-23T08:47:13+00:00</updated>
<author>
<name>Corey Bryant</name>
<email>corey.bryant@canonical.com</email>
</author>
<published>2019-07-05T16:08:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=8e56d90af26f09d2b0848bbe9e677444b8f2ee10'/>
<id>8e56d90af26f09d2b0848bbe9e677444b8f2ee10</id>
<content type='text'>
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Also fix the CI failure due to:
https://docs.python.org/3/whatsnew/3.5.html#pep-479-change-stopiteration-handling-inside-generators

Change-Id: Ica582f99730c5019a1212d4f58d7d854ad2996fd
Story: #2005924
Task: #34254
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Also fix the CI failure due to:
https://docs.python.org/3/whatsnew/3.5.html#pep-479-change-stopiteration-handling-inside-generators

Change-Id: Ica582f99730c5019a1212d4f58d7d854ad2996fd
Story: #2005924
Task: #34254
</pre>
</div>
</content>
</entry>
<entry>
<title>Add unit test for Management index</title>
<updated>2019-06-06T06:44:24+00:00</updated>
<author>
<name>Lingxian Kong</name>
<email>anlin.kong@gmail.com</email>
</author>
<published>2019-06-06T06:44:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=5ffc158a6d1b9b0542cd7f01b26f5ca41a8233a7'/>
<id>5ffc158a6d1b9b0542cd7f01b26f5ca41a8233a7</id>
<content type='text'>
Change-Id: If48449acf7037ffb04e1b5b9d1c4b059ea629055
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If48449acf7037ffb04e1b5b9d1c4b059ea629055
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore the index method for Management class</title>
<updated>2019-06-06T01:49:45+00:00</updated>
<author>
<name>Lingxian Kong</name>
<email>anlin.kong@gmail.com</email>
</author>
<published>2019-06-06T01:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=20926f1e4b34a6f06f3c21a20d94698e399b2f78'/>
<id>20926f1e4b34a6f06f3c21a20d94698e399b2f78</id>
<content type='text'>
Change-Id: Id9c9e6352742c672ae3f2764c42dd984c8202544
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id9c9e6352742c672ae3f2764c42dd984c8202544
</pre>
</div>
</content>
</entry>
</feed>
