From 421850636755a256e8750a7017a28ef072ebcbb4 Mon Sep 17 00:00:00 2001 From: Gal Sagie Date: Wed, 25 Nov 2015 09:29:49 +0200 Subject: [PATCH] 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 --- devstack/plugin.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 4b7f038a3..ff37ad7b0 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -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 # ------------