Merge "Only db-sync sahara is included in the bootstrapnode"
authorJenkins <jenkins@review.openstack.org>
Tue, 9 Aug 2016 18:12:12 +0000 (18:12 +0000)
committerGerrit Code Review <review@openstack.org>
Tue, 9 Aug 2016 18:12:12 +0000 (18:12 +0000)
1  2 
manifests/profile/base/sahara/api.pp
manifests/profile/base/sahara/engine.pp

  #   Defaults to hiera('step')
  #
  class tripleo::profile::base::sahara::api (
 -  $step                    = hiera('step'),
 +  $step = hiera('step'),
  ) {
+   include ::tripleo::profile::base::sahara
    if $step >= 4 {
-     include ::tripleo::profile::base::sahara
      include ::sahara::service::api
    }
  }