<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-devtools/python/python-nova, branch master</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=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2018-04-09T14:48:37+00:00</updated>
<entry>
<title>python-nova: uprev to latest openstack sable/pike release</title>
<updated>2018-04-09T14:48:37+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2018-04-04T20:02:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=e7b4a0b965bb40861a487c13199755044919472a'/>
<id>urn:sha1:e7b4a0b965bb40861a487c13199755044919472a</id>
<content type='text'>
This requires several new recipes and package uprevs (python-tooz,
python-os-brick, python-pypowervm, python-networkx,
python-microversion-parse, python-os-win, python-os-vif, and
python-os-traits). Along with updates to make things work with
systemd.

We also take steps to make setup/init use the directions from
https://docs.openstack.org/nova/pike/install/controller-install-ubuntu.html

After these changes we can validate that nova is operating nominally
using the command:
+-------+--------------------------------------+
|  Name |                 UUID                 |
+-------+--------------------------------------+
| cell0 | 00000000-0000-0000-0000-000000000000 |
| cell1 | f547fa04-7c82-4498-95ee-210fc40abdb6 |
+-------+--------------------------------------+

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: uprev to Liberty</title>
<updated>2016-02-05T19:42:18+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2016-02-04T01:41:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d6984bfe24fbec73fbdcc9dea51662ce5427e2c5'/>
<id>urn:sha1:d6984bfe24fbec73fbdcc9dea51662ce5427e2c5</id>
<content type='text'>
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>init: no need to close (non-existing) ps file descriptors</title>
<updated>2015-11-16T20:11:44+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2015-11-12T02:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d0206f9f16905937397f27fb8c18a46331d13056'/>
<id>urn:sha1:d0206f9f16905937397f27fb8c18a46331d13056</id>
<content type='text'>
Attempting to get the status of various daemons which are part of the
compute image results in an error:

ps: write error: Bad file descriptor

Switch to using the more standard io redirection techniques to avoid
this error.

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: update configuration settings</title>
<updated>2014-11-17T22:50:23+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-11-17T22:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=194f9d17226895a67422ae749f6870752030b92d'/>
<id>urn:sha1:194f9d17226895a67422ae749f6870752030b92d</id>
<content type='text'>
The following nova commit:

  commit 5cacad3508570ce70b1f9ef620e0508169687fda
  Author: Gary Kotton &lt;gkotton@vmware.com&gt;
  Date:   Tue Jun 3 03:44:40 2014 -0700

    Deprecate neutron_* configuration settings

    Create a new section in the configuration file called 'neutron'.
    Move all of the neutron_* configuration settings to this section.

    DocImpact

    The table below has the changes:

    +---------------------------------+-------------------------+
    | 'DEFAULT' Section               | 'neutron' Section       |
    |---------------------------------|-------------------------|
    | neutron_url                     | url                     |
    | neutron_url_timeout             | url_timeout             |
    | neutron_admin_username          | admin_username          |
    | neutron_admin_password          | admin_password          |
    | neutron_admin_tenant_id         | admin_tenant_id         |
    | neutron_admin_tenant_name       | admin_tenant_name       |
    | neutron_region_name             | region_name             |
    | neutron_admin_auth_url          | admin_auth_url          |
    | neutron_api_insecure            | api_insecure            |
    | neutron_auth_strategy           | auth_strategy           |
    | neutron_region_name             | region_name             |
    | neutron_ovs_bridge              | ovs_bridge              |
    | neutron_extension_sync_interval | extension_sync_interval |
    | neutron_ca_certificates_file    | ca_certificates_file    |
    +---------------------------------+-----------------------=-+

Means that we need to create a [neturon] section, move and rename
our configs appropriately.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>nova: allow empty schemes at python 2.7.3</title>
<updated>2014-11-05T17:11:39+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-11-05T17:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=ff7384602b97d6bf2e4588773fa9014d08a1db50'/>
<id>urn:sha1:ff7384602b97d6bf2e4588773fa9014d08a1db50</id>
<content type='text'>
The upstream project is concerned with a bug in empty schemes with
2.7.3. But since Yocto is 2.7.3 and we get an empty scheme via websockify,
no VNC consoles are possible.

Rather than upreving python (big change), we aren't being hit by the
referenced bug, so we simply make sure that the condition can never
be true.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>neutron: move from OVS unified to OVS ml2 plugin</title>
<updated>2014-10-27T13:30:52+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-10-27T13:30:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=8556c69838177bd7d13a5d281d8cdf4032f96afc'/>
<id>urn:sha1:8556c69838177bd7d13a5d281d8cdf4032f96afc</id>
<content type='text'>
Juno removes support for the unified OVS and linuxbridge plugins. So
we switch to the ml2 OVS plugin.

This involves configuration and packaging changes.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>keystone: Change packages configuration to use apache keystone.</title>
<updated>2014-09-22T15:46:43+00:00</updated>
<author>
<name>Liam R. Howlett</name>
<email>Liam.Howlett@WindRiver.com</email>
</author>
<published>2014-09-19T19:52:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=1c34736247f8ae18d054cfecfec54152bf27f1d9'/>
<id>urn:sha1:1c34736247f8ae18d054cfecfec54152bf27f1d9</id>
<content type='text'>
This commit changes all required configurations to use keystone running
on apache.  The following packages configurations were modified for
keystone running on apache:  python-neutron, python-nova, tempest,
        python-swift, python-rally, python-heat, python-glance,
        python-cinder, python-ceilmoeter, python-horizon.

Signed-off-by: Liam R. Howlett &lt;Liam.Howlett@WindRiver.com&gt;
</content>
</entry>
<entry>
<title>core: update core projects to juno b3 release</title>
<updated>2014-09-17T02:55:21+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-09-16T19:22:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d926dfba758be9db6bed30df8bd334c73408cdf8'/>
<id>urn:sha1:d926dfba758be9db6bed30df8bd334c73408cdf8</id>
<content type='text'>
Along with this update, we also fix a bug with nova and neutron port types.
this patch will be removed once it is fixed in the upstream project.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-nova: Remove duplicate line from conf file.</title>
<updated>2014-09-04T19:06:44+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=310c8efc04aad1ff3d0bea28931dbdfc77b1252b'/>
<id>urn:sha1:310c8efc04aad1ff3d0bea28931dbdfc77b1252b</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>nova: update to juno configuration requirements</title>
<updated>2014-09-03T05:08:14+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-09-03T05:08:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=0881d9805118707ece89be147612d02a27e3201b'/>
<id>urn:sha1:0881d9805118707ece89be147612d02a27e3201b</id>
<content type='text'>
To boot a nested guest in juno, we need to relocate the virtualization
type config setting into the [libvirt] section.

With this, we can sucessfully launch a guest.

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