diff options
Diffstat (limited to 'manifests')
-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 e45f4b0..ca2f7dd 100644 --- a/manifests/profile/base/nova/api.pp +++ b/manifests/profile/base/nova/api.pp @@ -50,9 +50,8 @@ class tripleo::profile::base::nova::api ( } 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 |