Source needed OVS common methods from devstack

Dragonflow uses a common function from the OVS plugin
in the devstack installation, source these files in the
devstack installation.

Change-Id: I4d880c8482cba64d90c87fe6c299e4c95923a23e
Closes-Bug: #1517517
This commit is contained in:
Gal Sagie 2015-11-25 09:29:49 +02:00
parent 7ff2da8d52
commit 4218506367
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ if is_service_enabled df-ramcloud ; then
source $DEST/dragonflow/devstack/ramcloud_driver
fi
# Dragonflow installation uses functions from these files
source $TOP_DIR/lib/neutron_plugins/ovs_base
source $TOP_DIR/lib/neutron_plugins/openvswitch_agent
# Entry Points
# ------------