aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-10-18 19:55:55 +0000
committerGerrit Code Review <review@openstack.org>2016-10-18 19:55:55 +0000
commitc1df1d5b8289274da058ddac7575af0d65cb5fb7 (patch)
treee43d696368d7e79edb4038ba515d2b381d9beceb /manifests
parent4cd125fceb1182f9a041c2c2fb9774145ece793a (diff)
parent8e931eca04033c3b3f1c37667d21b05cc448301a (diff)
Merge "Remove explicit service_name setting from nova manifest"
Diffstat (limited to 'manifests')
-rw-r--r--manifests/profile/base/nova/api.pp5
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