diff options
Diffstat (limited to 'manifests/profile/base/gnocchi')
-rw-r--r-- | manifests/profile/base/gnocchi/api.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/gnocchi/api.pp b/manifests/profile/base/gnocchi/api.pp index a9f2955..88177fd 100644 --- a/manifests/profile/base/gnocchi/api.pp +++ b/manifests/profile/base/gnocchi/api.pp @@ -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 } } |