|
|
|
@ -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 |
|
|
|
|