summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-12-02 17:32:33 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-07 10:52:38 -0500
commit542c5b944fcf54fb24b16f5d507af198ed69be36 (patch)
treeda2427c36b2992253209d8756944da45cde8c612 /meta-openstack/recipes-devtools/python
parent849cb8b6627029fd8d4ef66a7470362cae8d0a3b (diff)
downloadmeta-cloud-services-542c5b944fcf54fb24b16f5d507af198ed69be36.tar.gz
python-nova: upgrade to 2015.1.2
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-nova_git.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb
index d7a585e..79fad92 100644
--- a/meta-openstack/recipes-devtools/python/python-nova_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb
@@ -11,11 +11,11 @@ SRCNAME = "nova"
11 11
12FILESEXTRAPATHS_append := "${THISDIR}/${PN}" 12FILESEXTRAPATHS_append := "${THISDIR}/${PN}"
13 13
14SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 14SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \
15 file://nova-add-migrate.cfg-to-the-MANIFEST.patch \ 15 file://nova-add-migrate.cfg-to-the-MANIFEST.patch \
16 file://neutron-api-set-default-binding-vnic_type.patch \
17 " 16 "
18# restore post stable/juno: 17# restore post stable/juno:
18# file://neutron-api-set-default-binding-vnic_type.patch \
19# file://websocketproxy-allow-empty-schemes-at-python-2.7.3.patch 19# file://websocketproxy-allow-empty-schemes-at-python-2.7.3.patch
20# file://nova-convert-path-from-relative-to-absolute.patch 20# file://nova-convert-path-from-relative-to-absolute.patch
21# file://nova-fix-location-to-doc-directory.patch 21# file://nova-fix-location-to-doc-directory.patch
@@ -27,8 +27,9 @@ SRC_URI += "file://nova-all \
27 file://nova.conf \ 27 file://nova.conf \
28 file://openrc \ 28 file://openrc \
29 " 29 "
30SRCREV="b6e11261a97bf96d5f9866f277d8ecc3be7891e5" 30SRCREV="24c6b904f75b6a544edc9d34ca0163df7d164a1a"
31PV="2015.1.0b2+git${SRCPV}" 31# 2015.1.2 is 24c6b904f75b6a544edc9d34ca0163df7d164a1a
32PV="2015.1.2+git${SRCPV}"
32 33
33S = "${WORKDIR}/git" 34S = "${WORKDIR}/git"
34 35