Revert "Wire-in Apache MPM module parameters and switch it"

This reverts commit 09cfcc1464.

Change-Id: Ife71b124fa404050fcbcb2e041590a295076d6d9
This commit is contained in:
Chandan Kumar (raukadah)
2019-08-02 10:34:07 +00:00
parent 09cfcc1464
commit c1269a6475
22 changed files with 3 additions and 206 deletions

View File

@@ -60,12 +60,6 @@ parameters:
MonitoringSubscriptionHeatApiCnf:
default: 'overcloud-heat-api-cfn'
type: string
ApacheMPMModule:
type: string
default: 'event'
description: Specifies the used MPM module for Apache.
constraints:
- allowed_values: ['prefork', 'event']
conditions:
@@ -86,7 +80,6 @@ resources:
EndpointMap: {get_param: EndpointMap}
RoleName: {get_param: RoleName}
RoleParameters: {get_param: RoleParameters}
ApacheMPMModule: {get_param: ApacheMPMModule}
EnableInternalTLS: {get_param: EnableInternalTLS}
HeatBase:

View File

@@ -74,12 +74,6 @@ parameters:
e.g. { heat-context_is_admin: { key: context_is_admin, value: 'role:admin' } }
default: {}
type: json
ApacheMPMModule:
type: string
default: 'event'
description: Specifies the used MPM module for Apache.
constraints:
- allowed_values: ['prefork', 'event']
conditions:
@@ -100,7 +94,6 @@ resources:
EndpointMap: {get_param: EndpointMap}
RoleName: {get_param: RoleName}
RoleParameters: {get_param: RoleParameters}
ApacheMPMModule: {get_param: ApacheMPMModule}
EnableInternalTLS: {get_param: EnableInternalTLS}
HeatBase: