diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-18 12:42:02 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-18 12:42:02 -0400 |
| commit | e69535f5c915f763910f179e3da6ddc7673fbb2e (patch) | |
| tree | c2be5068acecb48bc1239a9aeec2bba3151a42cd /meta-openstack/recipes-devtools/python/python-nova_git.bb | |
| parent | a06e28ced8f622dbe6d6fbd9bea20b215d8ac938 (diff) | |
| download | meta-cloud-services-e69535f5c915f763910f179e3da6ddc7673fbb2e.tar.gz | |
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 <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 | 9 |
1 files changed, 6 insertions, 3 deletions
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" | |||
| 11 | 11 | ||
| 12 | FILESEXTRAPATHS := "${THISDIR}/${PN}" | 12 | FILESEXTRAPATHS := "${THISDIR}/${PN}" |
| 13 | 13 | ||
| 14 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \ | 14 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ |
| 15 | file://nova-add-migrate.cfg-to-the-MANIFEST.patch \ | 15 | file://nova-add-migrate.cfg-to-the-MANIFEST.patch \ |
| 16 | file://nova-convert-path-from-relative-to-absolute.patch \ | 16 | file://nova-convert-path-from-relative-to-absolute.patch \ |
| 17 | file://nova-fix-location-to-doc-directory.patch \ | 17 | file://nova-fix-location-to-doc-directory.patch \ |
| @@ -24,8 +24,8 @@ SRC_URI += "file://nova-all \ | |||
| 24 | file://nova.conf \ | 24 | file://nova.conf \ |
| 25 | file://openrc \ | 25 | file://openrc \ |
| 26 | " | 26 | " |
| 27 | SRCREV="e1e140b295ea9ea6fd6cc2b6dc10981020e48adb" | 27 | SRCREV="e0331cfe9d49f25b8a23f5fc473f610415bb07ac" |
| 28 | PV="2014.1+git${SRCPV}" | 28 | PV="2014.2.b1+git${SRCPV}" |
| 29 | 29 | ||
| 30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
| 31 | 31 | ||
| @@ -230,6 +230,8 @@ DEPENDS += " \ | |||
| 230 | " | 230 | " |
| 231 | 231 | ||
| 232 | RDEPENDS_${PN} = " libvirt \ | 232 | RDEPENDS_${PN} = " libvirt \ |
| 233 | python-keystone \ | ||
| 234 | python-keystonemiddleware \ | ||
| 233 | python-modules \ | 235 | python-modules \ |
| 234 | python-misc \ | 236 | python-misc \ |
| 235 | python-amqplib \ | 237 | python-amqplib \ |
| @@ -269,6 +271,7 @@ RDEPENDS_${PN} = " libvirt \ | |||
| 269 | python-websockify \ | 271 | python-websockify \ |
| 270 | python-pbr \ | 272 | python-pbr \ |
| 271 | spice-html5 \ | 273 | spice-html5 \ |
| 274 | python-posix-ipc \ | ||
| 272 | " | 275 | " |
| 273 | 276 | ||
| 274 | RDEPENDS_${SRCNAME}-common = "${PN} openssl openssl-misc libxml2 libxslt \ | 277 | RDEPENDS_${SRCNAME}-common = "${PN} openssl openssl-misc libxml2 libxslt \ |
