Remove implementation to cleanup old configurations

The cleanup of keystone parametes in api-paste.ini was implemented
really long ago[1], and it's almost useless now.

[1] ee46988692

Change-Id: Ifbeebc8af29a1fb04f3dab145e272227156386dc
This commit is contained in:
Takashi Kajinami 2020-05-03 00:29:14 +09:00
parent c237ef718d
commit e3078760d7
1 changed files with 0 additions and 12 deletions

View File

@ -351,18 +351,6 @@ as a standalone service, or httpd for being run by a httpd server")
include nova::db::online_data_migrations
}
# Remove auth configuration from api-paste.ini
nova_paste_api_ini {
'filter:authtoken/auth_uri': ensure => absent;
'filter:authtoken/auth_host': ensure => absent;
'filter:authtoken/auth_port': ensure => absent;
'filter:authtoken/auth_protocol': ensure => absent;
'filter:authtoken/admin_tenant_name': ensure => absent;
'filter:authtoken/admin_user': ensure => absent;
'filter:authtoken/admin_password': ensure => absent;
'filter:authtoken/auth_admin_prefix': ensure => absent;
}
if $validate {
#Shrinking the variables names in favor of not
#having more than 140 chars per line