summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-neutron_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-08-29 09:47:53 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-08-29 09:47:53 -0400
commit6549b2afe37bc17cafd8c6a824cd799afa1bb35b (patch)
tree5c118c6fec996d7c2b314812fb4be6c572deda34 /meta-openstack/recipes-devtools/python/python-neutron_git.bb
parent6fbb59a85e7e495eaee7fd580dcdac2ecedcf790 (diff)
downloadmeta-cloud-services-6549b2afe37bc17cafd8c6a824cd799afa1bb35b.tar.gz
core: update core projects to juno 2014.2-b2 versions
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-neutron_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutron_git.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
index 8eb5788..fa933d5 100644
--- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
@@ -20,8 +20,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
20 file://uuid_wscheck.patch \ 20 file://uuid_wscheck.patch \
21 file://neutron-test-nec-plugin-extensions-location.patch \ 21 file://neutron-test-nec-plugin-extensions-location.patch \
22 " 22 "
23SRCREV="57011b901f0c26c840c207e007e392ba9ff5890b" 23SRCREV="dca18ad307fdc9f33ab3421478c7fce373a1264d"
24PV="2014.2.b1+git${SRCPV}" 24PV="2014.2.b2+git${SRCPV}"
25 25
26S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
27 27
@@ -148,6 +148,8 @@ pkg_postinst_${SRCNAME}-setup () {
148 fi 148 fi
149 149
150 sudo -u postgres createdb ovs_neutron 150 sudo -u postgres createdb ovs_neutron
151 sudo neutron-db-manage --config-file /etc/neutron/neutron.conf \
152 --config-file /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini upgrade head
151} 153}
152 154
153pkg_postinst_${SRCNAME}-plugin-openvswitch-setup () { 155pkg_postinst_${SRCNAME}-plugin-openvswitch-setup () {