<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-novaclient.git, branch 2.20.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>Updated from global requirements</title>
<updated>2014-09-19T08:51:36+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2014-09-19T08:51:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=5ecfdac6b34769e200ff5c4c7429c20518c5b24f'/>
<id>5ecfdac6b34769e200ff5c4c7429c20518c5b24f</id>
<content type='text'>
Change-Id: Id91358b7d4efe79a4be5190dcdb4b0b7cb40f19b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id91358b7d4efe79a4be5190dcdb4b0b7cb40f19b
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Corrects typos "coearse," "proejct," and "unecrypts""</title>
<updated>2014-09-19T06:19:01+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-09-19T06:19:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=87a1ebcd1419733d0fd2d3cd9e76e373a7eb0be7'/>
<id>87a1ebcd1419733d0fd2d3cd9e76e373a7eb0be7</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 retry_after only to exceptions supporting it"</title>
<updated>2014-09-19T02:16:51+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-09-19T02:16:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=3877f871a5ca0b5d7ef31ef1cdb96621a9b22e29'/>
<id>3877f871a5ca0b5d7ef31ef1cdb96621a9b22e29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrects typos "coearse," "proejct," and "unecrypts"</title>
<updated>2014-09-18T22:24:54+00:00</updated>
<author>
<name>Rafael Rivero</name>
<email>rafael@cloudscaling.com</email>
</author>
<published>2014-09-17T00:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=98acb7fb7d9f6179c0cddc59ecf050831a6a6464'/>
<id>98acb7fb7d9f6179c0cddc59ecf050831a6a6464</id>
<content type='text'>
Misspelling of "coerce" found in the docstring body
of method _boot from class ServerManager. Misspellings
of "project" and "unencrypts" found in docstrings
of client.py and crypto.py.

Change-Id: I052c321f3ad5e13aa57a559e2f28ec5eec32a9b4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Misspelling of "coerce" found in the docstring body
of method _boot from class ServerManager. Misspellings
of "project" and "unencrypts" found in docstrings
of client.py and crypto.py.

Change-Id: I052c321f3ad5e13aa57a559e2f28ec5eec32a9b4
</pre>
</div>
</content>
</entry>
<entry>
<title>Add retry_after only to exceptions supporting it</title>
<updated>2014-09-18T11:07:17+00:00</updated>
<author>
<name>Michal Dulko</name>
<email>michal.dulko@intel.com</email>
</author>
<published>2014-09-18T11:07:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=310b87ecbb8cd4c82a460781cf7b4e9e79c604d9'/>
<id>310b87ecbb8cd4c82a460781cf7b4e9e79c604d9</id>
<content type='text'>
Having retry_after in HTTP response header for 403 status code caused
client to fail with TypeError exception about unexpected keyword
argument. This is related to bug in nova-api. To prevent this kind of
client problems in the future patch adds check to from_response
function to pass retry-after header only to classes that inherit
from RetryAfterException and regression unit tests.

Change-Id: I6bfc8b33eb591d30b3c647397b11100094718e13
Closes-Bug: 1365251
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Having retry_after in HTTP response header for 403 status code caused
client to fail with TypeError exception about unexpected keyword
argument. This is related to bug in nova-api. To prevent this kind of
client problems in the future patch adds check to from_response
function to pass retry-after header only to classes that inherit
from RetryAfterException and regression unit tests.

Change-Id: I6bfc8b33eb591d30b3c647397b11100094718e13
Closes-Bug: 1365251
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "secgroup-create description is not optional"</title>
<updated>2014-09-17T22:34:24+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-09-17T22:34:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=3e5dae84a844f12cf27ea4800b96e18fb190148a'/>
<id>3e5dae84a844f12cf27ea4800b96e18fb190148a</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 support for the server group quotas"</title>
<updated>2014-09-17T17:05:08+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-09-17T17:05:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=a6dc7fc43e61456548b5ea13e5a0ba5cdcaa8f6f'/>
<id>a6dc7fc43e61456548b5ea13e5a0ba5cdcaa8f6f</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 get-serial-console"</title>
<updated>2014-09-17T15:09:22+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-09-17T15:09:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=b8ad231654addce84ec1abca21f64fff397eb157'/>
<id>b8ad231654addce84ec1abca21f64fff397eb157</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Make findall support server side filtering"</title>
<updated>2014-09-17T02:52:23+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-09-17T02:52:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=9312e25c4b62fed755219a805edb2515580203ae'/>
<id>9312e25c4b62fed755219a805edb2515580203ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix order of arguments in assertEquals"</title>
<updated>2014-09-17T01:55:30+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-09-17T01:55:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=c5a3aefbd091117e3c29e43d9dd358154e8e3928'/>
<id>c5a3aefbd091117e3c29e43d9dd358154e8e3928</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
