Bug 1466023

Summary: OSP8 Cinder thin provisioning documentation is incorrect
Product: Red Hat OpenStack Reporter: Eric Harney <eharney>
Component: documentationAssignee: RHOS Documentation Team <rhos-docs>
Status: CLOSED NOTABUG QA Contact: RHOS Documentation Team <rhos-docs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 8.0 (Liberty)CC: geguileo, srevivo
Target Milestone: ---Keywords: ZStream
Target Release: 8.0 (Liberty)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-28 20:09:32 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 Harney 2017-06-28 18:32:37 UTC
In the Configuration reference guide for OSP8:

https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/8/html/configuration_reference_guide/ch_configuring-openstack-block-storage

In section "2.1.5.4.1. Provisioning Type" the examples 2.5, 2.6, 2.7, and 2.8 are written with incorrect syntax.

2.5 should be:
$ cinder type-create "ThickVolumeType"
$ cinder type-key "ThickVolumeType" set capabilities:thin_provisioning_support="<is> True"

The same pattern applies for the other three examples in that section.