Clean up service name from cinder api
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Thu, 27 Oct 2016 14:38:52 +0000 (17:38 +0300)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Thu, 27 Oct 2016 14:38:52 +0000 (17:38 +0300)
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

index fa6574d..8fcc7d6 100644 (file)
@@ -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