<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-troveclient.git/requirements.txt, branch 2.1.2</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>Updated from global requirements</title>
<updated>2016-05-15T18:06:40+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2016-05-15T18:06:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=c758721ea2813a5c926ab22fe97e6ac64078e577'/>
<id>c758721ea2813a5c926ab22fe97e6ac64078e577</id>
<content type='text'>
Change-Id: If118728bc99423ddbbc6dd5c3c4a4ec3f6aea1a0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If118728bc99423ddbbc6dd5c3c4a4ec3f6aea1a0
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2016-04-29T22:41:27+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2016-04-29T22:41:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=44a6f1529147be79750e2bfd938d9d8a6d2d7a0b'/>
<id>44a6f1529147be79750e2bfd938d9d8a6d2d7a0b</id>
<content type='text'>
Change-Id: Ifdaa25d124a7d72c5a0682cd72acab3fe2005f96
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ifdaa25d124a7d72c5a0682cd72acab3fe2005f96
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2016-02-20T22:00:55+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2016-02-20T22:00:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=b56fef2747b815e0cf4c39f5a9edb5f4fdfa494f'/>
<id>b56fef2747b815e0cf4c39f5a9edb5f4fdfa494f</id>
<content type='text'>
Change-Id: Ibdde14aa5ac237b460a8fc3734af69c529bb0de7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ibdde14aa5ac237b460a8fc3734af69c529bb0de7
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2016-01-28T01:31:55+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2016-01-28T01:31:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=da22ce6d76541b99a369a5afcff7ae5d8cb308d8'/>
<id>da22ce6d76541b99a369a5afcff7ae5d8cb308d8</id>
<content type='text'>
Change-Id: I7f521aae5575a16856de40b4c1c16ef2002a5ade
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I7f521aae5575a16856de40b4c1c16ef2002a5ade
</pre>
</div>
</content>
</entry>
<entry>
<title>Client Changes for Guest Log File Retrieval</title>
<updated>2016-01-27T19:41:15+00:00</updated>
<author>
<name>Alex Tomic</name>
<email>atomic@tesora.com</email>
</author>
<published>2015-06-22T19:01:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=fb33d87fef21052126b1ae10efb2f2e4dca9ccf9'/>
<id>fb33d87fef21052126b1ae10efb2f2e4dca9ccf9</id>
<content type='text'>
Implements log file retrieval from the guest agent.  The contents
of the log file are pushed up to a swift container as a series of
objects that represent a subset of the lines in the log.

The following trove CLI commands are implemented:

trove log-list &lt;instance&gt;         : lists log files available on guest
trove log-enable &lt;instance&gt; &lt;log&gt; : enables writing to log file
trove log-disable &lt;instance&gt; &lt;log&gt;: disables writing to log file
trove log-publish &lt;instance&gt; &lt;log&gt;: publishes updates to swift container
trove log-discard &lt;instance&gt; &lt;log&gt;: discards published logs
trove log-tail &lt;instance&gt; &lt;log&gt;   : displays last lines of log
trove log-save &lt;instance&gt; &lt;log&gt;   : saves the entire log to a file

Change-Id: Ic15c455747b9f1966d83d7034c9b748ca5e2cce9
Co-Authored-By: Morgan Jones &lt;morgan@tesora.com&gt;
Co-Authored-By: Alex Tomic &lt;atomic@tesora.com&gt;
Co-Authored-By: Peter Stachowski &lt;peter@tesora.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements log file retrieval from the guest agent.  The contents
of the log file are pushed up to a swift container as a series of
objects that represent a subset of the lines in the log.

The following trove CLI commands are implemented:

trove log-list &lt;instance&gt;         : lists log files available on guest
trove log-enable &lt;instance&gt; &lt;log&gt; : enables writing to log file
trove log-disable &lt;instance&gt; &lt;log&gt;: disables writing to log file
trove log-publish &lt;instance&gt; &lt;log&gt;: publishes updates to swift container
trove log-discard &lt;instance&gt; &lt;log&gt;: discards published logs
trove log-tail &lt;instance&gt; &lt;log&gt;   : displays last lines of log
trove log-save &lt;instance&gt; &lt;log&gt;   : saves the entire log to a file

Change-Id: Ic15c455747b9f1966d83d7034c9b748ca5e2cce9
Co-Authored-By: Morgan Jones &lt;morgan@tesora.com&gt;
Co-Authored-By: Alex Tomic &lt;atomic@tesora.com&gt;
Co-Authored-By: Peter Stachowski &lt;peter@tesora.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2016-01-26T23:29:18+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2016-01-26T23:29:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=2be08006b364fdbab6de653804be997ff8bda07e'/>
<id>2be08006b364fdbab6de653804be997ff8bda07e</id>
<content type='text'>
Change-Id: I0fa56501666064fe865b51b0d79c7a0449da6fff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I0fa56501666064fe865b51b0d79c7a0449da6fff
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove argparse from requirements</title>
<updated>2016-01-20T18:23:23+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2016-01-20T18:23:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=862d9b65e089243583de7c95f388634bc9790ebb'/>
<id>862d9b65e089243583de7c95f388634bc9790ebb</id>
<content type='text'>
argparse was external in python 2.6 but not anymore, remove it from
requirements.

This should help with pip 8.0 that gets confused in this situation.
Installation of the external argparse is not needed.

Change-Id: Ib7e74912b36c1b5ccb514e31fac35efeff57378d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
argparse was external in python 2.6 but not anymore, remove it from
requirements.

This should help with pip 8.0 that gets confused in this situation.
Installation of the external argparse is not needed.

Change-Id: Ib7e74912b36c1b5ccb514e31fac35efeff57378d
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2016-01-05T10:30:57+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2016-01-05T10:30:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=5fd49d47087e5fbf7639bd6581d0dd4a437d4548'/>
<id>5fd49d47087e5fbf7639bd6581d0dd4a437d4548</id>
<content type='text'>
Change-Id: Icc1be9e4741aef06018d848d0cd38deec91ad7c4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Icc1be9e4741aef06018d848d0cd38deec91ad7c4
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2015-12-01T06:10:23+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2015-12-01T06:10:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=c488961e9d67dbdcf321e16a838e3a424632048a'/>
<id>c488961e9d67dbdcf321e16a838e3a424632048a</id>
<content type='text'>
Change-Id: I4ab4b7f31227701b664db348c50fa01a305c1cfe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4ab4b7f31227701b664db348c50fa01a305c1cfe
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2015-11-03T04:34:47+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2015-11-03T04:34:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-troveclient.git/commit/?id=e1f3b1cb483e3f24258155dde11101d95f11d1d5'/>
<id>e1f3b1cb483e3f24258155dde11101d95f11d1d5</id>
<content type='text'>
Change-Id: I5f9801dcaf47ab3a39cddb13c1fc174bb88c4d46
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5f9801dcaf47ab3a39cddb13c1fc174bb88c4d46
</pre>
</div>
</content>
</entry>
</feed>
