<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-troveclient.git/troveclient/osc, branch master</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>Adapts new API response schema</title>
<updated>2022-04-07T19:06:30+00:00</updated>
<author>
<name>Hirotaka Wakabayashi</name>
<email>hiwkby@yahoo.com</email>
</author>
<published>2022-04-07T19:06:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=2dbbf5656e5c705b7767032b1491dfe985f2e5fc'/>
<id>2dbbf5656e5c705b7767032b1491dfe985f2e5fc</id>
<content type='text'>
This PR makes troveclient to handle API response in new data schema.
Trove API response data schema has changed by the commit[1].

Original problem is that python-troveclient can't parse a API response
data in new data schema, resulting in an error.

[1]: https://opendev.org/openstack/trove/commit/429c39890e3242c6a502037673943b38452c5811

Task: 44986
Story: 2009979
Change-Id: I2e446c68c3b82c11d13f6bace54273c109e02069
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This PR makes troveclient to handle API response in new data schema.
Trove API response data schema has changed by the commit[1].

Original problem is that python-troveclient can't parse a API response
data in new data schema, resulting in an error.

[1]: https://opendev.org/openstack/trove/commit/429c39890e3242c6a502037673943b38452c5811

Task: 44986
Story: 2009979
Change-Id: I2e446c68c3b82c11d13f6bace54273c109e02069
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix detach configuration from instance</title>
<updated>2021-07-09T08:47:13+00:00</updated>
<author>
<name>Lingxian Kong</name>
<email>anlin.kong@gmail.com</email>
</author>
<published>2021-07-09T08:31:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=64f3f62368e3f278ce235d1cd22bc3b280d1f860'/>
<id>64f3f62368e3f278ce235d1cd22bc3b280d1f860</id>
<content type='text'>
Change-Id: Id0853dfb207bbd219755d46a9c0d6b4e897bfbeb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id0853dfb207bbd219755d46a9c0d6b4e897bfbeb
</pre>
</div>
</content>
</entry>
<entry>
<title>Get backup list by instance ID or name</title>
<updated>2021-05-19T08:43:06+00:00</updated>
<author>
<name>Lingxian Kong</name>
<email>anlin.kong@gmail.com</email>
</author>
<published>2021-05-19T06:33:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=cd689869484841a9be1a380b46a94c0084d84d0d'/>
<id>cd689869484841a9be1a380b46a94c0084d84d0d</id>
<content type='text'>
Change-Id: I97d3fcfa2935f76cb8753734fec6dab8669e732a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I97d3fcfa2935f76cb8753734fec6dab8669e732a
</pre>
</div>
</content>
</entry>
<entry>
<title>Support project name in quota CLI</title>
<updated>2021-04-29T02:17:48+00:00</updated>
<author>
<name>Lingxian Kong</name>
<email>anlin.kong@gmail.com</email>
</author>
<published>2021-04-28T23:47:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=e41d08d24325a61a213592934b508bf77ce67dac'/>
<id>e41d08d24325a61a213592934b508bf77ce67dac</id>
<content type='text'>
Change-Id: I9886792f346bbe8d4887539ca69588b4957547e1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9886792f346bbe8d4887539ca69588b4957547e1
</pre>
</div>
</content>
</entry>
<entry>
<title>Respect endpoint, cacert and debug options</title>
<updated>2021-03-30T11:49:37+00:00</updated>
<author>
<name>Dmitriy Rabotyagov</name>
<email>dmitriy.rabotyagov@citynetwork.eu</email>
</author>
<published>2021-03-30T11:49:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=1d533778d7cdc04d6319b7d015571d7b3503b0e1'/>
<id>1d533778d7cdc04d6319b7d015571d7b3503b0e1</id>
<content type='text'>
When troveclient is used as a plugin for osc, it does not respect
provided endpoint type or cert via osc. This might result in
CERTIFICATE_VERIFY_FAILED error with osc, but not with trove shell.

Change-Id: I3d34774e87fcf0fe8efb024d4e6ff80a4e3f49c6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When troveclient is used as a plugin for osc, it does not respect
provided endpoint type or cert via osc. This might result in
CERTIFICATE_VERIFY_FAILED error with osc, but not with trove shell.

Change-Id: I3d34774e87fcf0fe8efb024d4e6ff80a4e3f49c6
</pre>
</div>
</content>
</entry>
<entry>
<title>Support to restore backup from data location</title>
<updated>2021-02-20T11:37:08+00:00</updated>
<author>
<name>Lingxian Kong</name>
<email>anlin.kong@gmail.com</email>
</author>
<published>2021-02-19T20:51:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=c7319d8fe8cb6cfd5c423472283aadffb12ed52c'/>
<id>c7319d8fe8cb6cfd5c423472283aadffb12ed52c</id>
<content type='text'>
This feature needs to bump python-troveclient major version as it
introduced an incompatible change for backup creation CLI.

Change-Id: I6fe94ccb552e2c0020150494ccc2ba6361184229
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This feature needs to bump python-troveclient major version as it
introduced an incompatible change for backup creation CLI.

Change-Id: I6fe94ccb552e2c0020150494ccc2ba6361184229
</pre>
</div>
</content>
</entry>
<entry>
<title>Bulk backup delete</title>
<updated>2021-02-18T22:07:23+00:00</updated>
<author>
<name>Lingxian Kong</name>
<email>anlin.kong@gmail.com</email>
</author>
<published>2021-02-18T21:57:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=4c71809fadc070aa0f1ec3b4082546d4d2cf0d51'/>
<id>4c71809fadc070aa0f1ec3b4082546d4d2cf0d51</id>
<content type='text'>
Change-Id: I100f8a302aeb498e3c0cebd8d36ef5fa437d444d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I100f8a302aeb498e3c0cebd8d36ef5fa437d444d
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix getting server id for listing instances</title>
<updated>2020-12-23T00:29:41+00:00</updated>
<author>
<name>Lingxian Kong</name>
<email>anlin.kong@gmail.com</email>
</author>
<published>2020-12-23T00:21:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=961ef31807bb273635e66c0ec0058340e559224d'/>
<id>961ef31807bb273635e66c0ec0058340e559224d</id>
<content type='text'>
Just use 'server_id' from the instance response instead.

Story: 2008464
Task: 41496
Change-Id: Ib84dbd5fbd752ab7c7607ccb874663b01bfb7388
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just use 'server_id' from the instance response instead.

Story: 2008464
Task: 41496
Change-Id: Ib84dbd5fbd752ab7c7607ccb874663b01bfb7388
</pre>
</div>
</content>
</entry>
<entry>
<title>Support operating_status for instance</title>
<updated>2020-12-08T22:10:28+00:00</updated>
<author>
<name>Lingxian Kong</name>
<email>anlin.kong@gmail.com</email>
</author>
<published>2020-12-06T08:48:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=23b5546f5356a3be23aa0191d8f0fffc14f5a3e0'/>
<id>23b5546f5356a3be23aa0191d8f0fffc14f5a3e0</id>
<content type='text'>
Change-Id: I3f5badc4d3bbb41de008d39e813d48f6aa670dc1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I3f5badc4d3bbb41de008d39e813d48f6aa670dc1
</pre>
</div>
</content>
</entry>
<entry>
<title>Show server_id for listing instance by admin</title>
<updated>2020-12-08T20:36:33+00:00</updated>
<author>
<name>Lingxian Kong</name>
<email>anlin.kong@gmail.com</email>
</author>
<published>2020-12-06T08:48:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=b02459fb1d71d838c715adfc4efb34b893070bc1'/>
<id>b02459fb1d71d838c715adfc4efb34b893070bc1</id>
<content type='text'>
Story: 2008420
Task: 41361

Change-Id: I4dd67cf9aa9a13a520e69872d2752d22f19e63cf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Story: 2008420
Task: 41361

Change-Id: I4dd67cf9aa9a13a520e69872d2752d22f19e63cf
</pre>
</div>
</content>
</entry>
</feed>
