summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-neutron_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-neutron_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutron_git.bb11
1 files changed, 7 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
index 4166189..1a5a9b2 100644
--- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7PR = "r1" 7PR = "r1"
8SRCNAME = "neutron" 8SRCNAME = "neutron"
9 9
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
11 file://neutron-server.init \ 11 file://neutron-server.init \
12 file://neutron-agent.init \ 12 file://neutron-agent.init \
13 file://l3_agent.ini \ 13 file://l3_agent.ini \
@@ -15,11 +15,14 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \
15 file://metadata_agent.ini \ 15 file://metadata_agent.ini \
16 file://neutron-dhcp-agent-netns-cleanup.cron \ 16 file://neutron-dhcp-agent-netns-cleanup.cron \
17 file://0001-neutron.conf-jumpstart-nova-state-reporting-configur.patch \ 17 file://0001-neutron.conf-jumpstart-nova-state-reporting-configur.patch \
18 file://uuid_wscheck.patch \
19 file://neutron-test-nec-plugin-extensions-location.patch \ 18 file://neutron-test-nec-plugin-extensions-location.patch \
20 " 19 "
21SRCREV="ad6fefcb4d4068b46b69284e277df6ab2ee30105" 20
22PV="2014.2+git${SRCPV}" 21# TBD: update or drop
22# file://uuid_wscheck.patch
23
24SRCREV="1948efa261e47b08e2cde4828321614ee6e169be"
25PV="2015.1.0b2+git${SRCPV}"
23 26
24S = "${WORKDIR}/git" 27S = "${WORKDIR}/git"
25 28