<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nova.git/nova, 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>Initialize RPC machinery with our topic name</title>
<updated>2013-07-02T19:49:18+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-05-02T19:17:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=b5477b8f9abe53e3bec2bd91be9bb8ceba36eeb8'/>
<id>b5477b8f9abe53e3bec2bd91be9bb8ceba36eeb8</id>
<content type='text'>
This is used by RPC code to use Secure Messages
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is used by RPC code to use Secure Messages
</pre>
</div>
</content>
</entry>
<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 "Break out Compute Manager unit tests"</title>
<updated>2013-07-02T16:05:29+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-07-02T16:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=601c1ede039d2fefef7ee39ce7dbf43fe16dc9db'/>
<id>601c1ede039d2fefef7ee39ce7dbf43fe16dc9db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Break out compute API unit tests"</title>
<updated>2013-07-02T16:05:06+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-07-02T16:05:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=5b249a91d17c506f0ea592330be040198a40bccd'/>
<id>5b249a91d17c506f0ea592330be040198a40bccd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "xenapi: Remove vestigial `compile_metrics` code"</title>
<updated>2013-07-02T15:57:07+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-07-02T15:57:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=6d436bcd7f253448e4daf44eacc9c3e2e809fdcf'/>
<id>6d436bcd7f253448e4daf44eacc9c3e2e809fdcf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Session cleanup for db.security_group_* methods"</title>
<updated>2013-07-01T23:17:18+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-07-01T23:17:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=3a1fcb6e5ddbdd65383ab26cef58332385a48dfd'/>
<id>3a1fcb6e5ddbdd65383ab26cef58332385a48dfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Break out Compute Manager unit tests</title>
<updated>2013-07-01T22:50:09+00:00</updated>
<author>
<name>Chris Behrens</name>
<email>cbehrens@codestud.com</email>
</author>
<published>2013-07-01T20:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=404cd48773f841c9ace2128c25d0f0956392f655'/>
<id>404cd48773f841c9ace2128c25d0f0956392f655</id>
<content type='text'>
As we convert things to objects, it'll be easier to convert our compute
Manager tests to be true unit tests if they are in their own class.

There are currently a handful of tests that are true unit tests and
require no DB access.  These are now moved, subclassing from
test.NoDBTestCase.

Related to blueprint unified-object-model

Change-Id: I5e7ca3a94c32fff268e8b329f165198c873756e1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As we convert things to objects, it'll be easier to convert our compute
Manager tests to be true unit tests if they are in their own class.

There are currently a handful of tests that are true unit tests and
require no DB access.  These are now moved, subclassing from
test.NoDBTestCase.

Related to blueprint unified-object-model

Change-Id: I5e7ca3a94c32fff268e8b329f165198c873756e1
</pre>
</div>
</content>
</entry>
<entry>
<title>Break out compute API unit tests</title>
<updated>2013-07-01T22:31:26+00:00</updated>
<author>
<name>Chris Behrens</name>
<email>cbehrens@codestud.com</email>
</author>
<published>2013-07-01T20:54:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=43d811bc86b8bf7342ce108e175f3cbd67d14cda'/>
<id>43d811bc86b8bf7342ce108e175f3cbd67d14cda</id>
<content type='text'>
As we convert things to objects, it'll be easier to convert our compute
API tests to be true unit tests if they are in their own class.  This
also allows us to move away from the hacks needed to simulate 2 DBs in
order to test ComputeCellsAPI().

There are currently a handful of tests that are true unit tests and
require no DB access.  These are now moved, subclassing from
test.NoDBTestCase.

Related to blueprint unified-object-model

Change-Id: I72f4f6ada8d0586e813e551a1b361bcebb16ee66
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As we convert things to objects, it'll be easier to convert our compute
API tests to be true unit tests if they are in their own class.  This
also allows us to move away from the hacks needed to simulate 2 DBs in
order to test ComputeCellsAPI().

There are currently a handful of tests that are true unit tests and
require no DB access.  These are now moved, subclassing from
test.NoDBTestCase.

Related to blueprint unified-object-model

Change-Id: I72f4f6ada8d0586e813e551a1b361bcebb16ee66
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Skip security group code when there is no network."</title>
<updated>2013-07-01T21:37:58+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-07-01T21:37:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=a4d5ca1cb5e426cd187421b9e7e875442e81e5ae'/>
<id>a4d5ca1cb5e426cd187421b9e7e875442e81e5ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Handle UnexpectedTaskState and InstanceNotFound exceptions"</title>
<updated>2013-07-01T21:25:52+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-07-01T21:25:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=5f7e79cd75f9b6ac66ba98873465e2d908ccf973'/>
<id>5f7e79cd75f9b6ac66ba98873465e2d908ccf973</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
