Browse Source

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>
Giuseppe Scrivano 8 years ago
parent
commit
5774e6b08b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      inventory/byo/hosts.origin.example
  2. 1 1
      inventory/byo/hosts.ose.example

+ 1 - 1
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

+ 1 - 1
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.