<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-novaclient.git, branch 2.12.0</title>
<subtitle>opendev.org: openstack/python-novaclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/'/>
<entry>
<title>Merge "Add support for retrieving instance-actions info"</title>
<updated>2013-03-26T05:54:48+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-03-26T05:54:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=655765a5eac161be8209e62950ecde7b4da84d1a'/>
<id>655765a5eac161be8209e62950ecde7b4da84d1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Split commands properly for bash completion test."</title>
<updated>2013-03-26T05:54:46+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-03-26T05:54:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=f03575a8c742cb789c89620fc171edd5e75d426d'/>
<id>f03575a8c742cb789c89620fc171edd5e75d426d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't check build/ for pep8 violations</title>
<updated>2013-03-25T20:57:06+00:00</updated>
<author>
<name>Andrew Laski</name>
<email>andrew.laski@rackspace.com</email>
</author>
<published>2013-03-25T20:41:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=d7f1a71311dc8da730d281ac8c73618d3c00dc02'/>
<id>d7f1a71311dc8da730d281ac8c73618d3c00dc02</id>
<content type='text'>
There's no need to run pep8 on the build dir, and it contains E502 false
positives due to some part of the build process adding line
continuations in places that they're not needed.

Change-Id: I7ea19aea2b9e46503aa8acc06ce6b9d7ea18113a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's no need to run pep8 on the build dir, and it contains E502 false
positives due to some part of the build process adding line
continuations in places that they're not needed.

Change-Id: I7ea19aea2b9e46503aa8acc06ce6b9d7ea18113a
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Remove extraneous output during testing"</title>
<updated>2013-03-25T20:22:08+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-03-25T20:22:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=09c8626bdc3b6eed3e5b72d12c3095d470643a54'/>
<id>09c8626bdc3b6eed3e5b72d12c3095d470643a54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for retrieving instance-actions info</title>
<updated>2013-03-25T20:03:18+00:00</updated>
<author>
<name>Andrew Laski</name>
<email>andrew.laski@rackspace.com</email>
</author>
<published>2013-03-25T16:56:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=0f7404d7a8f5b6948ae050f6bd434483be42522d'/>
<id>0f7404d7a8f5b6948ae050f6bd434483be42522d</id>
<content type='text'>
Adds an extension for querying instance-actions info on an instance.
There are two new commands: 'instance-action-list &lt;server&gt;' which lists
actions that have been recorded for that instance, and 'instance-action
&lt;server&gt; &lt;request_id&gt;' which provides more details for the action with
that request_id on that server.

Change-Id: I22492d682d50b78f522f10269221fea9483df6dd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds an extension for querying instance-actions info on an instance.
There are two new commands: 'instance-action-list &lt;server&gt;' which lists
actions that have been recorded for that instance, and 'instance-action
&lt;server&gt; &lt;request_id&gt;' which provides more details for the action with
that request_id on that server.

Change-Id: I22492d682d50b78f522f10269221fea9483df6dd
</pre>
</div>
</content>
</entry>
<entry>
<title>Split commands properly for bash completion test.</title>
<updated>2013-03-25T18:34:24+00:00</updated>
<author>
<name>Andrew Laski</name>
<email>andrew.laski@rackspace.com</email>
</author>
<published>2013-03-25T17:03:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=46cd432bc24ededc55560e84ef5ccd30384a69ff'/>
<id>46cd432bc24ededc55560e84ef5ccd30384a69ff</id>
<content type='text'>
The bash completion test was trying to loop over some options in order
to test that they appeared in the output.  This splits the list so that
proper looping occurs.  This helps protect against test failures when
new options are added and the bash completion output changes order.

Change-Id: I81517038953fb429e8d98b762c77749bbbc0e8d7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The bash completion test was trying to loop over some options in order
to test that they appeared in the output.  This splits the list so that
proper looping occurs.  This helps protect against test failures when
new options are added and the bash completion output changes order.

Change-Id: I81517038953fb429e8d98b762c77749bbbc0e8d7
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove extraneous output during testing</title>
<updated>2013-03-25T18:26:02+00:00</updated>
<author>
<name>Andrew Laski</name>
<email>andrew.laski@rackspace.com</email>
</author>
<published>2013-03-25T17:38:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=114bd74fd2c4358ae16c0b86faf9b43c8d686344'/>
<id>114bd74fd2c4358ae16c0b86faf9b43c8d686344</id>
<content type='text'>
During shell tests commands were being passed to novaclient and output
was being printed to stdout.  This quickly scrolls useful test output
offscreen, so lets suppress it.

Also removed a print call from a test.

Change-Id: I31c8bf2f92a64d781c9e3350213f2e1503b960ad
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
During shell tests commands were being passed to novaclient and output
was being printed to stdout.  This quickly scrolls useful test output
offscreen, so lets suppress it.

Also removed a print call from a test.

Change-Id: I31c8bf2f92a64d781c9e3350213f2e1503b960ad
</pre>
</div>
</content>
</entry>
<entry>
<title>Use setuptools-git to include files from the repo</title>
<updated>2013-03-22T21:06:08+00:00</updated>
<author>
<name>Roman Podolyaka</name>
<email>rpodolyaka@mirantis.com</email>
</author>
<published>2013-03-19T15:27:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=f78617803c9b34e52086b519ba5683f015418fda'/>
<id>f78617803c9b34e52086b519ba5683f015418fda</id>
<content type='text'>
Fixes bug 1029511.

Change-Id: I5aef29ad10ac73a9645111f993621d596321ffcf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug 1029511.

Change-Id: I5aef29ad10ac73a9645111f993621d596321ffcf
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix keypair-delete help documents</title>
<updated>2013-03-22T12:29:55+00:00</updated>
<author>
<name>Masayuki Igawa</name>
<email>igawa@mxs.nes.nec.co.jp</email>
</author>
<published>2013-03-22T12:29:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=609cbcef17cd0051ecb86bc60a29cf9c2be2517f'/>
<id>609cbcef17cd0051ecb86bc60a29cf9c2be2517f</id>
<content type='text'>
The help documents of keypair-delete parameter should indicate "name".

Fixes bug 1158733

Change-Id: Ib7e648d22024828f8a4e5b3b51c5ed8f6b4dc057
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The help documents of keypair-delete parameter should indicate "name".

Fixes bug 1158733

Change-Id: Ib7e648d22024828f8a4e5b3b51c5ed8f6b4dc057
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Make os-services API extensions consistent with Nova"</title>
<updated>2013-03-20T21:00:00+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-03-20T21:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=22b8856815d95a1a9920f4bdbab63f4c56dbd75d'/>
<id>22b8856815d95a1a9920f4bdbab63f4c56dbd75d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
