From 8e931eca04033c3b3f1c37667d21b05cc448301a Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Fri, 14 Oct 2016 13:11:25 +0300 Subject: Remove explicit service_name setting from nova manifest 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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'manifests/profile/base/nova') diff --git a/manifests/profile/base/nova/api.pp b/manifests/profile/base/nova/api.pp index 03706dc..beadbbf 100644 --- a/manifests/profile/base/nova/api.pp +++ b/manifests/profile/base/nova/api.pp @@ -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 -- cgit 1.2.3-korg