From 8fa4f7c87f568748a8afd6795cf839707a5e27ff Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Tue, 7 Mar 2017 09:34:35 -0500 Subject: Add networking-vpp ML2 mechanism driver support Implements: blueprint fdio-integration-tripleo Change-Id: I5af0b8bbfa3ea6ace9a5cce4aa2fc1fab49ab9f2 Signed-off-by: Feng Pan --- manifests/profile/base/neutron/plugins/ml2.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manifests/profile/base/neutron/plugins/ml2.pp') diff --git a/manifests/profile/base/neutron/plugins/ml2.pp b/manifests/profile/base/neutron/plugins/ml2.pp index 52d4ca1..1702fed 100644 --- a/manifests/profile/base/neutron/plugins/ml2.pp +++ b/manifests/profile/base/neutron/plugins/ml2.pp @@ -81,5 +81,9 @@ class tripleo::profile::base::neutron::plugins::ml2 ( include ::neutron::plugins::ml2::fujitsu include ::neutron::plugins::ml2::fujitsu::fossw } + + if 'vpp' in $mechanism_drivers { + include ::tripleo::profile::base::neutron::plugins::ml2::vpp + } } } -- cgit 1.2.3-korg