Merge "placement: Adding Debug parameter" into stable/train

This commit is contained in:
Zuul 2021-10-12 15:07:54 +00:00 committed by Gerrit Code Review
commit 42f4b3acd2
1 changed files with 9 additions and 0 deletions

View File

@ -83,6 +83,10 @@ parameters:
description: |
Use the advanced (eventlet safe) memcached client pool.
default: true
PlacementDebug:
default: false
description: Set to True to enable debugging Placement services.
type: boolean
conditions:
placement_workers_zero: {equals : [{get_param: PlacementWorkers}, 0]}
@ -141,6 +145,11 @@ outputs:
placement::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
placement::keystone::authtoken::region_name: {get_param: KeystoneRegion}
placement::keystone::authtoken::memcache_use_advanced_pool: {get_param: MemcacheUseAdvancedPool}
placement::logging::debug:
if:
- {get_param: PlacementDebug}
- true
- {get_param: Debug}
placement::wsgi::apache::api_port: '8778'
placement::wsgi::apache::ssl: {get_param: EnableInternalTLS}
# NOTE: bind IP is found in hiera replacing the network name with the local node IP