<feed xmlns='http://www.w3.org/2005/Atom'>
<title>oslo.git/bin/oslo-rootwrap, branch master</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>Move bin/ scripts to entrypoints.</title>
<updated>2013-04-07T06:32:37+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2013-04-03T15:20:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=0b15de18fba81acfcffc5861f34e0199caef8fb9'/>
<id>0b15de18fba81acfcffc5861f34e0199caef8fb9</id>
<content type='text'>
Instead of propogating more bin scripts, migrate these to be things
that can be consumed as entrypoints.

Change-Id: Ic01e0f16fe9e7634708fbb51499ccea3f4f40d63
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of propogating more bin scripts, migrate these to be things
that can be consumed as entrypoints.

Change-Id: Ic01e0f16fe9e7634708fbb51499ccea3f4f40d63
</pre>
</div>
</content>
</entry>
<entry>
<title>update OpenStack, LLC to OpenStack Foundation</title>
<updated>2013-03-13T19:03:07+00:00</updated>
<author>
<name>Mark McClain</name>
<email>mark.mcclain@dreamhost.com</email>
</author>
<published>2013-03-13T18:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=65e3d8c9773880094c0a4c164e046fae9cb7a5d9'/>
<id>65e3d8c9773880094c0a4c164e046fae9cb7a5d9</id>
<content type='text'>
fixes bug 1154745

The previous update (https://review.openstack.org/#/c/24103/) missed
header files that contained "OpenStack, LLC".  This change corrects the
missed files to reflect the OpenStack Foundation.

Change-Id: I9c6de265267485ef2c82ea7e6d8643e82134d102
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes bug 1154745

The previous update (https://review.openstack.org/#/c/24103/) missed
header files that contained "OpenStack, LLC".  This change corrects the
missed files to reflect the OpenStack Foundation.

Change-Id: I9c6de265267485ef2c82ea7e6d8643e82134d102
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix PEP8 error in oslo-rootwrap</title>
<updated>2013-01-30T11:25:19+00:00</updated>
<author>
<name>Thierry Carrez</name>
<email>thierry@openstack.org</email>
</author>
<published>2013-01-30T11:25:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=9669767847c4bd414f15fadf3668c46d72b9faaf'/>
<id>9669767847c4bd414f15fadf3668c46d72b9faaf</id>
<content type='text'>
Fix a PEP8 error uncovered during the cinder import of the rootwrap
module. A bit weird oslo's own tests didn't catch it.

Change-Id: Ib107023dd6e4178dd51b358cf9374e7a8468d1bf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix a PEP8 error uncovered during the cinder import of the rootwrap
module. A bit weird oslo's own tests didn't catch it.

Change-Id: Ib107023dd6e4178dd51b358cf9374e7a8468d1bf
</pre>
</div>
</content>
</entry>
<entry>
<title>rootwrap: Avoid PEP8 errors on name replacement</title>
<updated>2013-01-28T15:48:15+00:00</updated>
<author>
<name>Thierry Carrez</name>
<email>thierry@openstack.org</email>
</author>
<published>2013-01-28T15:42:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=86cc62b58b0704aad319961a1d0494e4f2660157'/>
<id>86cc62b58b0704aad319961a1d0494e4f2660157</id>
<content type='text'>
Avoid triggering PEP8 errors when "oslo" is replaced by the project
name in oslo-rootwrap. Made necessary by "cinder", but tested
compatible with "ceilometer".

Change-Id: I9a1e25ec58e8b1e833c00f6cbb2083f967cbef76
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid triggering PEP8 errors when "oslo" is replaced by the project
name in oslo-rootwrap. Made necessary by "cinder", but tested
compatible with "ceilometer".

Change-Id: I9a1e25ec58e8b1e833c00f6cbb2083f967cbef76
</pre>
</div>
</content>
</entry>
<entry>
<title>Move rootwrap code to openstack.common</title>
<updated>2012-12-20T09:06:05+00:00</updated>
<author>
<name>Thierry Carrez</name>
<email>thierry@openstack.org</email>
</author>
<published>2012-12-19T13:06:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=974c29cf5af06f319bd290367b34f858d09a4d1c'/>
<id>974c29cf5af06f319bd290367b34f858d09a4d1c</id>
<content type='text'>
Copies current nova-rootwrap code to openstack.common, so that it
can be reused by Cinder and Quantum.

Implements blueprint common-rootwrap.

Before it can be used in projects, update.py needs to grow the
capability to deploy files in bin/ and etc/, as well as replacing
a placeholder text by the destination project name in source files
and binary names.

In this proposed version, the placeholder text is "oslo".

Change-Id: I8655d5b3cccacd1cc2225aa539339fb478615422
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copies current nova-rootwrap code to openstack.common, so that it
can be reused by Cinder and Quantum.

Implements blueprint common-rootwrap.

Before it can be used in projects, update.py needs to grow the
capability to deploy files in bin/ and etc/, as well as replacing
a placeholder text by the destination project name in source files
and binary names.

In this proposed version, the placeholder text is "oslo".

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