summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2017-07-31 09:33:05 -0400
committerKenny Woodson <kwoodson@redhat.com>2017-07-31 09:33:05 -0400
commit67aeba8a774146c3bc9cc38ac71b0a7fa1ae5174 (patch)
treedea9059de6051918434a9091bda6d7c9e67296aa /inventory
parent17f700a35653f549528507f3ce587be95311d61f (diff)
downloadopenshift-67aeba8a774146c3bc9cc38ac71b0a7fa1ae5174.tar.gz
openshift-67aeba8a774146c3bc9cc38ac71b0a7fa1ae5174.tar.bz2
openshift-67aeba8a774146c3bc9cc38ac71b0a7fa1ae5174.tar.xz
openshift-67aeba8a774146c3bc9cc38ac71b0a7fa1ae5174.zip
Fixing storageclass doc variable.
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 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