Bug 884762

Summary: Documentation Bug - The example printed in the manual does not match the expected result for the command in question
Product: Red Hat OpenStack Reporter: tkammer
Component: doc-Getting_Started_GuideAssignee: Bruce Reeler <breeler>
Status: CLOSED CURRENTRELEASE QA Contact: Martin Pavlásek <mpavlase>
Severity: low Docs Contact:
Priority: unspecified    
Version: 2.0 (Folsom)CC: eharney, mpavlase, rlandman, sgordon, tkammer
Target Milestone: ---Keywords: Documentation
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-04-11 06:58:29 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 tkammer 2012-12-06 16:50:57 UTC
Description of problem:
In the manual: https://access.redhat.com/knowledge/docs/en-US/Red_Hat_OpenStack_Preview/2/html-single/Getting_Started_Guide/index.html
In Chapter 5. Cinder (Volume) - under the command 'keystone service-create --name=cinder --type=volume --description="Cinder Volume Service"' 
the example printed should be "name cinder" *not* "name nova".
Also: "type volume" *not* "type compute"

Actual results:
keystone service-create --name=cinder --type=volume --description="Cinder Volume Service"
+-------------+----------------------------------+
|   Property  |              Value               |
+-------------+----------------------------------+
| description | Cinder Volume Service            |
| id          | 94b6247ac66643a88af2185ad7738edf |
| name        | nova                             |
| type        | compute                          |
+-------------+----------------------------------+

Expected results:
keystone service-create --name=cinder --type=volume --description="Cinder Volume Service"
+-------------+----------------------------------+
|   Property  |              Value               |
+-------------+----------------------------------+
| description | Cinder Volume Service            |
| id          | 94b6247ac66643a88af2185ad7738edf |
| name        | cinder                           |
| type        | volume                           |
+-------------+----------------------------------+

Additional info:
Documentation bug

Comment 4 Martin Pavlásek 2013-03-26 08:58:54 UTC
The bug has been fixed via revision 1.0-3 (2012-12-07) of the document above.