Skip to content

Commit 0ad1914

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Remove restraint on plugin file from neutron plugins"
2 parents 85298c9 + 36daecd commit 0ad1914

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/neutron-legacy

100644100755
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,9 @@ ENABLE_METADATA_NETWORK=${ENABLE_METADATA_NETWORK:-False}
326326
# ---------------------------------
327327

328328
# Please refer to ``lib/neutron_plugins/README.md`` for details.
329-
source $TOP_DIR/lib/neutron_plugins/$Q_PLUGIN
329+
if [ -f $TOP_DIR/lib/neutron_plugins/$Q_PLUGIN ]; then
330+
source $TOP_DIR/lib/neutron_plugins/$Q_PLUGIN
331+
fi
330332

331333
# Agent loadbalancer service plugin functions
332334
# -------------------------------------------

0 commit comments

Comments
 (0)