diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-09-16 15:22:23 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-09-16 22:55:21 -0400 |
| commit | d926dfba758be9db6bed30df8bd334c73408cdf8 (patch) | |
| tree | e7b72fa00fed958188bde5607ef5222739c41412 /meta-openstack/recipes-devtools/python/python-nova_git.bb | |
| parent | 7c6d9411f8b95df95dcf6504f0bdcc6f4d08edd5 (diff) | |
| download | meta-cloud-services-d926dfba758be9db6bed30df8bd334c73408cdf8.tar.gz | |
core: update core projects to juno b3 release
Along with this update, we also fix a bug with nova and neutron port types.
this patch will be removed once it is fixed in the upstream project.
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 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index 580193c..207b965 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb | |||
| @@ -16,6 +16,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | |||
| 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 \ |
| 18 | file://nova-fix-location-to-plugin-directory.patch \ | 18 | file://nova-fix-location-to-plugin-directory.patch \ |
| 19 | file://neutron-api-set-default-binding-vnic_type.patch \ | ||
| 19 | " | 20 | " |
| 20 | 21 | ||
| 21 | SRC_URI += "file://nova-all \ | 22 | SRC_URI += "file://nova-all \ |
| @@ -24,8 +25,8 @@ SRC_URI += "file://nova-all \ | |||
| 24 | file://nova.conf \ | 25 | file://nova.conf \ |
| 25 | file://openrc \ | 26 | file://openrc \ |
| 26 | " | 27 | " |
| 27 | SRCREV="e15ce7735e492f9eb0914efb621211e315ea40d9" | 28 | SRCREV="a5f09ddddfba65b8fdc6bac994750e5980b27521" |
| 28 | PV="2014.2.b2+git${SRCPV}" | 29 | PV="2014.2.b3+git${SRCPV}" |
| 29 | 30 | ||
| 30 | S = "${WORKDIR}/git" | 31 | S = "${WORKDIR}/git" |
| 31 | 32 | ||
