<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-troveclient.git, branch 7.3.0</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 python3.9 support</title>
<updated>2022-04-28T14:14:03+00:00</updated>
<author>
<name>wu.chunyang</name>
<email>wuchunyang@yovole.com</email>
</author>
<published>2022-04-28T14:08:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=00a54650d5330170735f2c54c4897866cf5c5582'/>
<id>00a54650d5330170735f2c54c4897866cf5c5582</id>
<content type='text'>
This ps adds py39 support and replaces dashes with underscores

Change-Id: I5245be419244c8bd93c7099b61ce0a382f7a5065
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This ps adds py39 support and replaces dashes with underscores

Change-Id: I5245be419244c8bd93c7099b61ce0a382f7a5065
</pre>
</div>
</content>
</entry>
<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>Update master for stable/yoga</title>
<updated>2022-03-03T10:50:59+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2022-03-03T10:50:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=ef88f4d6c0f67c3689b27347b5fd11fbc9e7e995'/>
<id>ef88f4d6c0f67c3689b27347b5fd11fbc9e7e995</id>
<content type='text'>
Add file to the reno documentation build to show release notes for
stable/yoga.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/yoga.

Sem-Ver: feature
Change-Id: I8143ca09cafc3bf2ae68c856f426f2acaa699b38
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add file to the reno documentation build to show release notes for
stable/yoga.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/yoga.

Sem-Ver: feature
Change-Id: I8143ca09cafc3bf2ae68c856f426f2acaa699b38
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python3 yoga unit tests</title>
<updated>2021-09-10T14:32:45+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2021-09-10T14:32:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=60817623ccbbfd7b4eee5b24be6ac4d82e9c3e8e'/>
<id>60817623ccbbfd7b4eee5b24be6ac4d82e9c3e8e</id>
<content type='text'>
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for yoga.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: Ibb1f0b5a7740d36fda7be637f21802e31623baba
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for yoga.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: Ibb1f0b5a7740d36fda7be637f21802e31623baba
</pre>
</div>
</content>
</entry>
<entry>
<title>Update master for stable/xena</title>
<updated>2021-09-10T14:32:43+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2021-09-10T14:32:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=2475b3b8b010ae3f355e131c07ea5781a32f8307'/>
<id>2475b3b8b010ae3f355e131c07ea5781a32f8307</id>
<content type='text'>
Add file to the reno documentation build to show release notes for
stable/xena.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/xena.

Sem-Ver: feature
Change-Id: I62ae17b426c970e0e595210da0d7656f70b37352
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add file to the reno documentation build to show release notes for
stable/xena.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/xena.

Sem-Ver: feature
Change-Id: I62ae17b426c970e0e595210da0d7656f70b37352
</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>Changed minversion in tox to 3.18.0</title>
<updated>2021-06-03T09:01:07+00:00</updated>
<author>
<name>likui</name>
<email>likui@yovole.com</email>
</author>
<published>2021-06-03T09:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=5ce2e998b9cee78121f14cbdf5e06382928e79c9'/>
<id>5ce2e998b9cee78121f14cbdf5e06382928e79c9</id>
<content type='text'>
The patch bumps min version of tox to 3.18.0 in order to
replace tox's whitelist_externals by allowlist_externals option:
https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23

Change-Id: Ia9928d8fe69a6a3c593ff9b5846ef3123e7dda26
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The patch bumps min version of tox to 3.18.0 in order to
replace tox's whitelist_externals by allowlist_externals option:
https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23

Change-Id: Ia9928d8fe69a6a3c593ff9b5846ef3123e7dda26
</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>
</feed>
