summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-10-30 00:14:31 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:34 -0500
commit0a962a285a529def3d3649544214bc36c9292d18 (patch)
treebea41c69fd5d0f8186ddf47bf2c08d756a8e323a /meta-openstack
parent8dc56b2f821762f2051cee4bf5b4123e821ae212 (diff)
downloadmeta-cloud-services-0a962a285a529def3d3649544214bc36c9292d18.tar.gz
nova: uprev to havana release version
This commit uprevs the nova component to the havana release version, and switches the build from tarballs to using the git repository. No other runtime changes are made at this point.` Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-nova_git.bb (renamed from meta-openstack/recipes-devtools/python/python-nova_2013.1.3.bb)9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova_2013.1.3.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb
index 5fb6f3f..4c57095 100644
--- a/meta-openstack/recipes-devtools/python/python-nova_2013.1.3.bb
+++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb
@@ -11,7 +11,7 @@ SRCNAME = "nova"
11 11
12FILESEXTRAPATHS := "${THISDIR}/${PN}" 12FILESEXTRAPATHS := "${THISDIR}/${PN}"
13 13
14SRC_URI = "https://launchpad.net/${SRCNAME}/grizzly/${PV}/+download/${SRCNAME}-${PV}.tar.gz \ 14SRC_URI = "git://github.com/openstack/nova.git;branch=stable/havana \
15 file://0001-nova-api-paste.ini-make-controller-IP-configurable.patch \ 15 file://0001-nova-api-paste.ini-make-controller-IP-configurable.patch \
16 " 16 "
17 17
@@ -22,11 +22,10 @@ SRC_URI += "file://nova-all \
22 file://nova.conf \ 22 file://nova.conf \
23 file://openrc \ 23 file://openrc \
24 " 24 "
25SRCREV="88cfe5a0ae682794f8ce25b787084115925023f2"
26PV="2013.2+git${SRCPV}"
25 27
26SRC_URI[md5sum] = "6215982b9ed08b9042e088470d60a0a6" 28S = "${WORKDIR}/git"
27SRC_URI[sha256sum] = "f7c25186920daccb16867c5fd272318beb8cc076e5a55f79b5906618ef2724f4"
28
29S = "${WORKDIR}/${SRCNAME}-${PV}"
30 29
31inherit update-rc.d setuptools identity hosts useradd 30inherit update-rc.d setuptools identity hosts useradd
32 31