From f434b6f0ce2b404e8e99c3aabc82f8a8ec1c8e20 Mon Sep 17 00:00:00 2001 From: panbalag Date: Mon, 25 Jul 2016 10:42:48 -0400 Subject: [PATCH] Changes to README.rst to correct step numbers --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 4f90950d..6744ed05 100644 --- a/README.rst +++ b/README.rst @@ -33,20 +33,20 @@ it: 6 cd RHOS-Tempest-Plugin -4. Install the plugin inside the same virtualenv as above: +7. Install the plugin inside the same virtualenv as above: python setup.py install -5. cd .. +8. cd .. -5. Generate the tempest.conf file, using the wonderful downstream +9. Generate the tempest.conf file, using the wonderful downstream `config_tempest.py` tool: source overcloudrc cd tempest python tools/config_tempest.py --image http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img --out etc/tempest.conf --debug --create identity.uri $OS_AUTH_URL compute.allow_tenant_isolation true object-storage.operator_role swiftoperator identity.admin_password $OS_PASSWORD -6. Run Tempest, you'll see the plugin tests executed (answer `n` when it asks to +10. Run Tempest, you'll see the plugin tests executed (answer `n` when it asks to create a new virtualenv): ./run_tempest.sh