diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-03-07 16:40:53 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-03-07 16:40:53 +0000 |
commit | 69ce3c3e48f580eb62fdcfe69911e9fbbe802369 (patch) | |
tree | bc0699f955cb83318b583a9815f3194c9a77a1e4 | |
parent | a4c8067eec098c2efe5409ae1c9df2f5dbfc842f (diff) | |
parent | ee9c789b23c9c203b7c942f87998c0305a33ea17 (diff) |
Merge "Enable keystone cadf notifications"
-rw-r--r-- | capabilities-map.yaml | 5 | ||||
-rw-r--r-- | environments/cadf.yaml | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/capabilities-map.yaml b/capabilities-map.yaml index 26ed7f2a..66dc1d1d 100644 --- a/capabilities-map.yaml +++ b/capabilities-map.yaml @@ -582,3 +582,8 @@ topics: description: requires: - overcloud-resource-registry-puppet.yaml + - title: Keystone CADF auditing + description: Enable CADF notifications in Keystone for auditing + environments: + - file: environments/cadf.yaml + title: Keystone CADF auditing diff --git a/environments/cadf.yaml b/environments/cadf.yaml new file mode 100644 index 00000000..af5c7fdf --- /dev/null +++ b/environments/cadf.yaml @@ -0,0 +1,2 @@ +parameter_defaults: + KeystoneNotificationFormat: cadf |