diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-10-27 17:38:52 +0300 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-10-27 17:38:52 +0300 |
commit | 30b63768355a1a5701305477857ac665aa190dc9 (patch) | |
tree | 870ac90013953ab9169764f9b2d15adbb77376b3 | |
parent | 6e1d4f3ee0d1e1d2c37169cfb76cb953dc5a2dfd (diff) |
Clean up service name from cinder api
Since the service_name is now being passed from t-h-t, we can clean
it up from the profile in puppet.
Change-Id: I724af8c355c3077be64cf472cedbca80af55da01
Depends-On: I13638cd1af52537bef8540f0d5fa5f5f7decd392
-rw-r--r-- | manifests/profile/base/cinder/api.pp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/profile/base/cinder/api.pp b/manifests/profile/base/cinder/api.pp index fa6574d..8fcc7d6 100644 --- a/manifests/profile/base/cinder/api.pp +++ b/manifests/profile/base/cinder/api.pp @@ -40,9 +40,7 @@ class tripleo::profile::base::cinder::api ( include ::tripleo::profile::base::cinder if $step >= 4 or ($step >= 3 and $sync_db) { - class { '::cinder::api': - service_name => 'httpd' - } + include ::cinder::api include ::cinder::wsgi::apache include ::cinder::ceilometer include ::cinder::glance |