<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nova.git/tools, 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>xenapi: script to rotate the guest logs</title>
<updated>2013-06-19T14:41:43+00:00</updated>
<author>
<name>John Garbutt</name>
<email>john.garbutt@rackspace.com</email>
</author>
<published>2013-06-13T17:31:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=0af9b83a6b2577b45e580e24efe82b692f9d1f05'/>
<id>0af9b83a6b2577b45e580e24efe82b692f9d1f05</id>
<content type='text'>
Xen will produce the guest logs in a specified directory.

This scripts configures the above logging as expected
by the xapi plugin nova uses to read the logs.
In addition it ensures that any log that grows bigger
than 1MB will be truncated down to 5KB.

Ensuring the log directory is inside a loop back device
of a restricted size, and running this script every
minute using cron, will stop guests from using up
too much Dom0 disk space, and taking out the hypervisor

Part of blueprint xenapi-server-log
Change-Id: I4caa82f4d0620d924e37e3b605cf62b4d5b73570
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Xen will produce the guest logs in a specified directory.

This scripts configures the above logging as expected
by the xapi plugin nova uses to read the logs.
In addition it ensures that any log that grows bigger
than 1MB will be truncated down to 5KB.

Ensuring the log directory is inside a loop back device
of a restricted size, and running this script every
minute using cron, will stop guests from using up
too much Dom0 disk space, and taking out the hypervisor

Part of blueprint xenapi-server-log
Change-Id: I4caa82f4d0620d924e37e3b605cf62b4d5b73570
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove bin lookup in conf sample generator</title>
<updated>2013-06-14T00:57:58+00:00</updated>
<author>
<name>Zhongyue Luo</name>
<email>zhongyue.nah@intel.com</email>
</author>
<published>2013-06-12T06:59:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=c5a805c8c741ecf5ca9c17a1469383ce9d710371'/>
<id>c5a805c8c741ecf5ca9c17a1469383ce9d710371</id>
<content type='text'>
As of 584b2f, the bin directory has been removed.
No longer need to handle bin/

Change-Id: Ic5013cd27d7e420a6a01d207546f7ac0258d62d1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As of 584b2f, the bin directory has been removed.
No longer need to handle bin/

Change-Id: Ic5013cd27d7e420a6a01d207546f7ac0258d62d1
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor conf sample generator script</title>
<updated>2013-06-14T00:54:53+00:00</updated>
<author>
<name>Zhongyue Luo</name>
<email>zhongyue.nah@intel.com</email>
</author>
<published>2013-06-12T06:29:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=8781fccec83054ce9d10493b1791a1b8b55b41a5'/>
<id>8781fccec83054ce9d10493b1791a1b8b55b41a5</id>
<content type='text'>
Optimized grep calls to not create a grep process per file.
Defined variables to enhance readability.

Change-Id: Ic873f2c3b600a737ce54444dec973720c8813285
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Optimized grep calls to not create a grep process per file.
Defined variables to enhance readability.

Change-Id: Ic873f2c3b600a737ce54444dec973720c8813285
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Enhance group handling in extract_opts"</title>
<updated>2013-06-10T22:30:11+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-06-10T22:30:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=2d017a228812f6cbd1ae9bbbcc5d53f1f573ab94'/>
<id>2d017a228812f6cbd1ae9bbbcc5d53f1f573ab94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enhance group handling in extract_opts</title>
<updated>2013-06-10T08:19:00+00:00</updated>
<author>
<name>Julien Danjou</name>
<email>julien@danjou.info</email>
</author>
<published>2013-05-23T10:11:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=7bf5c100775b4a859c3ef487cf6dfe1c460ede30'/>
<id>7bf5c100775b4a859c3ef487cf6dfe1c460ede30</id>
<content type='text'>
When there's 2 options with the same name, the script gets confused and
doesn't know in which group it goes. This fixes it, and fixes also the
template generation which is broken for various reasons:

- gettext.install was missing
- nova-rootwrap when imported calls exit() because it doesn't find a valid
  configuration file, so let's exclude it entirely anyway
- eventlet/greendns needs to be ignored for this

Change-Id: Iaa4e9a806e79032ce1675b46a6b7a7628c3eff89
Signed-off-by: Julien Danjou &lt;julien@danjou.info&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When there's 2 options with the same name, the script gets confused and
doesn't know in which group it goes. This fixes it, and fixes also the
template generation which is broken for various reasons:

- gettext.install was missing
- nova-rootwrap when imported calls exit() because it doesn't find a valid
  configuration file, so let's exclude it entirely anyway
- eventlet/greendns needs to be ignored for this

Change-Id: Iaa4e9a806e79032ce1675b46a6b7a7628c3eff89
Signed-off-by: Julien Danjou &lt;julien@danjou.info&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update analyze_opts to work with new nova.conf sample format</title>
<updated>2013-06-07T19:21:21+00:00</updated>
<author>
<name>Joe Gordon</name>
<email>joe.gordon0@gmail.com</email>
</author>
<published>2013-06-07T19:21:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=cd32d6b000a3df9fde5fa167e3312769696474d8'/>
<id>cd32d6b000a3df9fde5fa167e3312769696474d8</id>
<content type='text'>
analyze_opts is a tool to help clean out a nova.conf file by checking
for unused and default values set in your nova.conf

Change-Id: I01fff134f8906bff929c55bea8c152653d3e9760
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
analyze_opts is a tool to help clean out a nova.conf file by checking
for unused and default values set in your nova.conf

Change-Id: I01fff134f8906bff929c55bea8c152653d3e9760
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve Python 3.x compatibility</title>
<updated>2013-06-01T07:57:31+00:00</updated>
<author>
<name>Dirk Mueller</name>
<email>dirk@dmllr.de</email>
</author>
<published>2013-05-17T22:18:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=bf68a9592db4c90bc9421ce49c7c0766966d6e7e'/>
<id>bf68a9592db4c90bc9421ce49c7c0766966d6e7e</id>
<content type='text'>
Mechanical translation of the deprecated
except x,y: construct with except x as y:
The latter works with any Python &gt;= 2.6.
Add Hacking check.

Change-Id: I845829d97d379c1cd9b3a77e7e5786586f263b64
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mechanical translation of the deprecated
except x,y: construct with except x as y:
The latter works with any Python &gt;= 2.6.
Add Hacking check.

Change-Id: I845829d97d379c1cd9b3a77e7e5786586f263b64
</pre>
</div>
</content>
</entry>
<entry>
<title>Make pylint ignore nova/objects/</title>
<updated>2013-05-30T15:08:28+00:00</updated>
<author>
<name>Dan Smith</name>
<email>danms@us.ibm.com</email>
</author>
<published>2013-05-30T15:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=14b66b4ba69cdec45b9930a14c1bb19dae00e07f'/>
<id>14b66b4ba69cdec45b9930a14c1bb19dae00e07f</id>
<content type='text'>
The dynamic nature of our object model is going to cause lots of
heartache for pylint, especially in the actual definitions. This
just excludes that whole directory from pylint's view, which will
limit the heartache to only everywhere objects are actually used.

Related to blueprint unified-object-model

Change-Id: I7f1a4b10b8a5098aab2ab2e8ea5da15ec43f0e2e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The dynamic nature of our object model is going to cause lots of
heartache for pylint, especially in the actual definitions. This
just excludes that whole directory from pylint's view, which will
limit the heartache to only everywhere objects are actually used.

Related to blueprint unified-object-model

Change-Id: I7f1a4b10b8a5098aab2ab2e8ea5da15ec43f0e2e
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix colorizier thowing exception when a test fails</title>
<updated>2013-05-29T13:53:22+00:00</updated>
<author>
<name>Michael Kerrin</name>
<email>michael.kerrin@hp.com</email>
</author>
<published>2013-05-29T12:43:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=c182319039822346e9bc3f31a796fd45dcc35450'/>
<id>c182319039822346e9bc3f31a796fd45dcc35450</id>
<content type='text'>
This failure in colorizier was hidding the actual error
in the tests. If we ran enough tests it also became difficult
to see which test had actually failed.

Fixes: bug 1183602

Change-Id: I806da8f13040b38258de7f3e0fa7b62700bdcead
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This failure in colorizier was hidding the actual error
in the tests. If we ran enough tests it also became difficult
to see which test had actually failed.

Fixes: bug 1183602

Change-Id: I806da8f13040b38258de7f3e0fa7b62700bdcead
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename requires files to standard names.</title>
<updated>2013-05-22T20:12:08+00:00</updated>
<author>
<name>Ruby Loo</name>
<email>rloo@yahoo-inc.com</email>
</author>
<published>2013-05-22T20:12:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=5740920bb392ec6e0bc5f2e3949a37b3bf8519d9'/>
<id>5740920bb392ec6e0bc5f2e3949a37b3bf8519d9</id>
<content type='text'>
Rename tools/pip-requires to requirements.txt and tools/test-requires
to test-requirements.txt. These are standard files, and tools in the
general world are growing intelligence about them.

Change-Id: I68ece8406fb1d4e082a42db8e76e17b1aaa7e775
Fixes: bug #1179008
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename tools/pip-requires to requirements.txt and tools/test-requires
to test-requirements.txt. These are standard files, and tools in the
general world are growing intelligence about them.

Change-Id: I68ece8406fb1d4e082a42db8e76e17b1aaa7e775
Fixes: bug #1179008
</pre>
</div>
</content>
</entry>
</feed>
