lib/neutron-plugins: Pass conf file parameter

The 'neutron_plugin_configure_l3_agent' function expects a path to a
configuration file as a parameter. This was not done for one call,
resulting in the generation of a 'DEFAULT' file in the DevStack
directory along with an invalid L3 configuration file. Resolve this.

Change-Id: I5781cb1ec4cfc1699e61dbc324d0bdb824b56be1
This commit is contained in:
Stephen Finucane 2016-06-15 14:31:51 +01:00
parent 5fc597289b
commit 24e29f2265

View File

@ -99,7 +99,7 @@ function _configure_neutron_l3_agent {
_neutron_setup_interface_driver $Q_L3_CONF_FILE
neutron_plugin_configure_l3_agent
neutron_plugin_configure_l3_agent $Q_L3_CONF_FILE
_move_neutron_addresses_route "$PUBLIC_INTERFACE" "$OVS_PHYSICAL_BRIDGE" True False "inet"