Revert "Wire-in Apache MPM module parameters and switch it"
This reverts commit 09cfcc1464.
Change-Id: Ife71b124fa404050fcbcb2e041590a295076d6d9
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user