Merge "Move gnocchi::api resource to run with wsgi setup"

This commit is contained in:
Jenkins 2017-07-27 13:36:15 +00:00 committed by Gerrit Code Review
commit ab81679785
1 changed files with 1 additions and 1 deletions

View File

@ -94,6 +94,7 @@ class tripleo::profile::base::gnocchi::api (
}
if $step >= 4 or ($step >= 3 and $sync_db) {
include ::gnocchi::api
include ::apache::mod::ssl
class { '::gnocchi::wsgi::apache':
ssl_cert => $tls_certfile,
@ -124,7 +125,6 @@ class tripleo::profile::base::gnocchi::api (
'rbd': { include ::gnocchi::storage::ceph }
default: { fail('Unrecognized gnocchi_backend parameter.') }
}
include ::gnocchi::api
}
}