From 9883ff27777c20e329e0278fdba9684dd87b7db0 Mon Sep 17 00:00:00 2001 From: Ken'ichi Ohmichi Date: Fri, 22 Apr 2016 18:24:15 -0700 Subject: [PATCH] Make README.rst consistent The command samples represent with "$" in most places. So this patch adds it to some places. And this patch changes the url to the official one. Change-Id: I6f7a70e4e4b2fb74e08999cc1c8cf2f6d16fa43e --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 7da83cdb5c..650a1ed7ca 100644 --- a/README.rst +++ b/README.rst @@ -58,7 +58,7 @@ as it is simpler, and quicker to work with. #. You first need to install Tempest. This is done with pip after you check out the Tempest repo:: - $ git clone https://github.com/openstack/tempest/ + $ git clone http://git.openstack.org/openstack/tempest $ pip install tempest/ This can be done within a venv, but the assumption for this guide is that @@ -71,14 +71,14 @@ as it is simpler, and quicker to work with. it's recommended that you copy or rename tempest.conf.sample to tempest.conf and make those changes to that file in /etc/tempest -#. Setup a local working Tempest dir. This is done using the tempest init +#. Setup a local working Tempest dir. This is done by using the tempest init command:: - tempest init cloud-01 + $ tempest init cloud-01 works the same as:: - mkdir cloud-01 && cd cloud-01 && tempest init + $ mkdir cloud-01 && cd cloud-01 && tempest init This will create a new directory for running a single Tempest configuration. If you'd like to run Tempest against multiple OpenStack deployments the idea