Include security_compliance manifest in keystone

This enables us to configure the security compliance options through
t-h-t.

Depends-On: Ic4d962910343ad30de7840124bbc7773ea3697a1
Change-Id: I089f2e28cce2688ed080096c88ab539393627cfb
This commit is contained in:
Juan Antonio Osorio Robles 2018-01-04 10:18:22 +02:00
parent cd8dd6c0d7
commit 50f6aa1884
2 changed files with 6 additions and 0 deletions

View File

@ -230,6 +230,7 @@ class tripleo::profile::base::keystone (
ssl_key_admin => $tls_keyfile_admin,
}
include ::keystone::cors
include ::keystone::security_compliance
if $ldap_backend_enable {
validate_hash($ldap_backends_config)

View File

@ -0,0 +1,5 @@
---
features:
- |
The security compliance manifest was included in the keystone profile. This
enables us to configure the security compliance options through t-h-t.