aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-10-26 15:55:15 +0000
committerGerrit Code Review <review@openstack.org>2016-10-26 15:55:15 +0000
commit88c44f9f24d0247e0f263c1a7eb6f425afcfcc4c (patch)
treeece84c6fad91fd18d3a5e5fcaf5037955f0d725f
parentabd4e6a227b83b80916bfdfb07ca2c6a7e7b215f (diff)
parent3ae5b6d7033480a109da237aeba7b18b6f85e32e (diff)
Merge "Deploy cinder over Apache httpd"
-rw-r--r--manifests/profile/base/cinder/api.pp5
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
}