diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-19 10:45:55 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-19 10:45:55 +0000 |
commit | d5471212123fee21cc44175362cf36e9449a2484 (patch) | |
tree | da26c83dc37647b81d6134e2d5e65b1674a06e13 /manifests/profile/base/cinder | |
parent | 97aac6a58c30d044cc04f67829d74c98f56d28ba (diff) | |
parent | 9e729c0db22865d036860346eb6b81c4c2108719 (diff) |
Merge "Ensure we configure ssl.conf"
Diffstat (limited to 'manifests/profile/base/cinder')
-rw-r--r-- | manifests/profile/base/cinder/api.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/profile/base/cinder/api.pp b/manifests/profile/base/cinder/api.pp index c432fd6..2fd9a65 100644 --- a/manifests/profile/base/cinder/api.pp +++ b/manifests/profile/base/cinder/api.pp @@ -76,6 +76,7 @@ class tripleo::profile::base::cinder::api ( if $step >= 4 or ($step >= 3 and $sync_db) { include ::cinder::api + include ::apache::mod::ssl class { '::cinder::wsgi::apache': ssl_cert => $tls_certfile, ssl_key => $tls_keyfile, |