Heat: Remove non-existing puppet parameters

The heat::trustee class doesn't support project_name and region_name.
This change removes these two unused parameters from hieradata.

Change-Id: I56455423ea8b28eda92bbc334c45fbaba5757151
This commit is contained in:
Takashi Kajinami 2022-04-15 00:59:46 +09:00
parent ae176c791f
commit 807f0e638c

View File

@ -221,9 +221,7 @@ outputs:
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