Keystone: Remove [ssl] parameters

... because these parameters were already removed from Keystone.

Depends-on: https://review.opendev.org/836270
Change-Id: I5f889ec3c5a14caf5a77d38340a00f71b315de62
This commit is contained in:
Takashi Kajinami 2022-05-24 01:35:26 +09:00
parent 2b9ca1addc
commit 97da790201

View File

@ -59,7 +59,6 @@ class openstack_integration::keystone (
service_name => 'httpd',
default_domain => $default_domain,
using_domain_config => $using_domain_config,
enable_ssl => $::openstack_integration::config::ssl,
public_endpoint => $::openstack_integration::config::keystone_auth_uri,
manage_policyrcd => true,
fernet_key_repository => '/etc/keystone/fernet-keys/',