<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-devtools/python, branch dizzy-juno</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=dizzy-juno</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=dizzy-juno'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2015-09-10T18:45:33+00:00</updated>
<entry>
<title>python-django-appconf: use correct hashes</title>
<updated>2015-09-10T18:45:33+00:00</updated>
<author>
<name>Josep Puigdemont</name>
<email>josep.puigdemont@enea.com</email>
</author>
<published>2015-09-09T13:41:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=8043269f64fea96af0450f018fde4544904938bd'/>
<id>urn:sha1:8043269f64fea96af0450f018fde4544904938bd</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>trove: switch to basename &lt;file&gt; &lt;suffix&gt;</title>
<updated>2014-12-03T14:38:43+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-12-03T14:16:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=12374d96e4b6130bdd26cb9b688c2ddc95f77d0d'/>
<id>urn:sha1:12374d96e4b6130bdd26cb9b688c2ddc95f77d0d</id>
<content type='text'>
basename -s is not unviversally supported, so we switch to something
more standard.

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>
<entry>
<title>python-pexpect: fix download location</title>
<updated>2014-11-18T16:44:28+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-11-18T16:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=ee1e862a21a8c99a9f389cafceab2ba6d513207d'/>
<id>urn:sha1:ee1e862a21a8c99a9f389cafceab2ba6d513207d</id>
<content type='text'>
The meta-python pexpect version was being preffered and masking errors
in the download location. So we switch to the pypi location and we
can once again download.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>core: update to juno 2014.2 + dependencies</title>
<updated>2014-11-17T22:59:10+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-11-17T22:59:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d7fe5f8a2a27daa094585df1d2ce0772c28e457b'/>
<id>urn:sha1:d7fe5f8a2a27daa094585df1d2ce0772c28e457b</id>
<content type='text'>
syncing the core components to the latest juno hashes. We also introduce
new packages and update others to meet the juno requirements.

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>core: add juno (2014.2) dependencies</title>
<updated>2014-11-11T19:26:19+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-11-11T19:26:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=402837ab13e791abb8690b50a0374f2cf1b12a1f'/>
<id>urn:sha1:402837ab13e791abb8690b50a0374f2cf1b12a1f</id>
<content type='text'>
Updating components and support utilities for the juno 2014.2 update.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>trove: update core package and dependencies to juno -rc2</title>
<updated>2014-11-10T17:43:31+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-11-10T17:43:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=9a3030b6c46f70a06647c5dabad33649fc2ec6dc'/>
<id>urn:sha1:9a3030b6c46f70a06647c5dabad33649fc2ec6dc</id>
<content type='text'>
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>websockify: update to 0.6.0</title>
<updated>2014-11-05T17:10:36+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-11-05T17:10:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=6ee6f37a3de3cc07707d13d8a793ef6bdaaf3d7b'/>
<id>urn:sha1:6ee6f37a3de3cc07707d13d8a793ef6bdaaf3d7b</id>
<content type='text'>
Juno nova requires 0.6.x for websockify, so we do the update.

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