puppet-placement/releasenotes/notes/placement-config-fix-08672668346a6d38.yaml
Tobias Urdin 55b3d91ae9 Remove faulty placement::config leftovers
Remove the leftover auth parameters in placement::config.

These are from the puppet-nova extraction and should not be
set in the placement section in placement's configuration file
since there is none.

This patch makes sure they are removed from the configuration
file to make sure deployments doesn't have auth config's laying
around that should not be there.

Change-Id: Ifacef570b2296b1b62c75d850c6059562ec4cb1c
2019-06-14 14:23:00 +02:00

8 lines
367 B
YAML

---
deprecations:
- |
The parameters password, auth_type, auth_url, region_name, valid_interfaces,
project_domain_name, project_name, user_domain_name, username in placement::config
is deprecated and has no effect. They were leftovers from the puppet-nova extraction
and should not be set in the placement section of placement's configuration file.