Move neutron profile out of step 4
authorCarlos Camacho <ccamacho@redhat.com>
Mon, 13 Mar 2017 07:51:07 +0000 (08:51 +0100)
committerCarlos Camacho <ccamacho@redhat.com>
Wed, 22 Mar 2017 07:43:59 +0000 (07:43 +0000)
This submission moves the neutron profile
`::tripleo::profile::base::neutron`
our of step 4.

Change-Id: I4d0617b0d7801426ea6827e70f5f31f10bbcc038

manifests/profile/base/neutron/bgpvpn.pp

index 9fa1d14..d6fdf4e 100644 (file)
 #   Defaults to hiera('step')
 #
 class tripleo::profile::base::neutron::bgpvpn (
-  $step = hiera('step'),
+  $step           = hiera('step'),
 ) {
+  include ::tripleo::profile::base::neutron
+
   if $step >= 4 {
-    include ::tripleo::profile::base::neutron
     include ::neutron::services::bgpvpn
   }
 }