diff options
author | Itzik Brown <itzikb@redhat.com> | 2016-12-29 17:35:41 +0200 |
---|---|---|
committer | Itzik Brown <itzikb@redhat.com> | 2016-12-29 17:38:54 +0200 |
commit | c412f5071de46dc231146b6d823d9f43f1035c10 (patch) | |
tree | 8c4b1d70b1fd84395574aa0623f521c9ae1aa9df /manifests/profile/base/neutron/plugins/ml2.pp | |
parent | 57fdd2ed1f557eba78b73bf2a6bd7cea04ec3e39 (diff) |
Add the ml2_odl section when using opendalight_v2
Add the option to add the section of ml2_odl
to ml2_conf.ini when opendaylight_v2 mechanism driver is used
Change-Id: I2a1c5097614e47cc09e43bbc77305a0548d54baa
Diffstat (limited to 'manifests/profile/base/neutron/plugins/ml2.pp')
-rw-r--r-- | manifests/profile/base/neutron/plugins/ml2.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/neutron/plugins/ml2.pp b/manifests/profile/base/neutron/plugins/ml2.pp index c046850..d30eea1 100644 --- a/manifests/profile/base/neutron/plugins/ml2.pp +++ b/manifests/profile/base/neutron/plugins/ml2.pp @@ -64,7 +64,7 @@ class tripleo::profile::base::neutron::plugins::ml2 ( include ::neutron::plugins::ml2::bigswitch::restproxy } - if 'opendaylight' in $mechanism_drivers { + if ('opendaylight' in $mechanism_drivers) or ('opendaylight_v2' in $mechanism_drivers) { include ::tripleo::profile::base::neutron::plugins::ml2::opendaylight } |