<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-devtools, branch icehouse</title>
<subtitle>Mirror of git.yoctoproject.org/meta-cloud-services.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=icehouse</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=icehouse'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2014-09-29T04:48:27+00:00</updated>
<entry>
<title>housekeeping: Add a non-numeric PR prefix to allow PRINC in bbappends</title>
<updated>2014-09-29T04:48:27+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2014-09-25T19:16:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=de48084e062d8ec186a181155d36b63bdc201742'/>
<id>urn:sha1:de48084e062d8ec186a181155d36b63bdc201742</id>
<content type='text'>
Although the use of PRINC is deprecated in later versions of Yocto it
may still be used and if you are using this layer with older Yocto it
is recommended for use in bbappends. It is therefore expected to
work. PRINC expects a non-numeric prefix followed by a numeric value,
as can be seen in base.bbclass

  pr_prefix = re.search("\D+",pr)
  prval = re.search("\d+",pr)
  if pr_prefix is None or prval is None:
    bb.error("Unable to analyse format of PR variable: %s" % pr)

Failing to stick to this convention yields a parsing error when you
attempt to use PRINC:
  ERROR: Unable to analyse format of PR variable

Adding the non-numeric prefix allows PRINC use in bbappends to
function correctly.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-horizon: Fix whitespace in recipe.</title>
<updated>2014-09-04T19:28:06+00:00</updated>
<author>
<name>Liam R. Howlett</name>
<email>Liam.Howlett@WindRiver.com</email>
</author>
<published>2014-08-28T14:47:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=65c6f6c3236b39e661578a5381d82175e331ac9f'/>
<id>urn:sha1:65c6f6c3236b39e661578a5381d82175e331ac9f</id>
<content type='text'>
The horizon recipe had lines running well over 80 characters and
indentation that was not a multiple of 4.  This patch fixes those
issues.

Signed-off-by: Liam R. Howlett &lt;Liam.Howlett@WindRiver.com&gt;
</content>
</entry>
<entry>
<title>python-horizon: Fix path usage to bitbake defined paths.</title>
<updated>2014-09-04T19:28:04+00:00</updated>
<author>
<name>Liam R. Howlett</name>
<email>Liam.Howlett@WindRiver.com</email>
</author>
<published>2014-08-28T14:43:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=355872c0b8e089cff033fcb346cd4866e10f7fe7'/>
<id>urn:sha1:355872c0b8e089cff033fcb346cd4866e10f7fe7</id>
<content type='text'>
The horizon recipe had references to paths defined as variables for
recipe use.  This patch converts those paths into the variable version
for easier portability.

Signed-off-by: Liam R. Howlett &lt;Liam.Howlett@WindRiver.com&gt;
</content>
</entry>
<entry>
<title>python-nova: Remove duplicate line from conf file.</title>
<updated>2014-09-04T19:06:35+00:00</updated>
<author>
<name>Liam R. Howlett</name>
<email>Liam.Howlett@WindRiver.com</email>
</author>
<published>2014-08-28T16:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=a35299272e79d7eaa183302587404938e30c52f6'/>
<id>urn:sha1:a35299272e79d7eaa183302587404938e30c52f6</id>
<content type='text'>
Removed duplicate dhcpbridge_flagfile from the nova.conf file.

Signed-off-by: Liam R. Howlett &lt;Liam.Howlett@WindRiver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>Keystone: package service/user addition sstate vardeps</title>
<updated>2014-08-27T14:40:02+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2014-08-12T16:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=c2e835140fe2a2898fb7124c9038f632a3b8d464'/>
<id>urn:sha1:c2e835140fe2a2898fb7124c9038f632a3b8d464</id>
<content type='text'>
Several packages utilize the keystone package service/user addition
services recently added. The data passed to this service depends on
the value assigned to CONTROLLER_IP (used as KEYSTONE_HOST), however,
bitbake is not able to automatically determine this dependency so
several tasks which should be rerun to create updated package postinst
scripts are not run when CONTROLLER_IP is modified. Adding the
necessary vardeps ensure these tasks are rerun and now adjustments
made to CONTROLLER_IP are reflected in the generated packages.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>nova: fix FILESEXTRAPATHS warning</title>
<updated>2014-08-20T20:04:12+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-08-20T20:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=5ad6895a898906ee0e2c9bd7ee3d59c12d149511'/>
<id>urn:sha1:5ad6895a898906ee0e2c9bd7ee3d59c12d149511</id>
<content type='text'>
convert FILESEXTRAPATHS to FILESEXTRAPATHS_append to avoid warnings from
the latest oe-core.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-keystone: Remove openrc file and bb references.</title>
<updated>2014-07-31T20:07:26+00:00</updated>
<author>
<name>Liam R. Howlett</name>
<email>Liam.Howlett@WindRiver.com</email>
</author>
<published>2014-07-30T21:05:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=6f179e8d7420afd801b5096f800d300ff96b4ba1'/>
<id>urn:sha1:6f179e8d7420afd801b5096f800d300ff96b4ba1</id>
<content type='text'>
This patch removes the openrc file from the keystone package and
references to openrc in the python-kystone_git.bb file.

Signed-off-by: Liam R. Howlett &lt;Liam.Howlett@WindRiver.com&gt;
</content>
</entry>
<entry>
<title>qemu: add qemu 2.0.0 bbappend</title>
<updated>2014-07-31T18:54:38+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-07-31T18:53:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=3fe67ae52ab03c363c9ab0a8f952054ecec28db7'/>
<id>urn:sha1:3fe67ae52ab03c363c9ab0a8f952054ecec28db7</id>
<content type='text'>
Adding a qemu 2.0.0 bbappend to sync with oe-core master.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>keystone: set default backend to ldap</title>
<updated>2014-07-30T14:46:56+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-07-29T18:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=09eca98cf931382b176a5c007d00c11d71a007f1'/>
<id>urn:sha1:09eca98cf931382b176a5c007d00c11d71a007f1</id>
<content type='text'>
Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
</content>
</entry>
<entry>
<title>Keystone: implement incremental/programatic user additions</title>
<updated>2014-07-30T14:46:56+00:00</updated>
<author>
<name>Andy Ning</name>
<email>andy.ning@windriver.com</email>
</author>
<published>2014-07-16T15:11:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=dc1789ae460f3fdf036f101ce9983c52d0b5a80f'/>
<id>urn:sha1:dc1789ae460f3fdf036f101ce9983c52d0b5a80f</id>
<content type='text'>
Instead of creating tenant/user/role and service/endpoint for all
openstack services in keystone postinstall, now each of the services
creates keystone identities by itself in its own postinstall.

The existing identity.sh has been re-written to be a utility that takes
parameters, and the service postinstall calls identity.sh to create its
own keystone identities. The identity.sh can also be used as a tool to
manually create keystone identities at run time.

Signed-off-by: Andy Ning &lt;andy.ning@windriver.com&gt;
</content>
</entry>
</feed>
