Bug 1319333

Summary: cp command is truncated in docs
Product: Red Hat OpenStack Reporter: Darin Sorrentino <dsorrent>
Component: documentationAssignee: Dan Macpherson <dmacpher>
Status: CLOSED DUPLICATE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0 (Kilo)CC: dmacpher, yeylon
Target Milestone: ---Keywords: Documentation
Target Release: 8.0 (Liberty)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-21 01:58: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:

Description Darin Sorrentino 2016-03-18 21:09:14 UTC
Description of problem:

In the Director Installation and Usage, section 6.1.5 shows the command:

cp /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml

However it is missing second argument.  It should read:

cp /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml ~/templates/

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:

Command errors out due to improper syntax.

cp /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml

Expected results:

File gets copied.

cp /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml ~/templates/

Additional info: