<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-troveclient.git, branch 1.0.7</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>Update the README.rst with latest help</title>
<updated>2014-09-08T20:58:32+00:00</updated>
<author>
<name>Nikhil Manchanda</name>
<email>SlickNik@gmail.com</email>
</author>
<published>2014-09-08T20:04:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=e010a919750f07493afd42a4db867853b925bcbf'/>
<id>e010a919750f07493afd42a4db867853b925bcbf</id>
<content type='text'>
The help has substantially changed since the last time the
trove client was published to pypi. Updated the README.rst
with the latest help information.

Closes-Bug: 1366981
Change-Id: I3e2533b4c57f63d20e804c1fca5731fe6a522199
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The help has substantially changed since the last time the
trove client was published to pypi. Updated the README.rst
with the latest help information.

Closes-Bug: 1366981
Change-Id: I3e2533b4c57f63d20e804c1fca5731fe6a522199
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Use 'replica' instead of 'slave'"</title>
<updated>2014-09-08T16:23:03+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-09-08T16:23:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=fa33d6e9279cd32fff58b26b9accc50266264a98'/>
<id>fa33d6e9279cd32fff58b26b9accc50266264a98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use 'replica' instead of 'slave'</title>
<updated>2014-09-05T15:13:37+00:00</updated>
<author>
<name>Greg Lucas</name>
<email>glucas@tesora.com</email>
</author>
<published>2014-08-30T02:58:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=b287f672ac650defda96939945192af6df452136'/>
<id>b287f672ac650defda96939945192af6df452136</id>
<content type='text'>
Replace the mysql-specific term 'slave' with the more general term
'replica'.

In order to merge properly the client currently handles both 'slave' and
'replica' in certain cases. The 'slave' support will be removed completely
once the trove runtime is updated to be in sync.

Change-Id: Id22d18a84a4ac104ff8af09959e8eb2ae0102e97
Co-Authored-By: Nikhil Manchanda &lt;SlickNik@gmail.com&gt;
Partial-Bug: 1360310
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace the mysql-specific term 'slave' with the more general term
'replica'.

In order to merge properly the client currently handles both 'slave' and
'replica' in certain cases. The 'slave' support will be removed completely
once the trove runtime is updated to be in sync.

Change-Id: Id22d18a84a4ac104ff8af09959e8eb2ae0102e97
Co-Authored-By: Nikhil Manchanda &lt;SlickNik@gmail.com&gt;
Partial-Bug: 1360310
</pre>
</div>
</content>
</entry>
<entry>
<title>adding configuration parameters mgmt api</title>
<updated>2014-09-04T04:16:03+00:00</updated>
<author>
<name>Craig Vyvial</name>
<email>cp16net@gmail.com</email>
</author>
<published>2014-03-04T04:27:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=b20b18e8acf049bcda297117164819f6c406cafc'/>
<id>b20b18e8acf049bcda297117164819f6c406cafc</id>
<content type='text'>
add the CRUD calls of configuration parameters mgmt calls

partially implements blueprint configuration-parameters-in-db
Change-Id: Iaaea946bdbcab91ca02e5e2cbf956a3980a461ab
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add the CRUD calls of configuration parameters mgmt calls

partially implements blueprint configuration-parameters-in-db
Change-Id: Iaaea946bdbcab91ca02e5e2cbf956a3980a461ab
</pre>
</div>
</content>
</entry>
<entry>
<title>Clusters troveclient Implementation</title>
<updated>2014-09-02T23:38:56+00:00</updated>
<author>
<name>amcrn</name>
<email>amcreynolds@ebaysf.com</email>
</author>
<published>2014-08-12T23:52:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=6852bdcefc17712b4b57a530adfb406e059e52e2'/>
<id>6852bdcefc17712b4b57a530adfb406e059e52e2</id>
<content type='text'>
adds clusters support to the troveclient.

Co-Authored-By: Ranjitha Vemula &lt;rvemula@ebaysf.com&gt;
Co-Authored-By: Michael Yu &lt;michayu@ebaysf.com&gt;
Co-Authored-By: Mat Lowery &lt;mlowery@ebaysf.com&gt;

Partially implements: blueprint clustering

Change-Id: I6ed2c4c79a17fcf8f14c587cab6a8ec3acaf319f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
adds clusters support to the troveclient.

Co-Authored-By: Ranjitha Vemula &lt;rvemula@ebaysf.com&gt;
Co-Authored-By: Michael Yu &lt;michayu@ebaysf.com&gt;
Co-Authored-By: Mat Lowery &lt;mlowery@ebaysf.com&gt;

Partially implements: blueprint clustering

Change-Id: I6ed2c4c79a17fcf8f14c587cab6a8ec3acaf319f
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a drop config-grp command in update instance</title>
<updated>2014-09-01T18:45:18+00:00</updated>
<author>
<name>ridhi.j.shah@gmail.com</name>
<email>ridhi.j.shah@gmail.com</email>
</author>
<published>2014-08-22T19:59:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=33c76fab16b80f32a04f83e1653d4f809c22d3bd'/>
<id>33c76fab16b80f32a04f83e1653d4f809c22d3bd</id>
<content type='text'>
As per the current code in the client, there is no option to detach
the configuration group of the instance. This change gives a user the
option to explicitly drop the config group of the instance as part of
the instance update call.

Change-Id: I7defd110549df87afd267d3ebe998904ff6b7483
Closes-Bug: 1359359
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As per the current code in the client, there is no option to detach
the configuration group of the instance. This change gives a user the
option to explicitly drop the config group of the instance as part of
the instance update call.

Change-Id: I7defd110549df87afd267d3ebe998904ff6b7483
Closes-Bug: 1359359
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Updated from global requirements"</title>
<updated>2014-08-31T11:24:47+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-08-31T11:24:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=522eb72a3e7e60b467e3652d119564f1c1a7f456'/>
<id>522eb72a3e7e60b467e3652d119564f1c1a7f456</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 new command: detach-replica"</title>
<updated>2014-08-31T04:29:10+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-08-31T04:29:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=aebe42bccccd1aa7526b40f4f367e871c5f35241'/>
<id>aebe42bccccd1aa7526b40f4f367e871c5f35241</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2014-08-30T08:36:13+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2014-08-30T08:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=5581b294c2281d04477368872737918b50df895c'/>
<id>5581b294c2281d04477368872737918b50df895c</id>
<content type='text'>
Change-Id: Ic0a0f060a974fbf605a135f473d55c0a8f5eb4da
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic0a0f060a974fbf605a135f473d55c0a8f5eb4da
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Clean up shell display of slave info"</title>
<updated>2014-08-29T08:37:14+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-08-29T08:37:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=084ba0195ed953dc8092376a1a314539390d0e29'/>
<id>084ba0195ed953dc8092376a1a314539390d0e29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
