diff options
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-neutron_git.bb | 6 |
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 |
