diff options
author | Steven Hardy <shardy@redhat.com> | 2016-10-17 19:02:41 +0100 |
---|---|---|
committer | Steven Hardy <shardy@redhat.com> | 2016-10-17 19:02:41 +0100 |
commit | 4c500c680a190466fb051c0c2209160db3c9dfcf (patch) | |
tree | deb85fc7f7dd7b0c14fc4d5ff99309caf7a9c6a7 /puppet/services | |
parent | 9fa2b4e97b2e60d9bd18d628b16c81bcb0c536cd (diff) |
Add apache workers to nova-api conditional
Without this httpd fails to start on deployments where the
worker count isn't explicitly overridden via a parameter.
Change-Id: Ie7b31bc6e022a0166af126c866994bdd019718df
Closes-Bug: #1634213
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/nova-api.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/nova-api.yaml b/puppet/services/nova-api.yaml index a12742ff..6ac287a8 100644 --- a/puppet/services/nova-api.yaml +++ b/puppet/services/nova-api.yaml @@ -117,7 +117,6 @@ outputs: '"%{::fqdn_$NETWORK}"' params: $NETWORK: {get_param: [ServiceNetMap, MysqlNetwork]} - nova::wsgi::apache::workers: {get_param: NovaWorkers} nova::wsgi::apache::bind_host: {get_param: [ServiceNetMap, NovaApiNetwork]} nova::api::neutron_metadata_proxy_shared_secret: {get_param: NeutronMetadataProxySharedSecret} nova::api::instance_name_template: {get_param: InstanceNameTemplate} @@ -127,6 +126,7 @@ outputs: - nova_workers_zero - {} - nova::api::osapi_compute_workers: {get_param: NovaWorkers} + nova::wsgi::apache::workers: {get_param: NovaWorkers} step_config: | include tripleo::profile::base::nova::api service_config_settings: |