Hide Forgot
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: