diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-10-26 15:55:15 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-10-26 15:55:15 +0000 |
commit | 88c44f9f24d0247e0f263c1a7eb6f425afcfcc4c (patch) | |
tree | ece84c6fad91fd18d3a5e5fcaf5037955f0d725f /manifests | |
parent | abd4e6a227b83b80916bfdfb07ca2c6a7e7b215f (diff) | |
parent | 3ae5b6d7033480a109da237aeba7b18b6f85e32e (diff) |
Merge "Deploy cinder over Apache httpd"
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/profile/base/cinder/api.pp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/manifests/profile/base/cinder/api.pp b/manifests/profile/base/cinder/api.pp index 31635eb..fa6574d 100644 --- a/manifests/profile/base/cinder/api.pp +++ b/manifests/profile/base/cinder/api.pp @@ -40,7 +40,10 @@ class tripleo::profile::base::cinder::api ( include ::tripleo::profile::base::cinder if $step >= 4 or ($step >= 3 and $sync_db) { - include ::cinder::api + class { '::cinder::api': + service_name => 'httpd' + } + include ::cinder::wsgi::apache include ::cinder::ceilometer include ::cinder::glance } |