<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nova.git/bin/nova-volume, 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>removes the nova-volume code from nova</title>
<updated>2012-10-28T18:34:05+00:00</updated>
<author>
<name>Vishvananda Ishaya</name>
<email>vishvananda@gmail.com</email>
</author>
<published>2012-10-24T02:30:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=7e2b93acc59dea81d52684f7f659fcff32507e14'/>
<id>7e2b93acc59dea81d52684f7f659fcff32507e14</id>
<content type='text'>
This removes the majority of the nova-volume code from the codebase.
It updates relevent config options to default to cinder. It updates a
number of existing tests that were depending on code that was removed.

A few things still need to be removed:

 * volume/driver.py &amp; volume/iscsi.py
   These files are used by the libvirt volume driver tests. These
   tests should be updated to mock the relevant calls.

 * scheduler/simple.py &amp; scheduler/multi.py
   These files should no longer be necessary so they can be removed
   in a subsequent patch

 * exception.py cleanup
   Once the above files are removed there are a number of unused
   exceptions which can be removed

 * database calls and database tables
   The database calls have not been removed and the tables have not
   been dropped. This can be done in a separate migration

 * additional config options and nova.conf.sample
   There may be a few extra config options that can be removed and the
   conf sample can be regenerated

Implements bp delete-nova-volume

Change-Id: I0b540e54dbabd26901a7530035a38583bb521fda
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes the majority of the nova-volume code from the codebase.
It updates relevent config options to default to cinder. It updates a
number of existing tests that were depending on code that was removed.

A few things still need to be removed:

 * volume/driver.py &amp; volume/iscsi.py
   These files are used by the libvirt volume driver tests. These
   tests should be updated to mock the relevant calls.

 * scheduler/simple.py &amp; scheduler/multi.py
   These files should no longer be necessary so they can be removed
   in a subsequent patch

 * exception.py cleanup
   Once the above files are removed there are a number of unused
   exceptions which can be removed

 * database calls and database tables
   The database calls have not been removed and the tables have not
   been dropped. This can be done in a separate migration

 * additional config options and nova.conf.sample
   There may be a few extra config options that can be removed and the
   conf sample can be regenerated

Implements bp delete-nova-volume

Change-Id: I0b540e54dbabd26901a7530035a38583bb521fda
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix hardcoded topic strings with constants.</title>
<updated>2012-10-26T05:51:48+00:00</updated>
<author>
<name>Michael H Wilson</name>
<email>geekinutah@gmail.com</email>
</author>
<published>2012-10-16T21:47:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=0bf28bec6097d128aa439b288b249fafcac7dbc0'/>
<id>0bf28bec6097d128aa439b288b249fafcac7dbc0</id>
<content type='text'>
Replace hardcoded topic strings like 'volume' or 'compute'
with config constants like FLAGS.volume_topic, etc. See
bug #1057831 and bug #1061628.

Change-Id: I817ecc3cbe3245b51a0c047be58d17edfec8a838
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace hardcoded topic strings like 'volume' or 'compute'
with config constants like FLAGS.volume_topic, etc. See
bug #1057831 and bug #1061628.

Change-Id: I817ecc3cbe3245b51a0c047be58d17edfec8a838
</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 cfg's new global CONF object</title>
<updated>2012-05-30T20:24:53+00:00</updated>
<author>
<name>Mark McLoughlin</name>
<email>markmc@redhat.com</email>
</author>
<published>2012-05-29T07:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=00786bc554a2dfacb3c6f02fbb7e9c98f35d4262'/>
<id>00786bc554a2dfacb3c6f02fbb7e9c98f35d4262</id>
<content type='text'>
Implements blueprint cfg-global-object

Replace nova.flags.FLAGS with openstack.common.cfg.CONF.

In future, we can do a s/FLAGS/CONF/ across the codebase.

Change-Id: Ib293873089a5399febd7a3b0410f66e9bef115f1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements blueprint cfg-global-object

Replace nova.flags.FLAGS with openstack.common.cfg.CONF.

In future, we can do a s/FLAGS/CONF/ across the codebase.

Change-Id: Ib293873089a5399febd7a3b0410f66e9bef115f1
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove old flagfile support.</title>
<updated>2012-05-10T17:17:34+00:00</updated>
<author>
<name>Ghe Rivero</name>
<email>ghe@debian.org</email>
</author>
<published>2012-05-01T12:34:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=7e3e9b8e9cea4f1bf78d127ffb915b79c854fdbe'/>
<id>7e3e9b8e9cea4f1bf78d127ffb915b79c854fdbe</id>
<content type='text'>
Implements blueprint remove-old-flagfile

nova-manage can still be used to convert old flagfiles style files
to new .ini files:

$ ./bin/nova-manage  config  convert --help
Usage: nova-manage config convert &lt;args&gt; [options]

Options:
  -h, --help        show this help message and exit
  --infile=&lt;path&gt;   old-style flagfile to convert to config
  --outfile=&lt;path&gt;  path for output file. Writes configto stdout if not
                    specified.

Change-Id: Ib8fbbd858b1db7faef70d7d97955e5042bf378f2
Signed-off-by: Ghe Rivero &lt;ghe@debian.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements blueprint remove-old-flagfile

nova-manage can still be used to convert old flagfiles style files
to new .ini files:

$ ./bin/nova-manage  config  convert --help
Usage: nova-manage config convert &lt;args&gt; [options]

Options:
  -h, --help        show this help message and exit
  --infile=&lt;path&gt;   old-style flagfile to convert to config
  --outfile=&lt;path&gt;  path for output file. Writes configto stdout if not
                    specified.

Change-Id: Ib8fbbd858b1db7faef70d7d97955e5042bf378f2
Signed-off-by: Ghe Rivero &lt;ghe@debian.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged with trunkw</title>
<updated>2011-08-19T20:25:49+00:00</updated>
<author>
<name>Nachi Ueno</name>
<email>ueno.nachi@lab.ntt.co.jp</email>
</author>
<published>2011-08-19T20:25:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=9059902c7281467d6a9314f01d2b2767213f89c5'/>
<id>9059902c7281467d6a9314f01d2b2767213f89c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo</title>
<updated>2011-08-18T18:28:02+00:00</updated>
<author>
<name>Vishvananda Ishaya</name>
<email>vishvananda@gmail.com</email>
</author>
<published>2011-08-18T18:28:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=97552f05d5d26e596ddf0cda8169f3a5d131a55a'/>
<id>97552f05d5d26e596ddf0cda8169f3a5d131a55a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more cleanup of binaries per review</title>
<updated>2011-08-18T17:55:39+00:00</updated>
<author>
<name>Vishvananda Ishaya</name>
<email>vishvananda@gmail.com</email>
</author>
<published>2011-08-18T17:55:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=125a2affec7713cdbcb925537d34aea29a2e4230'/>
<id>125a2affec7713cdbcb925537d34aea29a2e4230</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>switch to explicit call to logging.setup()</title>
<updated>2011-02-21T21:46:41+00:00</updated>
<author>
<name>Vishvananda Ishaya</name>
<email>vishvananda@gmail.com</email>
</author>
<published>2011-02-21T21:46:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=29644fe5a9cf47ae33af31b848c0edc4567f3c09'/>
<id>29644fe5a9cf47ae33af31b848c0edc4567f3c09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merged from upstream</title>
<updated>2010-12-15T19:02:33+00:00</updated>
<author>
<name>termie</name>
<email>code@term.ie</email>
</author>
<published>2010-12-15T19:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=40dd925070e6c7b69fc0cc59d48343787c4f733f'/>
<id>40dd925070e6c7b69fc0cc59d48343787c4f733f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
