Source linuxbridge_agent in linuxbridge plugin
devstack neutron lib needs to find some functions named 'neutron_plugin_configure_XXXXXX' in the neutron plugin lib Part of them are usually in the plugin agent file. For linuxbridge plugin some of theses functions are missing. This change load the linuxbridge_agent file in linuxbridge file to make missing functions available to neutron lib when linux bridge plugin is used. Fix bug #1195237 Change-Id: I567bedc84e77c041e9418773fba1f74b33bcf604
This commit is contained in:
parent
e49b081b6c
commit
28147819aa
@ -5,6 +5,8 @@
|
||||
MY_XTRACE=$(set +o | grep xtrace)
|
||||
set +o xtrace
|
||||
|
||||
source $TOP_DIR/lib/neutron_plugins/linuxbridge_agent
|
||||
|
||||
function neutron_plugin_configure_common() {
|
||||
Q_PLUGIN_CONF_PATH=etc/neutron/plugins/linuxbridge
|
||||
Q_PLUGIN_CONF_FILENAME=linuxbridge_conf.ini
|
||||
|
Loading…
Reference in New Issue
Block a user