From 30b63768355a1a5701305477857ac665aa190dc9 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Thu, 27 Oct 2016 17:38:52 +0300 Subject: 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 --- manifests/profile/base/cinder/api.pp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'manifests/profile/base/cinder') 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 -- cgit 1.2.3-korg