<feed xmlns='http://www.w3.org/2005/Atom'>
<title>oslo.git/openstack/common/config, branch shared-key-msg</title>
<subtitle>OpenStack's oslo-incubator patches.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/'/>
<entry>
<title>Fix hostname conflict in config generator</title>
<updated>2013-07-26T16:38:49+00:00</updated>
<author>
<name>Ben Nemec</name>
<email>openstack@nemebean.com</email>
</author>
<published>2013-07-26T16:34:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=7448e7e1df892cde1e7ab1cb61c24f62a4eae8da'/>
<id>7448e7e1df892cde1e7ab1cb61c24f62a4eae8da</id>
<content type='text'>
When the system hostname is the same as a default value in the
config, the _sanitize_default function may replace it incorrectly.
This change checks that the name of the option contains the
substring 'host' to make sure it isn't changing non-hostname
defaults.

Fixes bug 1205411

Change-Id: I93edb2902304c5cd9bfa817b1bccdaec5d807e6c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the system hostname is the same as a default value in the
config, the _sanitize_default function may replace it incorrectly.
This change checks that the name of the option contains the
substring 'host' to make sure it isn't changing non-hostname
defaults.

Fixes bug 1205411

Change-Id: I93edb2902304c5cd9bfa817b1bccdaec5d807e6c
</pre>
</div>
</content>
</entry>
<entry>
<title>config.generator: remove the total number of options</title>
<updated>2013-07-24T09:16:42+00:00</updated>
<author>
<name>Julien Danjou</name>
<email>julien@danjou.info</email>
</author>
<published>2013-07-24T09:16:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=a6ddb0a85c33f46a669cc683ce0b52bdb1507a6c'/>
<id>a6ddb0a85c33f46a669cc683ce0b52bdb1507a6c</id>
<content type='text'>
This is not really useful, and has the unbearable side effect of triggering
merge errors when two patches modifying the number total of options go in at
the same time.

The merge could very likely succeed is there was not this particular line,
so let's drop it!

Change-Id: Iff7a0b71e88ab573ea668538ad6eba989e9a77b4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is not really useful, and has the unbearable side effect of triggering
merge errors when two patches modifying the number total of options go in at
the same time.

The merge could very likely succeed is there was not this particular line,
so let's drop it!

Change-Id: Iff7a0b71e88ab573ea668538ad6eba989e9a77b4
</pre>
</div>
</content>
</entry>
<entry>
<title>Change file bit of sample config file generator</title>
<updated>2013-07-21T00:55:08+00:00</updated>
<author>
<name>Zhongyue Luo</name>
<email>zhongyue.nah@intel.com</email>
</author>
<published>2013-07-21T00:55:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=01e5c8ecc5cccc3642405930423e16ffb3f48479'/>
<id>01e5c8ecc5cccc3642405930423e16ffb3f48479</id>
<content type='text'>
The module will never execute by itself.
Deleted the shebang line and redundant author line.

Change-Id: I54c6257e9bbd70bc121016f3778836104ad16140
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The module will never execute by itself.
Deleted the shebang line and redundant author line.

Change-Id: I54c6257e9bbd70bc121016f3778836104ad16140
</pre>
</div>
</content>
</entry>
<entry>
<title>Use print operator in function style</title>
<updated>2013-07-07T13:18:52+00:00</updated>
<author>
<name>Dirk Mueller</name>
<email>dirk@dmllr.de</email>
</author>
<published>2013-06-23T18:31:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=88a2e86fb3bc514cfcd5646213847af3e691652a'/>
<id>88a2e86fb3bc514cfcd5646213847af3e691652a</id>
<content type='text'>
This is compatible with Python 3.x and works
with any Python version &gt;= 2.6.

Change-Id: I6d8afdc5135cb01e6096f4d25b4ca632fe1e75cd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is compatible with Python 3.x and works
with any Python version &gt;= 2.6.

Change-Id: I6d8afdc5135cb01e6096f4d25b4ca632fe1e75cd
</pre>
</div>
</content>
</entry>
<entry>
<title>config.generator: replace sys.prefix by /usr</title>
<updated>2013-07-04T09:35:15+00:00</updated>
<author>
<name>Julien Danjou</name>
<email>julien@danjou.info</email>
</author>
<published>2013-07-01T15:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=471686590ae9e0a332781e04a6073c8e32cee31e'/>
<id>471686590ae9e0a332781e04a6073c8e32cee31e</id>
<content type='text'>
Nova has some default configuration option (bindir) value that uses
sys.prefix as path start. That can generates weird paths depending on
the system where you run the configuration generator.

This patch fixes that by hardcoding a replacement of sys.prefix to /usr,
which is what's actually expected most of the time.

Change-Id: Ied3b58695965a3102670e3761701fbe10ac74785
Signed-off-by: Julien Danjou &lt;julien@danjou.info&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Nova has some default configuration option (bindir) value that uses
sys.prefix as path start. That can generates weird paths depending on
the system where you run the configuration generator.

This patch fixes that by hardcoding a replacement of sys.prefix to /usr,
which is what's actually expected most of the time.

Change-Id: Ied3b58695965a3102670e3761701fbe10ac74785
Signed-off-by: Julien Danjou &lt;julien@danjou.info&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes crash when no help for an option</title>
<updated>2013-06-25T14:48:42+00:00</updated>
<author>
<name>Thomas Goirand</name>
<email>thomas@goirand.fr</email>
</author>
<published>2013-06-25T14:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=631a4950650538c2e009ddae5165dd1f18f6308f'/>
<id>631a4950650538c2e009ddae5165dd1f18f6308f</id>
<content type='text'>
When there is no help available for an option, the generator.py
simply crashes. This fixes this by initialising opt_help.

Fixes Bug1194524

Change-Id: I94c23973bdad603703f12e936b7e72fe0e81c3f0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When there is no help available for an option, the generator.py
simply crashes. This fixes this by initialising opt_help.

Fixes Bug1194524

Change-Id: I94c23973bdad603703f12e936b7e72fe0e81c3f0
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix workarounds for some values"</title>
<updated>2013-06-12T18:33:58+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-06-12T18:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=f9cc093ab6c3f34bd2f3bceb831ba6b937704a54'/>
<id>f9cc093ab6c3f34bd2f3bceb831ba6b937704a54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix workarounds for some values</title>
<updated>2013-06-07T15:23:38+00:00</updated>
<author>
<name>Julien Danjou</name>
<email>julien@danjou.info</email>
</author>
<published>2013-06-07T15:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=adff2ccbf346645e8105c82ac39410459f2ac303'/>
<id>adff2ccbf346645e8105c82ac39410459f2ac303</id>
<content type='text'>
This fixes the default values for hostnames and paths.

Change-Id: I434a4f0269e2d0a3a667056233078ff01d0cdb72
Signed-off-by: Julien Danjou &lt;julien@danjou.info&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the default values for hostnames and paths.

Change-Id: I434a4f0269e2d0a3a667056233078ff01d0cdb72
Signed-off-by: Julien Danjou &lt;julien@danjou.info&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Python 3.x compatible except construct</title>
<updated>2013-06-07T13:50:39+00:00</updated>
<author>
<name>Dirk Mueller</name>
<email>dirk@dmllr.de</email>
</author>
<published>2013-06-07T13:50:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=2f013887c20310c522f9494ed854554e6f8c7aa4'/>
<id>2f013887c20310c522f9494ed854554e6f8c7aa4</id>
<content type='text'>
Per (proposed) Hacking H203 check, always use the
except x as y: construct, which works with any
Python version &gt;= 2.6, including Python 3.x.

Change-Id: I46028647d5a2a53ba8e9ce4d2e8fc6e71850fdae
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Per (proposed) Hacking H203 check, always use the
except x as y: construct, which works with any
Python version &gt;= 2.6, including Python 3.x.

Change-Id: I46028647d5a2a53ba8e9ce4d2e8fc6e71850fdae
</pre>
</div>
</content>
</entry>
<entry>
<title>Import oslo.config configuration file generator</title>
<updated>2013-05-28T12:26:52+00:00</updated>
<author>
<name>Julien Danjou</name>
<email>julien@danjou.info</email>
</author>
<published>2013-05-27T12:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=44b6ea397167a3607f693735cb8e5037a0c45c3e'/>
<id>44b6ea397167a3607f693735cb8e5037a0c45c3e</id>
<content type='text'>
This is stolen from Nova with a fix stolen from
https://review.openstack.org/#/c/30251/

Obviously the final goal is to stop copying this file into each project and
start improving it, to move it finally in oslo.config.

Change-Id: Ie81a5c3db1dc6092bcc6179ab0ab9499239f0bbc
Signed-off-by: Julien Danjou &lt;julien@danjou.info&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is stolen from Nova with a fix stolen from
https://review.openstack.org/#/c/30251/

Obviously the final goal is to stop copying this file into each project and
start improving it, to move it finally in oslo.config.

Change-Id: Ie81a5c3db1dc6092bcc6179ab0ab9499239f0bbc
Signed-off-by: Julien Danjou &lt;julien@danjou.info&gt;
</pre>
</div>
</content>
</entry>
</feed>
