Merge "Add heat::trustee parameters"

This commit is contained in:
Zuul 2022-02-08 06:55:27 +00:00 committed by Gerrit Code Review
commit f9cfb16384
1 changed files with 4 additions and 0 deletions

View File

@ -219,6 +219,10 @@ outputs:
heat::cron::purge_deleted::age_type: {get_param: HeatCronPurgeDeletedAgeType}
heat::cron::purge_deleted::destination: {get_param: HeatCronPurgeDeletedDestination}
heat::max_json_body_size: {get_param: HeatMaxJsonBodySize}
heat::trustee::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix] }
heat::trustee::project_name: 'service'
heat::trustee::user_domain_name: 'Default'
heat::trustee::region_name: {get_param: KeystoneRegion}
- heat::cache::enabled: {get_param: EnableCache}
heat::cache::tls_enabled: {get_param: MemcachedTLS}
heat::cache::resource_finder_caching: false