diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-10-14 13:11:25 +0300 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-10-14 13:54:19 +0300 |
commit | 8e931eca04033c3b3f1c37667d21b05cc448301a (patch) | |
tree | 4649db7a9a38c6803f477b86d1bb2536d1201183 /manifests/profile/base | |
parent | dae21b71bb7c9e5a5661afc4e0653220c3ae10cf (diff) |
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
Diffstat (limited to 'manifests/profile/base')
-rw-r--r-- | manifests/profile/base/nova/api.pp | 5 |
1 files changed, 2 insertions, 3 deletions
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 |