<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nova.git/nova/api, branch shared-key-msg</title>
<subtitle>OpenStack's nova patches.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/'/>
<entry>
<title>Merge "Fixes for quota_sets v3 extension"</title>
<updated>2013-07-02T19:10:19+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-07-02T19:10:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=605835f69640026391fac644e00921deb6b3b477'/>
<id>605835f69640026391fac644e00921deb6b3b477</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Port images functionality to v3 API Part 2"</title>
<updated>2013-06-30T01:34:10+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-06-30T01:34:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=1515fa7bc3f5244f7564ce41f8a7a9ed9dacd5ee'/>
<id>1515fa7bc3f5244f7564ce41f8a7a9ed9dacd5ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Port server_diagnostics extension to v3 API Part2"</title>
<updated>2013-06-30T00:33:26+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-06-30T00:33:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=263fcb345407e9948343cc415cc7a0c345fd9eff'/>
<id>263fcb345407e9948343cc415cc7a0c345fd9eff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Port cells extension to v3 API Part 2"</title>
<updated>2013-06-29T23:38:53+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-06-29T23:38:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=43849d18fd2fa8a298840a73b7756f3a346f2e6c'/>
<id>43849d18fd2fa8a298840a73b7756f3a346f2e6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Merged flavor_swap extension into core API"</title>
<updated>2013-06-29T11:03:08+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-06-29T11:03:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=98a481aa4a121ef2a2e5fe338c4b9ab4f242cc29'/>
<id>98a481aa4a121ef2a2e5fe338c4b9ab4f242cc29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Port server_diagnostics extension to v3 API Part2</title>
<updated>2013-06-29T07:53:06+00:00</updated>
<author>
<name>Chris Yeoh</name>
<email>cyeoh@au1.ibm.com</email>
</author>
<published>2013-06-17T02:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=c27267ae9cf38616d03bd2bfba81c4357c52a342'/>
<id>c27267ae9cf38616d03bd2bfba81c4357c52a342</id>
<content type='text'>
Ports the server_diagnostics extensions and the corresponding
unittests to the v3 framework.

Partially implements blueprint nova-v3-api

Change-Id: I2ddf626a539d47884e845d73ec67e9f9169dcb2b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ports the server_diagnostics extensions and the corresponding
unittests to the v3 framework.

Partially implements blueprint nova-v3-api

Change-Id: I2ddf626a539d47884e845d73ec67e9f9169dcb2b
</pre>
</div>
</content>
</entry>
<entry>
<title>Port images functionality to v3 API Part 2</title>
<updated>2013-06-29T07:45:05+00:00</updated>
<author>
<name>Chris Yeoh</name>
<email>cyeoh@au1.ibm.com</email>
</author>
<published>2013-06-27T11:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=61dce13b5e4e8c4a99ce864e98d5ddfc4459a32c'/>
<id>61dce13b5e4e8c4a99ce864e98d5ddfc4459a32c</id>
<content type='text'>
The images functionality is moved for the V3 API from core to an
extension and is now accessed via /os-images instead of /images.

Consensus appears to be that we continue to need this
functionality for v3 because some deployers disable the public
image endpoint due security concerns and whether this will be
fixed in glance for Havana. Deployers can disable
this extension if they do not want it.

A further changeset will follow which changes the view builder
to correctly handle the lack of project id in the path with the
v3 API.

Partially implements blueprint nova-v3-api

Change-Id: I1237ad1ab5c58bb2d7cd9460b14666b4b97ef7fc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The images functionality is moved for the V3 API from core to an
extension and is now accessed via /os-images instead of /images.

Consensus appears to be that we continue to need this
functionality for v3 because some deployers disable the public
image endpoint due security concerns and whether this will be
fixed in glance for Havana. Deployers can disable
this extension if they do not want it.

A further changeset will follow which changes the view builder
to correctly handle the lack of project id in the path with the
v3 API.

Partially implements blueprint nova-v3-api

Change-Id: I1237ad1ab5c58bb2d7cd9460b14666b4b97ef7fc
</pre>
</div>
</content>
</entry>
<entry>
<title>Port cells extension to v3 API Part 2</title>
<updated>2013-06-29T07:41:19+00:00</updated>
<author>
<name>Chris Yeoh</name>
<email>cyeoh@au1.ibm.com</email>
</author>
<published>2013-06-14T03:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=124fbf3990b4595da912f8f3a1e939ae728a106b'/>
<id>124fbf3990b4595da912f8f3a1e939ae728a106b</id>
<content type='text'>
Ports the cells extensions and the corresponding unittests to the
v3 framework.

Merges in functionality of the os-cells-capacities extension to
be the default behavior. Does not yet address v3 TODO of returning
capacity information in the cell detail method

Partially implements blueprint nova-v3-api

Change-Id: I24df708b9d6504a355fca0eacd0ffaeb6586610d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ports the cells extensions and the corresponding unittests to the
v3 framework.

Merges in functionality of the os-cells-capacities extension to
be the default behavior. Does not yet address v3 TODO of returning
capacity information in the cell detail method

Partially implements blueprint nova-v3-api

Change-Id: I24df708b9d6504a355fca0eacd0ffaeb6586610d
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Report the az based on the value in the instance table."</title>
<updated>2013-06-28T23:36:18+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-06-28T23:36:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=4961cab45367bff74e22b4dd881414db0aa2694f'/>
<id>4961cab45367bff74e22b4dd881414db0aa2694f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Port flavor_disabled extension to v3 API Part 2"</title>
<updated>2013-06-28T22:39:31+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-06-28T22:39:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=d61099dd69dd26185459a59b7c2afa1f460b38c5'/>
<id>d61099dd69dd26185459a59b7c2afa1f460b38c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
