summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorShuquan Huang <huang.shuquan@99cloud.net>2015-08-05 09:39:58 +0000
committerShuquan Huang <huang.shuquan@99cloud.net>2015-08-05 10:18:39 +0000
commit06c632b985f9ac92176916a4fc01ed596988f4dd (patch)
treebc40f070717709153c5201284c53c8f1a035fb5f /README.rst
parent4ec06d749a02bfd54e8d8a3c8a12f43262f7a306 (diff)
downloadtempest-06c632b985f9ac92176916a4fc01ed596988f4dd.tar.gz
Fix the way to get tempest.conf in README.rst
We're using oslo-config-generator to generate a config file other than copy the tempest.config.sample. We should update the description in qucikstart of README.rst. Change-Id: I5c7c3f9041da3e5c3840b440bba6e614c23fdf8a Closes-Bug: #1481635
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index d7063ba06..431be7c3f 100644
--- a/README.rst
+++ b/README.rst
@@ -41,11 +41,13 @@ To run Tempest, you first need to create a configuration file that
will tell Tempest where to find the various OpenStack services and
other testing behavior switches.
-The easiest way to create a configuration file is to copy the sample
-one in the ``etc/`` directory ::
+The easiest way to create a configuration file is to generate a sample
+in the ``etc/`` directory ::
$> cd $TEMPEST_ROOT_DIR
- $> cp etc/tempest.conf.sample etc/tempest.conf
+ $> oslo-config-generator --config-file \
+ tools/config/config-generator.tempest.conf \
+ --output-file etc/tempest.conf
After that, open up the ``etc/tempest.conf`` file and edit the
configuration variables to match valid data in your environment.