<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git, branch 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=kilo</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=kilo'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2015-09-10T18:45:11+00:00</updated>
<entry>
<title>spice: add SRCREV_FORMAT to recipe</title>
<updated>2015-09-10T18:45:11+00:00</updated>
<author>
<name>Joe Slater</name>
<email>jslater@windriver.com</email>
</author>
<published>2015-09-09T00:30:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=26068d190d3ae69532c3ec4f6b15aec3f686f499'/>
<id>urn:sha1:26068d190d3ae69532c3ec4f6b15aec3f686f499</id>
<content type='text'>
Create a composite source revision.  Failure to do so
can cause parsing errors.

Signed-off-by: Joe Slater &lt;jslater@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-sqlalchemy: add dependency on sqlparse</title>
<updated>2015-09-08T14:11:46+00:00</updated>
<author>
<name>Josep Puigdemont</name>
<email>josep.puigdemont@enea.com</email>
</author>
<published>2015-09-04T15:15:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=6d0a95b5bda1495af1033bc05472751923735c36'/>
<id>urn:sha1:6d0a95b5bda1495af1033bc05472751923735c36</id>
<content type='text'>
Account for python-sqlparse dependency.
Project home page has moved to github.

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-sqlparse: add recipe</title>
<updated>2015-09-08T14:11:46+00:00</updated>
<author>
<name>Josep Puigdemont</name>
<email>josep.puigdemont@enea.com</email>
</author>
<published>2015-09-04T15:15:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=4129c1f09f9da58c3cbbbdd6f32b575232ca15b3'/>
<id>urn:sha1:4129c1f09f9da58c3cbbbdd6f32b575232ca15b3</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>salt: upgrade to 2015.5</title>
<updated>2015-06-01T16:00:15+00:00</updated>
<author>
<name>Alejandro del Castillo</name>
<email>alejandro.delcastillo@ni.com</email>
</author>
<published>2015-05-28T16:13:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=6bb7b08acc6c00b6203cbb86a3e68b73d30abcbf'/>
<id>urn:sha1:6bb7b08acc6c00b6203cbb86a3e68b73d30abcbf</id>
<content type='text'>
python-request is now only a dependency of salt-cloud.

Signed-off-by: Alejandro del Castillo &lt;alejandro.delcastillo@ni.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' into kilo</title>
<updated>2015-05-20T12:16:22+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2015-05-20T12:16:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=c5feedcbab087538da2dea0cf0f32db5b1efa5df'/>
<id>urn:sha1:c5feedcbab087538da2dea0cf0f32db5b1efa5df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python-nova: add missing rdepends</title>
<updated>2015-05-20T12:10:32+00:00</updated>
<author>
<name>Jackie Huang</name>
<email>jackie.huang@windriver.com</email>
</author>
<published>2015-05-19T06:54:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=71b7ba7724a8d4a59a46de1828894176ff985020'/>
<id>urn:sha1:71b7ba7724a8d4a59a46de1828894176ff985020</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-keystoneclient: add missing rdepends on python-oslo.serialization</title>
<updated>2015-05-20T12:10:32+00:00</updated>
<author>
<name>Jackie Huang</name>
<email>jackie.huang@windriver.com</email>
</author>
<published>2015-05-19T06:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d32b101fe9d8555837113d78cb17430e84554aeb'/>
<id>urn:sha1:d32b101fe9d8555837113d78cb17430e84554aeb</id>
<content type='text'>
Add missing rdepends or it fails with:
  File "/usr/lib64/python2.7/site-packages/keystoneclient/session.py", line 22, in &lt;module&gt;
    from oslo_serialization import jsonutils
ImportError: No module named oslo_serialization

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>Merge branch 'master' into kilo</title>
<updated>2015-05-13T20:51:09+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2015-05-13T20:51:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=ab3432d7ff4ea9b7fd3dd4e04376d2b67e467eb6'/>
<id>urn:sha1:ab3432d7ff4ea9b7fd3dd4e04376d2b67e467eb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python-jsonpointer: inherit setuptools instead of distutils</title>
<updated>2015-05-13T20:50:38+00:00</updated>
<author>
<name>Jackie Huang</name>
<email>jackie.huang@windriver.com</email>
</author>
<published>2015-05-12T02:07:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=f7765042a4cdfb52f467869904ef92e644c4129d'/>
<id>urn:sha1:f7765042a4cdfb52f467869904ef92e644c4129d</id>
<content type='text'>
setup.py for this pkg uses setuptools, not distutils:
"from setuptools import setup"

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-repoze.lru: add new recipe</title>
<updated>2015-05-13T20:50:29+00:00</updated>
<author>
<name>Jackie Huang</name>
<email>jackie.huang@windriver.com</email>
</author>
<published>2015-05-13T07:24:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=94c875040f396d5f59255b8814ae10f3a0982f6d'/>
<id>urn:sha1:94c875040f396d5f59255b8814ae10f3a0982f6d</id>
<content type='text'>
It's required by python-routes.

Signed-off-by: Jackie Huang &lt;jackie.huang@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
</feed>
