Remove faulty placement::config leftovers

Ifacef570b2296b1b62c75d850c6059562ec4cb1c removed the leftover auth
parameters in placement::config.

This removes them from the placement template as they are not used
and duplicate from what is set via placement::keystone::

Change-Id: I40df01e75f042176984b31fa5c4811302f9463d1
This commit is contained in:
Martin Schuppert 2019-06-24 12:42:40 +02:00
parent d48275a3f1
commit 93c8eedaea
1 changed files with 0 additions and 5 deletions

View File

@ -133,11 +133,6 @@ outputs:
"%{hiera('fqdn_$NETWORK')}"
params:
$NETWORK: {get_param: [ServiceNetMap, PlacementNetwork]}
placement::config::project_name: 'service'
placement::config::password: {get_param: PlacementPassword}
placement::config::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
placement::config::region_name: {get_param: KeystoneRegion}
placement::config::valid_interfaces: {get_param: PlacementAPIInterface}
placement::db::database_connection:
make_url:
scheme: {get_param: [EndpointMap, MysqlInternal, protocol]}