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:
parent
8d431f596e
commit
4fbc34d47a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user