<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-novaclient.git, branch 2.10.0</title>
<subtitle>opendev.org: openstack/python-novaclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-novaclient.git/'/>
<entry>
<title>Merge "Remove unnecessary casts in flavor create."</title>
<updated>2012-11-29T19:11:11+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-11-29T19:11:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-novaclient.git/commit/?id=18deaf47918e5baa655fabb9776d294571363608'/>
<id>18deaf47918e5baa655fabb9776d294571363608</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Validate that rxtx_factor is a float."</title>
<updated>2012-11-29T19:10:38+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-11-29T19:10:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-novaclient.git/commit/?id=fef3af70725be74763d4ad95c624407dfde25b2a'/>
<id>fef3af70725be74763d4ad95c624407dfde25b2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Adds nova client support for nova-manage vpn command"</title>
<updated>2012-11-29T19:10:19+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-11-29T19:10:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-novaclient.git/commit/?id=926b334613169d59f91d522218d3418a69952d98'/>
<id>926b334613169d59f91d522218d3418a69952d98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Adds nova client support for nova-manage fixed command"</title>
<updated>2012-11-29T18:51:08+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-11-29T18:51:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-novaclient.git/commit/?id=c4f0f50a2a8f043f66cb010fbcf1e2ec5b7dcd23'/>
<id>c4f0f50a2a8f043f66cb010fbcf1e2ec5b7dcd23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Implement fping calls in nova client"</title>
<updated>2012-11-29T18:50:20+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-11-29T18:50:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-novaclient.git/commit/?id=b2338b9a33547f600233b21bc64e74985327ce70'/>
<id>b2338b9a33547f600233b21bc64e74985327ce70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary casts in flavor create.</title>
<updated>2012-11-27T16:05:53+00:00</updated>
<author>
<name>Dan Prince</name>
<email>dprince@redhat.com</email>
</author>
<published>2012-11-27T16:05:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-novaclient.git/commit/?id=494040d7fe36ddd00c8813a6e894e53b1abf31be'/>
<id>494040d7fe36ddd00c8813a6e894e53b1abf31be</id>
<content type='text'>
We already cast and validate these variables above... no
need to cast them again.

Change-Id: I87b967925ae77c70eb07a42f3ae050703d44a427
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We already cast and validate these variables above... no
need to cast them again.

Change-Id: I87b967925ae77c70eb07a42f3ae050703d44a427
</pre>
</div>
</content>
</entry>
<entry>
<title>Validate that rxtx_factor is a float.</title>
<updated>2012-11-27T15:59:43+00:00</updated>
<author>
<name>Dan Prince</name>
<email>dprince@redhat.com</email>
</author>
<published>2012-11-27T15:59:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-novaclient.git/commit/?id=27d7ad9d8632bdc67e25757a42a91109e393fbf9'/>
<id>27d7ad9d8632bdc67e25757a42a91109e393fbf9</id>
<content type='text'>
Nova stores rxtx_factor as a float internally and as such
novaclient should validate that a float is specified
when creating a flavor.

Fixes LP Bug #1083651.

Change-Id: I75f9440d3fe2a0e72ea592f2259640623400ae73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Nova stores rxtx_factor as a float internally and as such
novaclient should validate that a float is specified
when creating a flavor.

Fixes LP Bug #1083651.

Change-Id: I75f9440d3fe2a0e72ea592f2259640623400ae73
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds nova client support for nova-manage vpn command</title>
<updated>2012-11-27T04:30:48+00:00</updated>
<author>
<name>Chris Yeoh</name>
<email>cyeoh@au1.ibm.com</email>
</author>
<published>2012-11-26T03:51:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-novaclient.git/commit/?id=4f6419b5553e853f5720084ba01fc0b4cc1f6220'/>
<id>4f6419b5553e853f5720084ba01fc0b4cc1f6220</id>
<content type='text'>
Adds "nova cloudpipe-configure" command
Adds shell tests for cloudpipe-list and cloudpipe-create commands which
already exist

This patch depends on https://review.openstack.org/#/c/15854/

Change-Id: I784f5bf0f25a2d8cae4b7c2c6ccf345842ffe352
Implements: blueprint apis-for-nova-manage
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds "nova cloudpipe-configure" command
Adds shell tests for cloudpipe-list and cloudpipe-create commands which
already exist

This patch depends on https://review.openstack.org/#/c/15854/

Change-Id: I784f5bf0f25a2d8cae4b7c2c6ccf345842ffe352
Implements: blueprint apis-for-nova-manage
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix aggregate command help messages.</title>
<updated>2012-11-26T23:26:53+00:00</updated>
<author>
<name>Joe Gordon</name>
<email>jogo@cloudscaling.com</email>
</author>
<published>2012-11-26T22:26:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-novaclient.git/commit/?id=b9d60c1fd2f887992fc1f6c2246b1f0f11efe1a9'/>
<id>b9d60c1fd2f887992fc1f6c2246b1f0f11efe1a9</id>
<content type='text'>
Fixes bug 1083343

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

Change-Id: I315a0629bb33480952f2280b053b8db8cb83a1ea
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds nova client support for nova-manage fixed command</title>
<updated>2012-11-22T12:13:59+00:00</updated>
<author>
<name>Chris Yeoh</name>
<email>cyeoh@au1.ibm.com</email>
</author>
<published>2012-11-22T12:13:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-novaclient.git/commit/?id=3839d284da8bb269ca392727f0716ddc2238b880'/>
<id>3839d284da8bb269ca392727f0716ddc2238b880</id>
<content type='text'>
Adds the following commands:
- "fixed-ip-get &lt;ip_addr&gt;" - displays information about the fixed ip ip_addr
- "fixed-ip-reserve &lt;ip_addr&gt;" - reserves the fixed ip ip_addr
- "fixed-ip-unreserve &lt;ip_addr&gt;" - unreserves the fixed ip ip_addr

Change-Id: I6a5c8b9f7ab359adeb57b86240279649cd421801
Implements: blueprint apis-for-nova-manage
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds the following commands:
- "fixed-ip-get &lt;ip_addr&gt;" - displays information about the fixed ip ip_addr
- "fixed-ip-reserve &lt;ip_addr&gt;" - reserves the fixed ip ip_addr
- "fixed-ip-unreserve &lt;ip_addr&gt;" - unreserves the fixed ip ip_addr

Change-Id: I6a5c8b9f7ab359adeb57b86240279649cd421801
Implements: blueprint apis-for-nova-manage
</pre>
</div>
</content>
</entry>
</feed>
