<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-troveclient.git/troveclient, branch master</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>Merge "Adapts new API response schema"</title>
<updated>2022-04-18T12:54:40+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2022-04-18T12:54:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=c1a320cef4827e481f5618573c172d036fc2ff2e'/>
<id>c1a320cef4827e481f5618573c172d036fc2ff2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Uses the "network_id" param creating a cluster</title>
<updated>2022-04-09T18:07:58+00:00</updated>
<author>
<name>Hirotaka Wakabayashi</name>
<email>hiwkby@yahoo.com</email>
</author>
<published>2022-04-06T16:07:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=4815692d8cc452f7a1250db5ab7034346a201ac2'/>
<id>4815692d8cc452f7a1250db5ab7034346a201ac2</id>
<content type='text'>
This PR replaces a request parameter name "net-id" with "network_id"
creating a cluster. When creating a cluster, Clusters API internally
calls Instaces API to create a instance. A request parameter name to
create instances has changed[1] but python-troveclient still uses
old parameter name when creating a cluster.

The original problem is instance creation error when creating a
instance that belongs to a cluster. Troves's Instances API has
changed a parameter name from "net-id" to "network_id", but Clusters
API and python-troveclient still uses the "net-id" parameter name.
We need to fix it.

[1]: https://opendev.org/openstack/trove/commit/535417240709694080255c064c9d84a5ab1d5372

Task: 44925
Story: 2009958
Change-Id: Ia3d1d6f451296eba34f2389da184c41a7ee9e84e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This PR replaces a request parameter name "net-id" with "network_id"
creating a cluster. When creating a cluster, Clusters API internally
calls Instaces API to create a instance. A request parameter name to
create instances has changed[1] but python-troveclient still uses
old parameter name when creating a cluster.

The original problem is instance creation error when creating a
instance that belongs to a cluster. Troves's Instances API has
changed a parameter name from "net-id" to "network_id", but Clusters
API and python-troveclient still uses the "net-id" parameter name.
We need to fix it.

[1]: https://opendev.org/openstack/trove/commit/535417240709694080255c064c9d84a5ab1d5372

Task: 44925
Story: 2009958
Change-Id: Ia3d1d6f451296eba34f2389da184c41a7ee9e84e
</pre>
</div>
</content>
</entry>
<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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>Switch to collections.abc.*</title>
<updated>2021-02-11T11:29:00+00:00</updated>
<author>
<name>Joel Capitao</name>
<email>jcapitao@redhat.com</email>
</author>
<published>2021-02-11T11:09:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=8271ba8719db5bba6a1bb45cd7e2f6750ae5f56a'/>
<id>8271ba8719db5bba6a1bb45cd7e2f6750ae5f56a</id>
<content type='text'>
The abstract base classes previously defined in 'collections' were moved
to 'collections.abc' in 3.3. The aliases will be removed in 3.10.
Preempt this change now with a simple find-replace:

  $ ag -l 'collections.($TYPES)' | \
      xargs sed -i 's/\(collections\)\.\($TYPES\)/\1.abc.\2/g'

Where $TYPES is the list of moved ABCs from [1].

[1] https://docs.python.org/3/library/collections.abc.html

Credit for this commit message to Stephen Finucane &lt;stephenfin@redhat.com&gt;

Change-Id: I782f2449832398cf2cfb886f561635de3d8ac18d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The abstract base classes previously defined in 'collections' were moved
to 'collections.abc' in 3.3. The aliases will be removed in 3.10.
Preempt this change now with a simple find-replace:

  $ ag -l 'collections.($TYPES)' | \
      xargs sed -i 's/\(collections\)\.\($TYPES\)/\1.abc.\2/g'

Where $TYPES is the list of moved ABCs from [1].

[1] https://docs.python.org/3/library/collections.abc.html

Credit for this commit message to Stephen Finucane &lt;stephenfin@redhat.com&gt;

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