Remove heat::heat_keystone_clients_url definition
During Queens release cycle it was decided that clients_keystone/auth_uri should be defined and should point to public URL to allow instances run some API calls. Two changes were added: - I4429d86d831f49f1bc0fef04379a81ada20b6ab6 was used to add related definitions to puppet-heat - Ib1cb8a5da886e3f7afd88f8dc9d63f0847f677bd was used to add appropriate hiera defition to THT But hiera definition in THT was incorrect: heat::heat_keystone_clients_url was defined instead of heat::heat_clients_keystone_uri. heat_clients_keystone_uri parameter was removed from puppet-heat during Train release cycle: I507fd2beecface5f8de35d18bfb546a653c6ef51 Partial-Bug: #1916386 Change-Id: I2797da50489e3812aa58415e2e6ba44894a89094 (cherry picked from commitdc083686de
) (cherry picked from commitc3f91bcd76
)
This commit is contained in:
parent
fa4932c156
commit
0ed341f447
@ -179,7 +179,6 @@ outputs:
|
||||
heat::keystone::authtoken::password: {get_param: HeatPassword}
|
||||
heat::keystone::authtoken::region_name: {get_param: KeystoneRegion}
|
||||
heat::keystone::authtoken::interface: 'internal'
|
||||
heat::heat_keystone_clients_url: {get_param: [EndpointMap, KeystonePublic, uri_no_suffix] }
|
||||
heat::keystone::domain::domain_name: 'heat_stack'
|
||||
heat::keystone::domain::domain_admin: 'heat_stack_domain_admin'
|
||||
heat::keystone::domain::domain_admin_email: 'heat_stack_domain_admin@localhost'
|
||||
|
Loading…
Reference in New Issue
Block a user