Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Enable keystone_authtoken/memcach_use_advanced_pool for Sahara…
Browse files Browse the repository at this point in the history
…" into stable/victoria
  • Loading branch information
Zuul authored and openstack-gerrit committed Jul 15, 2021
2 parents d5ad1f9 + 59599a8 commit 6ef8fbc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deployment/deprecated/sahara/sahara-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ parameters:
type: string
default: 'regionOne'
description: Keystone region for endpoint
MemcacheUseAdvancedPool:
type: boolean
description: |
Use the advanced (eventlet safe) memcached client pool.
default: true

conditions:
service_debug_unset: {equals : [{get_param: SaharaDebug}, '']}
Expand Down Expand Up @@ -118,3 +123,4 @@ outputs:
sahara::keystone::authtoken::project_domain_name: 'Default'
sahara::keystone::authtoken::region_name: {get_param: KeystoneRegion}
sahara::keystone::authtoken::interface: 'internal'
sahara::keystone::authtoken::memcache_use_advanced_pool: {get_param: MemcacheUseAdvancedPool}

0 comments on commit 6ef8fbc

Please sign in to comment.