Remove explicit service_name setting from nova manifest
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Fri, 14 Oct 2016 10:11:25 +0000 (13:11 +0300)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Fri, 14 Oct 2016 10:54:19 +0000 (13:54 +0300)
We can now get this parameter from t-h-t, so it's not needed here.

Change-Id: I014e7b3a6feb5609ace2e8ef1e4df11448b0a0cc
Depends-On: Ic229182cc5c887b57f6182c3db1bac8bed330f7c

manifests/profile/base/nova/api.pp

index 03706dc..beadbbf 100644 (file)
@@ -53,9 +53,8 @@ class tripleo::profile::base::nova::api (
     Exec['stop_nova-api'] -> Service['httpd']
 
     class { '::nova::api':
-      service_name => 'httpd', # Temporary: will be moved to t-h-t
-      sync_db      => $sync_db,
-      sync_db_api  => $sync_db,
+      sync_db     => $sync_db,
+      sync_db_api => $sync_db,
     }
     include ::nova::wsgi::apache
     include ::nova::network::neutron