Merge "Remove restraint on plugin file from neutron plugins"
This commit is contained in:
commit
0ad191463c
4
lib/neutron-legacy
Normal file → Executable file
4
lib/neutron-legacy
Normal file → Executable file
@ -326,7 +326,9 @@ ENABLE_METADATA_NETWORK=${ENABLE_METADATA_NETWORK:-False}
|
||||
# ---------------------------------
|
||||
|
||||
# Please refer to ``lib/neutron_plugins/README.md`` for details.
|
||||
source $TOP_DIR/lib/neutron_plugins/$Q_PLUGIN
|
||||
if [ -f $TOP_DIR/lib/neutron_plugins/$Q_PLUGIN ]; then
|
||||
source $TOP_DIR/lib/neutron_plugins/$Q_PLUGIN
|
||||
fi
|
||||
|
||||
# Agent loadbalancer service plugin functions
|
||||
# -------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user