<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-troveclient.git/.gitignore, branch stable/rocky</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>rearrange docs into new standard layout</title>
<updated>2017-06-29T21:00:28+00:00</updated>
<author>
<name>Doug Hellmann</name>
<email>doug@doughellmann.com</email>
</author>
<published>2017-06-29T20:48:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=0d5c899edb6baa745147207d99b45cd073803f23'/>
<id>0d5c899edb6baa745147207d99b45cd073803f23</id>
<content type='text'>
Also replaces inline reference guide generation with pbr's feature for
doing the same thing.

Refer to
https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html
for details.

Change-Id: I0fac75bfe66a1ea30973c2128c054aa2e43c8f8b
Signed-off-by: Doug Hellmann &lt;doug@doughellmann.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also replaces inline reference guide generation with pbr's feature for
doing the same thing.

Refer to
https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html
for details.

Change-Id: I0fac75bfe66a1ea30973c2128c054aa2e43c8f8b
Signed-off-by: Doug Hellmann &lt;doug@doughellmann.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add reno for release notes management</title>
<updated>2016-04-08T00:45:49+00:00</updated>
<author>
<name>Peter Stachowski</name>
<email>peter@tesora.com</email>
</author>
<published>2016-04-05T20:08:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=553e3041e80920eb812e8600f0513e5a1e76ed0c'/>
<id>553e3041e80920eb812e8600f0513e5a1e76ed0c</id>
<content type='text'>
Add reno to generate release notes for the Trove client.

Change-Id: I8e475e1148ec32f9beb3398ecbb5effccd7ea4fb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add reno to generate release notes for the Trove client.

Change-Id: I8e475e1148ec32f9beb3398ecbb5effccd7ea4fb
</pre>
</div>
</content>
</entry>
<entry>
<title>Add coverage library</title>
<updated>2015-03-10T01:22:52+00:00</updated>
<author>
<name>OTSUKA, Yuanying</name>
<email>ootsuka@mxs.nes.nec.co.jp</email>
</author>
<published>2015-03-10T01:20:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=69911687264855bed654e6107d31e60db401bcd8'/>
<id>69911687264855bed654e6107d31e60db401bcd8</id>
<content type='text'>
`tox -ecover` is failed because of lack of necessary library. This adds it.

Change-Id: I7dc6b5e46335b770e31aaa9f02522a5eeb401114
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`tox -ecover` is failed because of lack of necessary library. This adds it.

Change-Id: I7dc6b5e46335b770e31aaa9f02522a5eeb401114
</pre>
</div>
</content>
</entry>
<entry>
<title>Add instance_metadata functionality to the trove python library</title>
<updated>2014-05-25T03:35:16+00:00</updated>
<author>
<name>Daniel Salinas</name>
<email>imsplitbit@gmail.com</email>
</author>
<published>2014-02-15T06:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=cb5736433b6fefa67f58f1cdd2e118f5d6c04e7c'/>
<id>cb5736433b6fefa67f58f1cdd2e118f5d6c04e7c</id>
<content type='text'>
Implements: blueprint trove-metadata

Change-Id: I4e498844afd2d2730fad2176dccaf1d61d8798c1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements: blueprint trove-metadata

Change-Id: I4e498844afd2d2730fad2176dccaf1d61d8798c1
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates .gitignore to ignore *.egg*</title>
<updated>2013-12-09T17:00:09+00:00</updated>
<author>
<name>Sushil Kumar</name>
<email>sushil.kumar2@globallogic.com</email>
</author>
<published>2013-12-09T16:00:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=3960411af02033d91e73819d50a7477b7fd3f09a'/>
<id>3960411af02033d91e73819d50a7477b7fd3f09a</id>
<content type='text'>
Reasons:
 - pbr-*.egg* is created during tox testing
 - To ignore any package being generated in future

Changes:
 - *.egg* is added in .gitignore
 - python_troveclient.egg* is removed as *.egg*
   takes care of this too.

Change-Id: Ib66bdca8d8d632e88e22cc533d7591613b87123b
Closes-Bug: #1259221
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reasons:
 - pbr-*.egg* is created during tox testing
 - To ignore any package being generated in future

Changes:
 - *.egg* is added in .gitignore
 - python_troveclient.egg* is removed as *.egg*
   takes care of this too.

Change-Id: Ib66bdca8d8d632e88e22cc533d7591613b87123b
Closes-Bug: #1259221
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate to testr.</title>
<updated>2013-06-18T07:05:22+00:00</updated>
<author>
<name>Michael Basnight</name>
<email>mbasnight@gmail.com</email>
</author>
<published>2013-06-18T06:47:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=bc90b3e088d3d4b83b5b3de0f9f83d9b6956947d'/>
<id>bc90b3e088d3d4b83b5b3de0f9f83d9b6956947d</id>
<content type='text'>
Change-Id: I497fc21a0795b8921f989d7a00b6a73f7730cd22
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I497fc21a0795b8921f989d7a00b6a73f7730cd22
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to pbr/d2to1.</title>
<updated>2013-06-18T05:25:41+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2013-06-14T23:03:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=257d4a8601c3848421c3f95179cf1f151e381e87'/>
<id>257d4a8601c3848421c3f95179cf1f151e381e87</id>
<content type='text'>
Change-Id: I5f4bb2cb3d068fec24a58b7d9b395b9cc31fa613
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5f4bb2cb3d068fec24a58b7d9b395b9cc31fa613
</pre>
</div>
</content>
</entry>
<entry>
<title>Add absolute limits to api call for rd cli</title>
<updated>2013-03-07T00:33:37+00:00</updated>
<author>
<name>daniel-a-nguyen</name>
<email>daniel.a.nguyen@hp.com</email>
</author>
<published>2013-03-06T23:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=b2cfa3d46581570815bb5723a9f1ffbfadbe4a43'/>
<id>b2cfa3d46581570815bb5723a9f1ffbfadbe4a43</id>
<content type='text'>
Implements: https://blueprints.launchpad.net/reddwarf/+spec/rate-limits
Change-Id: I525bbdb7e58c100a3fbd29493a06e3aee9417cc9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements: https://blueprints.launchpad.net/reddwarf/+spec/rate-limits
Change-Id: I525bbdb7e58c100a3fbd29493a06e3aee9417cc9
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore rdserver.txt.</title>
<updated>2013-02-09T23:30:01+00:00</updated>
<author>
<name>Tim Simpson</name>
<email>tim.simpson@rackspace.com</email>
</author>
<published>2013-02-09T23:30:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=f2b67417cfc3eea4c79a8b4a0f7b2554d5dc1b14'/>
<id>f2b67417cfc3eea4c79a8b4a0f7b2554d5dc1b14</id>
<content type='text'>
This file is created by run_local.sh when the server for the pydoc
tests. Missing from last commit, sorry.

Fixes bug #1119748
Change-Id: If6a6b91042492c477db9f5809ad8e290c7416c2b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This file is created by run_local.sh when the server for the pydoc
tests. Missing from last commit, sorry.

Fixes bug #1119748
Change-Id: If6a6b91042492c477db9f5809ad8e290c7416c2b
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding tox to Python-RDC to make documenting the client very easy.</title>
<updated>2012-07-18T15:23:52+00:00</updated>
<author>
<name>Tim Simpson</name>
<email>tim.simpson@rackspace.com</email>
</author>
<published>2012-07-16T20:16:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=6a02267f9e22464bb342313e1babfb3620bc0472'/>
<id>6a02267f9e22464bb342313e1babfb3620bc0472</id>
<content type='text'>
* Added some Sphinx docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added some Sphinx docs.
</pre>
</div>
</content>
</entry>
</feed>
