Bug 1475504

Summary: [DOCS] EBS example may be broken
Product: OpenShift Container Platform Reporter: Eric Rich <erich>
Component: DocumentationAssignee: Gaurav Nelson <gnelson>
Status: CLOSED CURRENTRELEASE QA Contact: Chao Yang <chaoyang>
Severity: medium Docs Contact: Vikram Goyal <vigoyal>
Priority: low    
Version: 3.5.0CC: aos-bugs, jokerman, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: 3.7-release-plan
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-09-08 00:56:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Eric Rich 2017-07-26 19:39:51 UTC
Document URL: https://docs.openshift.com/container-platform/3.5/install_config/persistent_storage/dynamically_provisioning_pvs.html#aws-elasticblockstore-ebs

Section Number and Name: AWS ElasticBlockStore (EBS) Object Defintion

Describe the issue: The example from this section fails. 

Fails with: expecting '"' and instead got 't'

Suggestions for improvement: 

 encrypted: true
should be: 
 encrypted: "true"

Additional information:

Comment 1 Gaurav Nelson 2017-08-29 01:23:19 UTC
Changes are in PR https://github.com/openshift/openshift-docs/pull/5112

Comment 2 openshift-github-bot 2017-08-29 04:21:20 UTC
Commit pushed to master at https://github.com/openshift/openshift-docs

https://github.com/openshift/openshift-docs/commit/152603b8235dafe6a9a0aac19596d24bda0188e5
Merge pull request #5112 from gaurav-nelson/Bug1475504Fixes

Bug#1475504 - fixes broken EBS example