<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nova.git/nova/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>Use rpc from openstack-common.</title>
<updated>2012-06-20T16:57:21+00:00</updated>
<author>
<name>Russell Bryant</name>
<email>rbryant@redhat.com</email>
</author>
<published>2012-06-13T14:48:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=ba3754e3ff672a877d90c78486c7f4d5fd4bf7b0'/>
<id>ba3754e3ff672a877d90c78486c7f4d5fd4bf7b0</id>
<content type='text'>
Final patch for blueprint common-rpc.

This patch removes nova.rpc in favor of the copy in openstack-common.

Change-Id: I9c2f6bdbe8cd0c44417f75284131dbf3c126d1dd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Final patch for blueprint common-rpc.

This patch removes nova.rpc in favor of the copy in openstack-common.

Change-Id: I9c2f6bdbe8cd0c44417f75284131dbf3c126d1dd
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaces functions in utils.py with openstack/common/timeutils.py</title>
<updated>2012-06-15T23:17:01+00:00</updated>
<author>
<name>Zhongyue Luo</name>
<email>lzyeval@gmail.com</email>
</author>
<published>2012-06-06T02:32:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=9ff3121bd90133fb3b37c0e10407b5f7ade26b90'/>
<id>9ff3121bd90133fb3b37c0e10407b5f7ade26b90</id>
<content type='text'>
Fixes bug #1008628

1. Edit openstack-common.conf and import nova/openstack/common/timeutils.py
2. Move time related functions from utils.py to timeutils.py
3. Replace following functions in utils.py with timeutils.py
- isotime
- parse_isotime
- strtime
- parse_strtime
- normalize_time
- is_older_than
- utcnow_ts
- utcnow
- set_time_override
- advance_time_delta
- advance_time_seconds
- clear_time_override
4. Remove datetime related functions and datetime related unittests

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

1. Edit openstack-common.conf and import nova/openstack/common/timeutils.py
2. Move time related functions from utils.py to timeutils.py
3. Replace following functions in utils.py with timeutils.py
- isotime
- parse_isotime
- strtime
- parse_strtime
- normalize_time
- is_older_than
- utcnow_ts
- utcnow
- set_time_override
- advance_time_delta
- advance_time_seconds
- clear_time_override
4. Remove datetime related functions and datetime related unittests

Change-Id: I9a92be286fb071b6237dd39495d88dae106e2ce0
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace standard json module with openstack.common.jsonutils</title>
<updated>2012-06-07T01:24:03+00:00</updated>
<author>
<name>Zhongyue Luo</name>
<email>lzyeval@gmail.com</email>
</author>
<published>2012-06-03T08:36:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=3dce38f32559659978dd2ae69e9ffcb39c608582'/>
<id>3dce38f32559659978dd2ae69e9ffcb39c608582</id>
<content type='text'>
Implements blueprint use-common-jsonutils

1. Edit openstack-common.conf and import nova/openstack/common/jsonutils.py
2. Remove json package imports and replace with jsonutils

Places where using json.load hasn't changed.

Change-Id: Ie6feab605fb0474fd505c56ef57b7a9ecfa5269d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements blueprint use-common-jsonutils

1. Edit openstack-common.conf and import nova/openstack/common/jsonutils.py
2. Remove json package imports and replace with jsonutils

Places where using json.load hasn't changed.

Change-Id: Ie6feab605fb0474fd505c56ef57b7a9ecfa5269d
</pre>
</div>
</content>
</entry>
<entry>
<title>Unused imports cleanup (folsom-2)</title>
<updated>2012-06-03T05:26:35+00:00</updated>
<author>
<name>Zhongyue Luo</name>
<email>lzyeval@gmail.com</email>
</author>
<published>2012-06-03T05:23:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=6228acd7ff3b20460d8c6fae9ab7c773ab38529a'/>
<id>6228acd7ff3b20460d8c6fae9ab7c773ab38529a</id>
<content type='text'>
Fixes bug #1008023

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

Change-Id: Ifb8ecbb7430fdabd7b5d81ab23df66942abd9cb7
</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>Update common.importutils from openstack-common.</title>
<updated>2012-05-02T17:44:20+00:00</updated>
<author>
<name>Russell Bryant</name>
<email>rbryant@redhat.com</email>
</author>
<published>2012-05-02T17:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=524bfb84f5119315af56556cc9911f92c538b5b0'/>
<id>524bfb84f5119315af56556cc9911f92c538b5b0</id>
<content type='text'>
This patch updates common.importutils from openstack-common.  The change
was to remove the usage of common.exception.  The rest of the patch
includes the changes required in nova to no longer use common.exception,
as well.

Change-Id: Iacd186b2c466cba84248ae10589ffbb5a9cec0ba
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch updates common.importutils from openstack-common.  The change
was to remove the usage of common.exception.  The rest of the patch
includes the changes required in nova to no longer use common.exception,
as well.

Change-Id: Iacd186b2c466cba84248ae10589ffbb5a9cec0ba
</pre>
</div>
</content>
</entry>
<entry>
<title>Use openstack.common.importutils.</title>
<updated>2012-04-29T03:33:15+00:00</updated>
<author>
<name>Russell Bryant</name>
<email>rbryant@redhat.com</email>
</author>
<published>2012-04-27T18:14:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=7593a6948c43c907893bfba5fff65a6b5acf5c2d'/>
<id>7593a6948c43c907893bfba5fff65a6b5acf5c2d</id>
<content type='text'>
Use import_class(), import_object(), and import_module() from
openstack-common's importutils module.  The equivalent functions have
been removed from nova.utils.  A few modules had import order cleaned up
in passing, as well.

My initial motivation for this was to remove some more usage of nova
bits from nova.rpc as another step towards being able to move nova.rpc
import openstack-common.  Since I was pulling importutils into nova, I
went ahead and converted the whole thing.

Change-Id: I7c7786cf0001bcd06db52b9a99ff4284a3f6c6fa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use import_class(), import_object(), and import_module() from
openstack-common's importutils module.  The equivalent functions have
been removed from nova.utils.  A few modules had import order cleaned up
in passing, as well.

My initial motivation for this was to remove some more usage of nova
bits from nova.rpc as another step towards being able to move nova.rpc
import openstack-common.  Since I was pulling importutils into nova, I
went ahead and converted the whole thing.

Change-Id: I7c7786cf0001bcd06db52b9a99ff4284a3f6c6fa
</pre>
</div>
</content>
</entry>
</feed>
