From e69535f5c915f763910f179e3da6ddc7673fbb2e Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 18 Jul 2014 12:42:02 -0400 Subject: nova: update to juno development branches Updating nova to the juno development branches. We also add new dependencies that the update brings. Note: keystone must also be on Juno for a workable nova service. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-nova_git.bb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-nova_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index a4af280..517fe99 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb @@ -11,7 +11,7 @@ SRCNAME = "nova" FILESEXTRAPATHS := "${THISDIR}/${PN}" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \ +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ file://nova-add-migrate.cfg-to-the-MANIFEST.patch \ file://nova-convert-path-from-relative-to-absolute.patch \ file://nova-fix-location-to-doc-directory.patch \ @@ -24,8 +24,8 @@ SRC_URI += "file://nova-all \ file://nova.conf \ file://openrc \ " -SRCREV="e1e140b295ea9ea6fd6cc2b6dc10981020e48adb" -PV="2014.1+git${SRCPV}" +SRCREV="e0331cfe9d49f25b8a23f5fc473f610415bb07ac" +PV="2014.2.b1+git${SRCPV}" S = "${WORKDIR}/git" @@ -230,6 +230,8 @@ DEPENDS += " \ " RDEPENDS_${PN} = " libvirt \ + python-keystone \ + python-keystonemiddleware \ python-modules \ python-misc \ python-amqplib \ @@ -269,6 +271,7 @@ RDEPENDS_${PN} = " libvirt \ python-websockify \ python-pbr \ spice-html5 \ + python-posix-ipc \ " RDEPENDS_${SRCNAME}-common = "${PN} openssl openssl-misc libxml2 libxslt \ -- cgit v1.2.3-54-g00ecf