summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-neutron_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-04-30 15:42:14 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-04-30 15:42:49 -0400
commit5384c49bd856e3df0968f2938b6fb814cf73c8a4 (patch)
treeacdb63c24bf86e7ed179a00c0d9a60cbdac0aa52 /meta-openstack/recipes-devtools/python/python-neutron_git.bb
parent1abda8a6b89f36884417e96c20dee394da8159a1 (diff)
downloadmeta-cloud-services-5384c49bd856e3df0968f2938b6fb814cf73c8a4.tar.gz
neutron: disable state reporting to nova
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, 6 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
index 5ac0fd2..ab803f8 100644
--- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
@@ -46,6 +46,12 @@ do_install_append() {
46 sed -e "s:^# core_plugin.*:core_plugin = neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2:g" \ 46 sed -e "s:^# core_plugin.*:core_plugin = neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2:g" \
47 -i ${NEUTRON_CONF_DIR}/neutron.conf 47 -i ${NEUTRON_CONF_DIR}/neutron.conf
48 48
49 # disable reporting of state changes to nova
50 sed -e "s:^# notify_nova_on_port_status_changes.*:notify_nova_on_port_status_changes = False:g" \
51 -i ${NEUTRON_CONF_DIR}/neutron.conf
52 sed -e "s:^# notify_nova_on_port_data_changes.*:notify_nova_on_port_data_changes = False:g" \
53 -i ${NEUTRON_CONF_DIR}/neutron.conf
54
49 sed -e "s:^# rabbit_host =.*:rabbit_host = ${CONTROLLER_IP}:" -i ${NEUTRON_CONF_DIR}/neutron.conf 55 sed -e "s:^# rabbit_host =.*:rabbit_host = ${CONTROLLER_IP}:" -i ${NEUTRON_CONF_DIR}/neutron.conf
50 56
51 for file in plugins/openvswitch/ovs_neutron_plugin.ini plugins/linuxbridge/linuxbridge_conf.ini 57 for file in plugins/openvswitch/ovs_neutron_plugin.ini plugins/linuxbridge/linuxbridge_conf.ini