diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-05-06 09:45:07 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-05-07 14:13:37 -0400 |
| commit | c3aaf33f48da727730870b2e261c49c7e2bfc9c2 (patch) | |
| tree | a6594561bf089dce4f25a3116eb2e927feac65cb | |
| parent | 6856714a57ea2ffb2955bb3ff348637744b0a89c (diff) | |
| download | meta-cloud-services-c3aaf33f48da727730870b2e261c49c7e2bfc9c2.tar.gz | |
python-nova: upgrade to 2015.1.0
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova_git.bb | 7 |
1 files changed, 3 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 71b5154..4e96341 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb | |||
| @@ -6,12 +6,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | |||
| 6 | 6 | ||
| 7 | DEPENDS = "sudo libvirt" | 7 | DEPENDS = "sudo libvirt" |
| 8 | 8 | ||
| 9 | PR = "r0" | ||
| 10 | SRCNAME = "nova" | 9 | SRCNAME = "nova" |
| 11 | 10 | ||
| 12 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}" | 11 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}" |
| 13 | 12 | ||
| 14 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 13 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \ |
| 15 | file://nova-add-migrate.cfg-to-the-MANIFEST.patch \ | 14 | file://nova-add-migrate.cfg-to-the-MANIFEST.patch \ |
| 16 | file://neutron-api-set-default-binding-vnic_type.patch \ | 15 | file://neutron-api-set-default-binding-vnic_type.patch \ |
| 17 | " | 16 | " |
| @@ -27,8 +26,8 @@ SRC_URI += "file://nova-all \ | |||
| 27 | file://nova.conf \ | 26 | file://nova.conf \ |
| 28 | file://openrc \ | 27 | file://openrc \ |
| 29 | " | 28 | " |
| 30 | SRCREV = "dfcfa82af96bae12265875cb313d58109e536480" | 29 | SRCREV = "8397b6464af520903f546ce4c6d51a2eb5b4c8a8" |
| 31 | PV = "2015.1.0b3+git${SRCPV}" | 30 | PV = "2015.1.0+git${SRCPV}" |
| 32 | 31 | ||
| 33 | S = "${WORKDIR}/git" | 32 | S = "${WORKDIR}/git" |
| 34 | 33 | ||
