<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nova.git/nova/tests/notifier, 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>Switch to common notifiers.</title>
<updated>2012-07-07T03:08:42+00:00</updated>
<author>
<name>Andrew Bogott</name>
<email>abogott@wikimedia.org</email>
</author>
<published>2012-06-29T00:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=aa87cc10d6a02d74f1466dc1a4e0e39c1a0878da'/>
<id>aa87cc10d6a02d74f1466dc1a4e0e39c1a0878da</id>
<content type='text'>
- Added notifier files to openstack-common.conf, merged from common.
- Import notifiers from common rather than nova.
- Removed nova-specific notifier code.
- Update some driver paths to refer to the new location within nova.

Should be a no-op, as the common notification code is freshly copied from Nova.

Change-Id: Icdf892bc3826b683fc74f22ead00939beda2859f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added notifier files to openstack-common.conf, merged from common.
- Import notifiers from common rather than nova.
- Removed nova-specific notifier code.
- Update some driver paths to refer to the new location within nova.

Should be a no-op, as the common notification code is freshly copied from Nova.

Change-Id: Icdf892bc3826b683fc74f22ead00939beda2859f
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to common logging.</title>
<updated>2012-07-02T20:57:09+00:00</updated>
<author>
<name>Andrew Bogott</name>
<email>abogott@wikimedia.org</email>
</author>
<published>2012-06-28T20:59:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=d335457f48d09c3d780c92413fe777030c1335e2'/>
<id>d335457f48d09c3d780c92413fe777030c1335e2</id>
<content type='text'>
I only just moved logging from nova to common, so behavior should remain the same.

Change-Id: I1d7304ca200f9d024bb7244d25be2f9a670318fb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I only just moved logging from nova to common, so behavior should remain the same.

Change-Id: I1d7304ca200f9d024bb7244d25be2f9a670318fb
</pre>
</div>
</content>
</entry>
<entry>
<title>Alphabetize imports in nova/tests/</title>
<updated>2012-05-18T19:39:52+00:00</updated>
<author>
<name>Joe Gordon</name>
<email>jogo@cloudscaling.com</email>
</author>
<published>2012-05-14T21:42:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=300ba2df117f457986d9ce77b8e709b5ad02c8b4'/>
<id>300ba2df117f457986d9ce77b8e709b5ad02c8b4</id>
<content type='text'>
Change-Id: Ib8e747f91f5277aecc3be01a5e8cee5bc911e823
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib8e747f91f5277aecc3be01a5e8cee5bc911e823
</pre>
</div>
</content>
</entry>
<entry>
<title>Make use of openstack.common.jsonutils.</title>
<updated>2012-05-15T19:44:14+00:00</updated>
<author>
<name>Russell Bryant</name>
<email>rbryant@redhat.com</email>
</author>
<published>2012-05-15T16:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=ba76b954e69de56f76f9db5cade1780bc351be67'/>
<id>ba76b954e69de56f76f9db5cade1780bc351be67</id>
<content type='text'>
This patch imports jsonutils from openstack-common.  It removes the
equivalent code from nova.utils and then converts the code base to use
jsonutils.  The primary motivator for this change was to remove the rest
of the dependencies from nova.rpc on nova.utils.

Change-Id: If43658b9b098ed56cba018c81be268b8c3e2916a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch imports jsonutils from openstack-common.  It removes the
equivalent code from nova.utils and then converts the code base to use
jsonutils.  The primary motivator for this change was to remove the rest
of the dependencies from nova.rpc on nova.utils.

Change-Id: If43658b9b098ed56cba018c81be268b8c3e2916a
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass context to notification drivers when we can.</title>
<updated>2012-05-02T20:37:32+00:00</updated>
<author>
<name>Andrew Bogott</name>
<email>abogott@wikimedia.org</email>
</author>
<published>2012-04-26T18:54:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=2dcd8256662115e6528c2b784c08c5724c8227e8'/>
<id>2dcd8256662115e6528c2b784c08c5724c8227e8</id>
<content type='text'>
Note that previously several notification drivers
created an admin context and embedded it in their
messages.  Those drivers now use the passed-in
context instead if it's available.

For blueprint novaplugins.

Change-Id: Icb89030256022d0a68db4a147611fd37fe83316a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that previously several notification drivers
created an admin context and embedded it in their
messages.  Those drivers now use the passed-in
context instead if it's available.

For blueprint novaplugins.

Change-Id: Icb89030256022d0a68db4a147611fd37fe83316a
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix OpenStack Capitalization</title>
<updated>2012-03-15T23:10:53+00:00</updated>
<author>
<name>Joe Gordon</name>
<email>jogo@cloudscaling.com</email>
</author>
<published>2012-03-15T23:10:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=a58a50e060c8f8367b1b74e2bdb6bd804052bfaa'/>
<id>a58a50e060c8f8367b1b74e2bdb6bd804052bfaa</id>
<content type='text'>
Openstack =&gt; OpenStack
for nova/*py

Change-Id: Ibcfae4776422a515a109e59510fc84f8b63c00b9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Openstack =&gt; OpenStack
for nova/*py

Change-Id: Ibcfae4776422a515a109e59510fc84f8b63c00b9
</pre>
</div>
</content>
</entry>
<entry>
<title>HACKING fixes, all but sqlalchemy.</title>
<updated>2012-03-07T08:51:39+00:00</updated>
<author>
<name>Yuriy Taraday</name>
<email>yorik.sar@gmail.com</email>
</author>
<published>2012-03-06T08:53:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=01a938f7fe4dea274713e49f124fcc45702f80a0'/>
<id>01a938f7fe4dea274713e49f124fcc45702f80a0</id>
<content type='text'>
Looks like this fixes all HACKING problems that were around.
Thanks to Dina Belova and Alexander Kovalev for this work.

Change-Id: I8157f0d4890184c1216aab63ef7180ee8b7a184d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Looks like this fixes all HACKING problems that were around.
Thanks to Dina Belova and Alexander Kovalev for this work.

Change-Id: I8157f0d4890184c1216aab63ef7180ee8b7a184d
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary setting up and down of mox and stubout</title>
<updated>2012-03-02T01:42:35+00:00</updated>
<author>
<name>Johannes Erdfelt</name>
<email>johannes.erdfelt@rackspace.com</email>
</author>
<published>2012-03-01T23:38:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=a6589d313a30e304caac60fe9f1a64c390ae6fca'/>
<id>a6589d313a30e304caac60fe9f1a64c390ae6fca</id>
<content type='text'>
test.TestCase already sets up self.mox and self.stubs as well as calling
self.mox.UnsetStubs(), self.stubs.UnsetAll(), self.stubs.SmartUnsetAll()
and self.mox.VerifyAll() during tearDown.

Change-Id: I74f0824ca1e8daa7b0ee7d7a62b226ba51206e6f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test.TestCase already sets up self.mox and self.stubs as well as calling
self.mox.UnsetStubs(), self.stubs.UnsetAll(), self.stubs.SmartUnsetAll()
and self.mox.VerifyAll() during tearDown.

Change-Id: I74f0824ca1e8daa7b0ee7d7a62b226ba51206e6f
</pre>
</div>
</content>
</entry>
<entry>
<title>ComputeNode Capacity support</title>
<updated>2012-01-23T15:45:33+00:00</updated>
<author>
<name>Sandy Walsh</name>
<email>sandy@sandywalsh.com</email>
</author>
<published>2011-12-13T23:27:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=317286832f1e27c6cce49e056f101db967201e3d'/>
<id>317286832f1e27c6cce49e056f101db967201e3d</id>
<content type='text'>
The table represents the current state of compute nodes and will be
used by the scheduler when selecting a host.

Re: https://blueprints.launchpad.net/nova/+spec/scaling-zones

This is just the db &amp; notification portion of the branch. The scheduler
portion is being deferring until comstuds branch gets merged since it
conflicts heavily.

NOTE: Compute notifications are now two-part.
There is a compute.instance.XXX.start event and a compute.instance.XXX.end
message instead of the previous compute.instance.XXX event (which is
the same as the .end message)

Change-Id: Ia8e68680cb0924c59df84f2eec858febf4926d65
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The table represents the current state of compute nodes and will be
used by the scheduler when selecting a host.

Re: https://blueprints.launchpad.net/nova/+spec/scaling-zones

This is just the db &amp; notification portion of the branch. The scheduler
portion is being deferring until comstuds branch gets merged since it
conflicts heavily.

NOTE: Compute notifications are now two-part.
There is a compute.instance.XXX.start event and a compute.instance.XXX.end
message instead of the previous compute.instance.XXX event (which is
the same as the .end message)

Change-Id: Ia8e68680cb0924c59df84f2eec858febf4926d65
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove a whole bunch of unused imports</title>
<updated>2012-01-13T21:55:38+00:00</updated>
<author>
<name>Vishvananda Ishaya</name>
<email>vishvananda@gmail.com</email>
</author>
<published>2012-01-13T21:54:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=20b4d895124cee887568ca8723ce0d3ffdc3a05a'/>
<id>20b4d895124cee887568ca8723ce0d3ffdc3a05a</id>
<content type='text'>
Change-Id: I6759e5b6250c48cc0deb4b198b44c948c64c47d1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6759e5b6250c48cc0deb4b198b44c948c64c47d1
</pre>
</div>
</content>
</entry>
</feed>
