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:
parent
cd8dd6c0d7
commit
50f6aa1884
@ -230,6 +230,7 @@ class tripleo::profile::base::keystone (
|
|||||||
ssl_key_admin => $tls_keyfile_admin,
|
ssl_key_admin => $tls_keyfile_admin,
|
||||||
}
|
}
|
||||||
include ::keystone::cors
|
include ::keystone::cors
|
||||||
|
include ::keystone::security_compliance
|
||||||
|
|
||||||
if $ldap_backend_enable {
|
if $ldap_backend_enable {
|
||||||
validate_hash($ldap_backends_config)
|
validate_hash($ldap_backends_config)
|
||||||
|
@ -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.
|
Loading…
x
Reference in New Issue
Block a user