fix spacing issues w/ commands

The commands had return characters that prevented
cut and paste from working.

Change-Id: I20fa407835d686dffbf9602732cdbdc6b89cb527
This commit is contained in:
Wes Hayutin 2018-02-06 14:01:09 -05:00
parent bf684f57dc
commit d39376db6b
1 changed files with 3 additions and 4 deletions

View File

@ -22,8 +22,7 @@ How to execute the reproducer-quickstart script
Go to the "logs" directory of the job::
wget http://logs.openstack.org/07/472607/<snip>/f98d674/logs/
reproducer-quickstart.sh
wget http://logs.openstack.org/07/472607/<snip>/f98d674/logs/reproducer-quickstart.sh
Source your OpenStack RC file::
@ -35,8 +34,8 @@ Execute the reproducer-quickstart.sh::
The following additional options are recommended::
bash -x reproducer-quickstart.sh --workspace /var/tmp/reproduce
--create-virtualenv true --remove-stacks-keypairs true
bash -x reproducer-quickstart.sh --workspace /var/tmp/reproduce \
--create-virtualenv true --remove-stacks-keypairs true \
--nodestack-prefix repro
Please check the script's help command however the available options are::