diff options
author | Feng Pan <fpan@redhat.com> | 2017-03-07 09:34:35 -0500 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2017-03-15 10:25:56 -0400 |
commit | 8fa4f7c87f568748a8afd6795cf839707a5e27ff (patch) | |
tree | faf08730f15f71de311921c74c6f13d5b77a9c2f /manifests/profile/base/neutron/plugins/ml2.pp | |
parent | 0136098cc2f55e454e6d073d9750537d95c57018 (diff) |
Add networking-vpp ML2 mechanism driver support
Implements: blueprint fdio-integration-tripleo
Change-Id: I5af0b8bbfa3ea6ace9a5cce4aa2fc1fab49ab9f2
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'manifests/profile/base/neutron/plugins/ml2.pp')
-rw-r--r-- | manifests/profile/base/neutron/plugins/ml2.pp | 4 |
1 files changed, 4 insertions, 0 deletions
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 + } } } |