diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-10-18 19:55:55 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-10-18 19:55:55 +0000 |
commit | c1df1d5b8289274da058ddac7575af0d65cb5fb7 (patch) | |
tree | e43d696368d7e79edb4038ba515d2b381d9beceb | |
parent | 4cd125fceb1182f9a041c2c2fb9774145ece793a (diff) | |
parent | 8e931eca04033c3b3f1c37667d21b05cc448301a (diff) |
Merge "Remove explicit service_name setting from nova manifest"
-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 c3e9ec4..6aedd3e 100644 --- a/manifests/profile/base/nova/api.pp +++ b/manifests/profile/base/nova/api.pp @@ -40,9 +40,8 @@ class tripleo::profile::base::nova::api ( if $step >= 4 or ($step >= 3 and $sync_db) { 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 |