Skip to content

Commit

Permalink
Remove restraint on plugin file from neutron plugins
Browse files Browse the repository at this point in the history
Neutron plugin always needs plugin file even if the plugin
is out of tree. This patch remove the restraint.

Change-Id: Iedd52db6430def47505a127986170d7279966141
Closes-Bug: #1477452
  • Loading branch information
Hirofumi Ichihara committed Sep 2, 2015
1 parent f560df3 commit 36daecd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/neutron-legacy 100644 → 100755
Expand Up @@ -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
# -------------------------------------------
Expand Down

0 comments on commit 36daecd

Please sign in to comment.