diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-06-23 03:17:57 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-06-23 03:17:57 +0000 |
commit | a3f22cf461320abb0212d67b4f256cb9228bd32d (patch) | |
tree | 13de230edf16a7ec35c4e2947f024d7d922fae2c /manifests/profile/pacemaker/neutron/ml2.pp | |
parent | b546ad26fbdc98e6ae09d41b2ab2982db4c55135 (diff) | |
parent | 80982c72fb8d1e7265cc36319492f659bbe3d5fb (diff) |
Merge "Move neutron ml2 plugins in plugins dir"
Diffstat (limited to 'manifests/profile/pacemaker/neutron/ml2.pp')
-rw-r--r-- | manifests/profile/pacemaker/neutron/ml2.pp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/profile/pacemaker/neutron/ml2.pp b/manifests/profile/pacemaker/neutron/ml2.pp index 8acaf21..ab5a219 100644 --- a/manifests/profile/pacemaker/neutron/ml2.pp +++ b/manifests/profile/pacemaker/neutron/ml2.pp @@ -26,10 +26,12 @@ class tripleo::profile::pacemaker::neutron::ml2 ( $pacemaker_master = hiera('bootstrap_nodeid'), ) { + warning('This class is going is deprecated and will be removed very soon, replaced by tripleo::profile::pacemaker::neutron::plugins::ml2.') + include ::neutron::params include ::tripleo::profile::pacemaker::neutron - class { '::tripleo::profile::base::neutron::ml2': + class { '::tripleo::profile::base::neutron::plugins::ml2': sync_db => ($::hostname == downcase($pacemaker_master)) } |