Merge "Remove deprecated bind_host parameter in keystone"

This commit is contained in:
Zuul 2020-05-22 10:18:47 +00:00 committed by Gerrit Code Review
commit b652abda8c
1 changed files with 1 additions and 2 deletions

View File

@ -65,8 +65,7 @@ class openstack_integration::keystone (
default_domain => $default_domain,
using_domain_config => $using_domain_config,
enable_ssl => $::openstack_integration::config::ssl,
public_bind_host => $::openstack_integration::config::host,
admin_bind_host => $::openstack_integration::config::host,
public_endpoint => $::openstack_integration::config::keystone_auth_uri,
manage_policyrcd => true,
enable_credential_setup => $enable_credential_setup,
fernet_key_repository => '/etc/keystone/fernet-keys/',