From c70e68e65f806489d9d3f91d406bae82beaa3665 Mon Sep 17 00:00:00 2001 From: lokesh-jain Date: Wed, 14 Jun 2017 18:40:05 -0400 Subject: Addition of Nuage as mechanism driver for ML2 Adding Nuage as mechanism driver where ML2 is the neutron core plugin. ML2 base profile includes Nuage when mechanism driver is Nuage. Added Nuage neutron ML2 profile for tripleo. Change-Id: Ib56a7ad8f43fc6274eebc83bd2a62e68c030599d --- 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 1702fed..e76e4e8 100644 --- a/manifests/profile/base/neutron/plugins/ml2.pp +++ b/manifests/profile/base/neutron/plugins/ml2.pp @@ -85,5 +85,9 @@ class tripleo::profile::base::neutron::plugins::ml2 ( if 'vpp' in $mechanism_drivers { include ::tripleo::profile::base::neutron::plugins::ml2::vpp } + + if 'nuage' in $mechanism_drivers { + include ::tripleo::profile::base::neutron::plugins::ml2::nuage + } } } -- cgit 1.2.3-korg