summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2017-05-09 16:12:33 +0200
committerGiuseppe Scrivano <gscrivan@redhat.com>2017-05-09 16:12:35 +0200
commit5774e6b08b36bb5aaa0bf03fb43cc123b1090403 (patch)
tree7fe50d2a54bf7237a510b53d01183bd8c25e3adf /inventory
parente1643f3049eb406c8b658caf27ced7b748cf6695 (diff)
downloadopenshift-5774e6b08b36bb5aaa0bf03fb43cc123b1090403.tar.gz
openshift-5774e6b08b36bb5aaa0bf03fb43cc123b1090403.tar.bz2
openshift-5774e6b08b36bb5aaa0bf03fb43cc123b1090403.tar.xz
openshift-5774e6b08b36bb5aaa0bf03fb43cc123b1090403.zip
byo: correct option name
The correct name is "enabled', not "basicAuditEnabled" Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1439619 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'inventory')
-rw-r--r--inventory/byo/hosts.origin.example2
-rw-r--r--inventory/byo/hosts.ose.example2
2 files changed, 2 insertions, 2 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example
index db6ac12ce..cb878036d 100644
--- a/inventory/byo/hosts.origin.example
+++ b/inventory/byo/hosts.origin.example
@@ -773,7 +773,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
#openshift_node_env_vars={"ENABLE_HTTP2": "true"}
# Enable API service auditing, available as of 1.3
-#openshift_master_audit_config={"basicAuditEnabled": true}
+#openshift_master_audit_config={"enabled": true}
# Enable origin repos that point at Centos PAAS SIG, defaults to true, only used
# by deployment_type=origin
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example
index 42097a593..06635d69c 100644
--- a/inventory/byo/hosts.ose.example
+++ b/inventory/byo/hosts.ose.example
@@ -774,7 +774,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
#openshift_node_env_vars={"ENABLE_HTTP2": "true"}
# Enable API service auditing, available as of 3.2
-#openshift_master_audit_config={"basicAuditEnabled": true}
+#openshift_master_audit_config={"enabled": true}
# Validity of the auto-generated OpenShift certificates in days.
# See also openshift_hosted_registry_cert_expire_days above.