diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-11-05 12:11:39 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-11-05 12:11:39 -0500 |
commit | ff7384602b97d6bf2e4588773fa9014d08a1db50 (patch) | |
tree | 0006289731a1d5d50f5ba6b32f72e5d60115ea3c /meta-openstack/recipes-devtools/python/python-nova_git.bb | |
parent | 6ee6f37a3de3cc07707d13d8a793ef6bdaaf3d7b (diff) | |
download | meta-cloud-services-ff7384602b97d6bf2e4588773fa9014d08a1db50.tar.gz |
nova: allow empty schemes at python 2.7.3
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova_git.bb')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index a950bf8..d68725b 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb | |||
@@ -17,6 +17,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | |||
17 | file://nova-fix-location-to-doc-directory.patch \ | 17 | file://nova-fix-location-to-doc-directory.patch \ |
18 | file://nova-fix-location-to-plugin-directory.patch \ | 18 | file://nova-fix-location-to-plugin-directory.patch \ |
19 | file://neutron-api-set-default-binding-vnic_type.patch \ | 19 | file://neutron-api-set-default-binding-vnic_type.patch \ |
20 | file://websocketproxy-allow-empty-schemes-at-python-2.7.3.patch \ | ||
20 | " | 21 | " |
21 | 22 | ||
22 | SRC_URI += "file://nova-all \ | 23 | SRC_URI += "file://nova-all \ |