diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2017-07-31 09:33:05 -0400 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2017-07-31 09:33:05 -0400 |
commit | 67aeba8a774146c3bc9cc38ac71b0a7fa1ae5174 (patch) | |
tree | dea9059de6051918434a9091bda6d7c9e67296aa | |
parent | 17f700a35653f549528507f3ce587be95311d61f (diff) | |
download | openshift-67aeba8a774146c3bc9cc38ac71b0a7fa1ae5174.tar.gz openshift-67aeba8a774146c3bc9cc38ac71b0a7fa1ae5174.tar.bz2 openshift-67aeba8a774146c3bc9cc38ac71b0a7fa1ae5174.tar.xz openshift-67aeba8a774146c3bc9cc38ac71b0a7fa1ae5174.zip |
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 |