<feed xmlns='http://www.w3.org/2005/Atom'>
<title>oslo.git/tools, 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>Merge "Move `./run_tests.sh` to Oslo"</title>
<updated>2013-08-15T21:14:47+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-08-15T21:14:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=0ee72789a81ec96460608c7c5aacc162f004b5bd'/>
<id>0ee72789a81ec96460608c7c5aacc162f004b5bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unset OS_xx variable before generate configuration</title>
<updated>2013-08-14T10:33:02+00:00</updated>
<author>
<name>Mehdi Abaakouk</name>
<email>mehdi.abaakouk@enovance.com</email>
</author>
<published>2013-08-13T11:39:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=4c02e0a1181c669bcf19571edbe0c6d58cbc5a4f'/>
<id>4c02e0a1181c669bcf19571edbe0c6d58cbc5a4f</id>
<content type='text'>
When generate_sample.sh generate the configuration of the
keystone middleware part, it use OS_XXXXX environment
variable if this one is set instead of the default one.

This change unset this variables, before generate_sample.sh
inspect the code to always have the default value.

Change-Id: I4f41eece3d93633fcc07274f533adfa1887325fc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When generate_sample.sh generate the configuration of the
keystone middleware part, it use OS_XXXXX environment
variable if this one is set instead of the default one.

This change unset this variables, before generate_sample.sh
inspect the code to always have the default value.

Change-Id: I4f41eece3d93633fcc07274f533adfa1887325fc
</pre>
</div>
</content>
</entry>
<entry>
<title>Move `./run_tests.sh` to Oslo</title>
<updated>2013-08-13T15:06:11+00:00</updated>
<author>
<name>Victor Sergeyev</name>
<email>vsergeyev@mirantis.com</email>
</author>
<published>2013-06-18T09:37:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=9378d3cf9db9b2727f401dc80682acfe1191f378'/>
<id>9378d3cf9db9b2727f401dc80682acfe1191f378</id>
<content type='text'>
Moved Nova `./run_tests.sh` script to `tools/run_tests_common.sh` file.
This script run unit-tests and can be reused in other projects.
Added script `./run_tests.sh` with project specific variables to run
`tools/run_tests_common.sh` script.
Added required `tools/*` files for pretty colorizer outpoot.
Modified `tests/utils.py` file - added work with OS_TEST_TIMEOUT,
OS_STDOUT_CAPTURE and OS_STDERR_CAPTURE environment variables from .testr.conf

blueprint run-tests-script

Change-Id: I057e8cf2c74d160402cb881fc761623c74905b7e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moved Nova `./run_tests.sh` script to `tools/run_tests_common.sh` file.
This script run unit-tests and can be reused in other projects.
Added script `./run_tests.sh` with project specific variables to run
`tools/run_tests_common.sh` script.
Added required `tools/*` files for pretty colorizer outpoot.
Modified `tests/utils.py` file - added work with OS_TEST_TIMEOUT,
OS_STDOUT_CAPTURE and OS_STDERR_CAPTURE environment variables from .testr.conf

blueprint run-tests-script

Change-Id: I057e8cf2c74d160402cb881fc761623c74905b7e
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't attempt to patch eventlet without the patch</title>
<updated>2013-08-08T15:40:10+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2013-08-08T15:40:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=8719d26fd030b37dc4335e0e7e63e5b468073ebd'/>
<id>8719d26fd030b37dc4335e0e7e63e5b468073ebd</id>
<content type='text'>
Some projects, like horizon, do not carry the eventlet patch.

Change-Id: I24ffad9ab7852be44e5d6c8805aa0a47647e21cc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some projects, like horizon, do not carry the eventlet patch.

Change-Id: I24ffad9ab7852be44e5d6c8805aa0a47647e21cc
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure install_venv works behind firewalls</title>
<updated>2013-07-31T16:13:20+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2013-07-31T16:13:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=1b076edd7ae17d95f8b2c0749bd387a6ee6fcafa'/>
<id>1b076edd7ae17d95f8b2c0749bd387a6ee6fcafa</id>
<content type='text'>
There is a problem with setuptools and firewalls that prevents
setuptools from downloading setup_requires properly. The only thing
in openstack that really needs setup_requires is pbr. Once that's in,
everything else installs via pip, which does firewalls correctly. So,
just install the latest pbr into the venv and the rest should work.

Change-Id: I838559f6f308e4a0c255af7bc27cdc669c5cf5f3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is a problem with setuptools and firewalls that prevents
setuptools from downloading setup_requires properly. The only thing
in openstack that really needs setup_requires is pbr. Once that's in,
everything else installs via pip, which does firewalls correctly. So,
just install the latest pbr into the venv and the rest should work.

Change-Id: I838559f6f308e4a0c255af7bc27cdc669c5cf5f3
</pre>
</div>
</content>
</entry>
<entry>
<title>Import config file generator module from python path</title>
<updated>2013-07-22T11:49:23+00:00</updated>
<author>
<name>Zhongyue Luo</name>
<email>zhongyue.nah@intel.com</email>
</author>
<published>2013-07-17T03:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=8667c73dbededde1629dbcff4d6760f44cf2547b'/>
<id>8667c73dbededde1629dbcff4d6760f44cf2547b</id>
<content type='text'>
The sample config file generator will be executed in each project's
virtualenv after being copied using the update.py module. Therefore
accessing the generator module would not work the current way
of using relative paths. This patch executes the generator module
by directly importing it. The update.py will update the module path
when copying to each project.

Change-Id: Id40422ae170935d2fc1c7443eee4b31161b7d3d3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The sample config file generator will be executed in each project's
virtualenv after being copied using the update.py module. Therefore
accessing the generator module would not work the current way
of using relative paths. This patch executes the generator module
by directly importing it. The update.py will update the module path
when copying to each project.

Change-Id: Id40422ae170935d2fc1c7443eee4b31161b7d3d3
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes path to add on PYTHONPATH in generate_sample.sh</title>
<updated>2013-07-16T07:55:38+00:00</updated>
<author>
<name>Zhongyue Luo</name>
<email>zhongyue.nah@intel.com</email>
</author>
<published>2013-07-16T07:51:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=3ea1767ac39d3cd57e49f7bb03eb2014e6484e6a'/>
<id>3ea1767ac39d3cd57e49f7bb03eb2014e6484e6a</id>
<content type='text'>
Fixes bug #1201699

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

Change-Id: I51aca3b05866e513cbbb3163df7e5514d99af192
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Adds sample config file generation script"</title>
<updated>2013-07-15T19:28:16+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-07-15T19:28:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=80f92cf1161fbecf6e5a3a98f29a296b9412a6dd'/>
<id>80f92cf1161fbecf6e5a3a98f29a296b9412a6dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop using distribute in install_venv_common</title>
<updated>2013-07-06T02:00:09+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2013-07-06T01:57:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=72d3f88a83e47a99cbab0ba71b84ea2c0c981c18'/>
<id>72d3f88a83e47a99cbab0ba71b84ea2c0c981c18</id>
<content type='text'>
Upstream distribute is dead and has been merged back into setuptools.
Additionally, enhancements have been made to both setuptools and pip
that mean we no longer have to carry hacks around versions.

Also, we don't need to install greenlet here. Order is respected in
requirements.txt.

Also, let's kill the pip_requires verbage.

Change-Id: Ia15c66d6a03522e804ff96fd6f8d81db00467a6e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upstream distribute is dead and has been merged back into setuptools.
Additionally, enhancements have been made to both setuptools and pip
that mean we no longer have to carry hacks around versions.

Also, we don't need to install greenlet here. Order is respected in
requirements.txt.

Also, let's kill the pip_requires verbage.

Change-Id: Ia15c66d6a03522e804ff96fd6f8d81db00467a6e
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable H304 hacking check</title>
<updated>2013-07-04T07:00:22+00:00</updated>
<author>
<name>Ann Kamyshnikova</name>
<email>akamyshnikova@mirantis.com</email>
</author>
<published>2013-06-25T10:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=60cafbdd9655c6ee2a6ec1cc725e1cc9e5c3a37b'/>
<id>60cafbdd9655c6ee2a6ec1cc725e1cc9e5c3a37b</id>
<content type='text'>
The error was:

'import install_venv_common as install_venv' is a relative import

To fix it __init__.py was created and import string was fixed.

Requirements for hacking changed to &gt;=0.5.6

Change-Id: I71aa7c7cb268c26aa00828306138a84b30289cb9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The error was:

'import install_venv_common as install_venv' is a relative import

To fix it __init__.py was created and import string was fixed.

Requirements for hacking changed to &gt;=0.5.6

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