diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-07-31 16:16:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-31 16:16:39 -0400 |
commit | ca398e546b5b19b84b349e56c4a5b8d85ad7056b (patch) | |
tree | cc5a8deab2c69ebd534e0a76bb5173bc540e9012 | |
parent | fa205d4d676d831ebf3f93c867990c977437d4f2 (diff) | |
parent | 67aeba8a774146c3bc9cc38ac71b0a7fa1ae5174 (diff) | |
download | openshift-ca398e546b5b19b84b349e56c4a5b8d85ad7056b.tar.gz openshift-ca398e546b5b19b84b349e56c4a5b8d85ad7056b.tar.bz2 openshift-ca398e546b5b19b84b349e56c4a5b8d85ad7056b.tar.xz openshift-ca398e546b5b19b84b349e56c4a5b8d85ad7056b.zip |
Merge pull request #4954 from kwoodson/storageclass_doc_fix
Fixing storageclass doc variable.
-rw-r--r-- | inventory/byo/hosts.origin.example | 2 | ||||
-rw-r--r-- | inventory/byo/hosts.ose.example | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index de7493f71..49f88fa20 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -563,7 +563,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # # StorageClass # openshift_storageclass_name=gp2 -# openshift_storageclass_parameters={'type': 'gp2', 'encrypted': false} +# openshift_storageclass_parameters={'type': 'gp2', 'encrypted': 'false'} # # Logging deployment diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index 62a364e0d..ec18cb8ff 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -563,7 +563,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # # StorageClass # openshift_storageclass_name=gp2 -# openshift_storageclass_parameters={'type': 'gp2', 'encrypted': false} +# openshift_storageclass_parameters={'type': 'gp2', 'encrypted': 'false'} # # Logging deployment |