Replace deprecated user_domain/project_domain

... because these parameters will be completly replaced by
user_domain_name and project_domain_name.

Depends-on: https://review.opendev.org/#/c/724847/
Change-Id: I6521538d73b3d747c412600f7d554af836763624
This commit is contained in:
Takashi Kajinami 2020-05-01 23:20:14 +09:00
parent 54c7ac9600
commit 9588f19649

View File

@ -115,10 +115,10 @@ class openstack_integration::keystone (
}
class { 'openstack_extras::auth_file':
password => 'a_big_secret',
project_domain => 'default',
user_domain => 'default',
auth_url => "${::openstack_integration::config::keystone_auth_uri}/v3/",
password => 'a_big_secret',
project_domain_name => 'Default',
user_domain_name => 'Default',
auth_url => "${::openstack_integration::config::keystone_auth_uri}/v3/",
}
# We need tempest users to have the creator role to be able to store