Merge "Move gnocchi wsgi configuration to step 3" into stable/ocata
authorJenkins <jenkins@review.openstack.org>
Tue, 25 Apr 2017 13:34:50 +0000 (13:34 +0000)
committerGerrit Code Review <review@openstack.org>
Tue, 25 Apr 2017 13:34:50 +0000 (13:34 +0000)
1  2 
manifests/profile/base/gnocchi/api.pp

@@@ -96,9 -96,8 +96,9 @@@ class tripleo::profile::base::gnocchi::
      include ::gnocchi::db::sync
    }
  
-   if $step >= 4 {
+   if $step >= 3 {
      include ::gnocchi::api
 +    include ::apache::mod::ssl
      class { '::gnocchi::wsgi::apache':
        ssl_cert => $tls_certfile,
        ssl_key  => $tls_keyfile,