summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-07-18 15:43:02 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-07-18 15:43:02 -0400
commit231bcf46fd9d999e8ea4ef354d1ee400bef727d5 (patch)
tree53aa2bc85be34caa4c4479cef4de749df3548a72
parent0909491c798c55d4e4fbd5e700fe43e99b076a58 (diff)
downloadmeta-cloud-services-231bcf46fd9d999e8ea4ef354d1ee400bef727d5.tar.gz
neutron: uprev to juno release
Updating neutron to the juno branches. No configuration or startup changes were required. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutron/0001-neutron.conf-jumpstart-nova-state-reporting-configur.patch23
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutron_git.bb6
2 files changed, 13 insertions, 16 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutron/0001-neutron.conf-jumpstart-nova-state-reporting-configur.patch b/meta-openstack/recipes-devtools/python/python-neutron/0001-neutron.conf-jumpstart-nova-state-reporting-configur.patch
index 5589296..dbe55db 100644
--- a/meta-openstack/recipes-devtools/python/python-neutron/0001-neutron.conf-jumpstart-nova-state-reporting-configur.patch
+++ b/meta-openstack/recipes-devtools/python/python-neutron/0001-neutron.conf-jumpstart-nova-state-reporting-configur.patch
@@ -12,20 +12,20 @@ Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
12 etc/neutron.conf | 6 +++--- 12 etc/neutron.conf | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-) 13 1 file changed, 3 insertions(+), 3 deletions(-)
14 14
15diff --git a/etc/neutron.conf b/etc/neutron.conf 15Index: git/etc/neutron.conf
16index 775c75725286..8305f1718c49 100644 16===================================================================
17--- a/etc/neutron.conf 17--- git.orig/etc/neutron.conf
18+++ b/etc/neutron.conf 18+++ git/etc/neutron.conf
19@@ -303,7 +303,7 @@ notification_driver = neutron.openstack.common.notifier.rpc_notifier 19@@ -197,7 +197,7 @@
20 # notify_nova_on_port_data_changes = True 20 # notify_nova_on_port_data_changes = True
21 21
22 # URL for connection to nova (Only supports one nova region currently). 22 # URL for connection to nova (Only supports one nova region currently).
23-# nova_url = http://127.0.0.1:8774 23-# nova_url = http://127.0.0.1:8774/v2
24+# nova_url = http://%CONTROLLER_IP%:8774 24+# nova_url = http://%CONTROLLER_IP%:8774/v2
25 25
26 # Name of nova region to use. Useful if keystone manages more than one region 26 # Name of nova region to use. Useful if keystone manages more than one region
27 # nova_region_name = 27 # nova_region_name =
28@@ -315,10 +315,10 @@ notification_driver = neutron.openstack.common.notifier.rpc_notifier 28@@ -209,10 +209,10 @@
29 # nova_admin_tenant_id = 29 # nova_admin_tenant_id =
30 30
31 # Password for connection to nova in admin context. 31 # Password for connection to nova in admin context.
@@ -36,8 +36,5 @@ index 775c75725286..8305f1718c49 100644
36-# nova_admin_auth_url = 36-# nova_admin_auth_url =
37+# nova_admin_auth_url = http://%CONTROLLER_IP%:35357/v2.0 37+# nova_admin_auth_url = http://%CONTROLLER_IP%:35357/v2.0
38 38
39 # Number of seconds between sending events to nova if there are any events to send 39 # CA file for novaclient to verify server certificates
40 # send_events_interval = 2 40 # nova_ca_certificates_file =
41--
421.7.10.4
43
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
index 2f88e44..ebe76b2 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 = "r0" 7PR = "r0"
8SRCNAME = "neutron" 8SRCNAME = "neutron"
9 9
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
11 file://ovs_neutron_plugin.ini \ 11 file://ovs_neutron_plugin.ini \
12 file://linuxbridge_conf.ini \ 12 file://linuxbridge_conf.ini \
13 file://neutron-server.init \ 13 file://neutron-server.init \
@@ -20,8 +20,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \
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="e0deffc71e5031059530b9b6c2ef3b0765de3d10" 23SRCREV="57011b901f0c26c840c207e007e392ba9ff5890b"
24PV="2014.1+git${SRCPV}" 24PV="2014.2.b1+git${SRCPV}"
25 25
26S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
27 27