<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-devtools/python/python-nova_git.bb, branch fido-kilo</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=fido-kilo</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=fido-kilo'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2015-12-11T17:11:29+00:00</updated>
<entry>
<title>python-nova: dependency on blkid</title>
<updated>2015-12-11T17:11:29+00:00</updated>
<author>
<name>Josep Puigdemont</name>
<email>josep.puigdemont@enea.com</email>
</author>
<published>2015-12-08T17:33:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=748b65071663c5f7f46220945eeb5e34e92e6404'/>
<id>urn:sha1:748b65071663c5f7f46220945eeb5e34e92e6404</id>
<content type='text'>
nova executes blkid before creating an instance in order to
determine the file system type of the image given.

Signed-off-by: Josep Puigdemont &lt;josep.puigdemont@enea.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-nova: add missing rdepends</title>
<updated>2015-12-11T17:11:28+00:00</updated>
<author>
<name>Jackie Huang</name>
<email>jackie.huang@windriver.com</email>
</author>
<published>2015-12-08T17:33:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=4eff5180d8fcfdcc58b24e90040a005e98330b9c'/>
<id>urn:sha1:4eff5180d8fcfdcc58b24e90040a005e98330b9c</id>
<content type='text'>
Add the missing rdepends on python-oslo.log, python-psutil
and python-amqp or it fails with:

  File "/usr/lib64/python2.7/site-packages/nova/cmd/compute.py", line 23, in &lt;module&gt;
    from oslo_log import log as logging
  ImportError: No module named oslo_log

  File "/usr/lib64/python2.7/site-packages/nova/openstack/common/report/generators/process.py", line 23, in &lt;module&gt;
    import psutil
  ImportError: No module named psutil

  File "/usr/lib64/python2.7/site-packages/stevedore/driver.py", line 50, in _default_on_load_failure
    raise err
  ImportError: No module named amqp

Signed-off-by: Jackie Huang &lt;jackie.huang@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-nova: add missing dependency on sqlparse</title>
<updated>2015-12-11T17:11:28+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2015-12-08T17:33:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=5e4c6f860802e1b392305fe4d6bbf94170aba0e2'/>
<id>urn:sha1:5e4c6f860802e1b392305fe4d6bbf94170aba0e2</id>
<content type='text'>
Attempting to use nova-manage, for example to perform 'service list',
will result in a python trace indicating that the sqlparse module was
not found. Add the python-sqlparse recipe and include it in the
RDEPENDS list for nova.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
Signed-off-by: Josep Puigdemont &lt;josep.puigdemont@enea.com&gt;

Conflicts:
	meta-openstack/recipes-devtools/python/python-nova_git.bb
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-nova: upgrade to 2015.1.2</title>
<updated>2015-12-07T15:52:38+00:00</updated>
<author>
<name>Josep Puigdemont</name>
<email>josep.puigdemont@enea.com</email>
</author>
<published>2015-12-02T16:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=542c5b944fcf54fb24b16f5d507af198ed69be36'/>
<id>urn:sha1:542c5b944fcf54fb24b16f5d507af198ed69be36</id>
<content type='text'>
Signed-off-by: Josep Puigdemont &lt;josep.puigdemont@enea.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>nova: build dependency on libvirt</title>
<updated>2015-10-06T16:15:08+00:00</updated>
<author>
<name>Josep Puigdemont</name>
<email>josep.puigdemont@enea.com</email>
</author>
<published>2015-10-02T13:50:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=0842ae59ce7f752aabb2459510739ec4fff8b33d'/>
<id>urn:sha1:0842ae59ce7f752aabb2459510739ec4fff8b33d</id>
<content type='text'>
Sometimes nova fails to populate_sysroot_setscene:
NOTE: Performing useradd with [--root ... --system --home /var/lib/nova
-g nova -G libvirt --no-create-home --shell /bin/false nova] and 10
times of retry
useradd: group 'libvirt' does not exist

Adding libvirt as build dependency will assure the group has been
created when nova runs useradd.

Signed-off-by: Josep Puigdemont &lt;josep.puigdemont@enea.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-nova: depends on psutil</title>
<updated>2015-10-06T16:15:06+00:00</updated>
<author>
<name>Josep Puigdemont</name>
<email>josep.puigdemont@enea.com</email>
</author>
<published>2015-10-02T13:50:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=491cb1d8b976b3a5c3a270a294b6cb1a95e0f2da'/>
<id>urn:sha1:491cb1d8b976b3a5c3a270a294b6cb1a95e0f2da</id>
<content type='text'>
Signed-off-by: Josep Puigdemont &lt;josep.puigdemont@enea.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>nova: fix jsonschema and retrying depdencies</title>
<updated>2015-03-12T05:22:46+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2015-03-12T05:22:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=54179a2d187fd082456444c1f600fd6e9a07b7e8'/>
<id>urn:sha1:54179a2d187fd082456444c1f600fd6e9a07b7e8</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>core: BROKEN: Initial update to kilo branches and REVs</title>
<updated>2015-03-10T18:01:05+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2015-03-10T17:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=825048fe5ef82644ae5bb2833e71b295e759d7e1'/>
<id>urn:sha1:825048fe5ef82644ae5bb2833e71b295e759d7e1</id>
<content type='text'>
This is the initial update to the kilo branches and SRCREVs for some
of the core projects.

These are known to NOT work, due to SSLv3 issues with oe-core, and
missing config/dependencies.

Incremental updates will fix issues with the components, but they are
best done in-tree, rather than sitting on a huge pile of changes.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>QA: fix build and runtime warnings</title>
<updated>2015-02-21T05:42:47+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2015-02-21T05:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=441977d076e5c0aeace44ba65d301b5c6c61d59f'/>
<id>urn:sha1:441977d076e5c0aeace44ba65d301b5c6c61d59f</id>
<content type='text'>
oe-core now warns on detected missing runtime and build time warnings.
So we update our recipes to have these missingn deps (largely bash).

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>core: update to stable/juno release branches</title>
<updated>2014-11-25T18:15:30+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-11-25T18:15:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=382e7184e5a23ebfeb2fd9ec432e6545170fee7d'/>
<id>urn:sha1:382e7184e5a23ebfeb2fd9ec432e6545170fee7d</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
</feed>
