Add a note on setting api version

In order to run the tempest test correctly, we need to specify
the API version based on a specific setup. Add a note on the
document to clarify that.

Change-Id: I1ccf00b49433550cfbd6adceb8ac661e5ec1e5f3
This commit is contained in:
Hongbin Lu 2018-10-31 03:59:11 +00:00
parent 8d431f596e
commit 4fbc34d47a
1 changed files with 16 additions and 0 deletions

View File

@ -38,6 +38,22 @@ for details.
Run the test
============
Edit ``/opt/stack/tempest/etc/tempest.conf``:
* Add the ``[container_service]`` section,
configure ``min_microversion`` and ``max_microversion``:
.. code-block:: ini
[container_service]
min_microversion=1.26
max_microversion=1.26
.. note::
You might need to modify the min/max microversion based on your
test environment.
Navigate to tempest directory::
cd /opt/stack/tempest