Merge "Add a note on setting api version"

This commit is contained in:
Zuul 2018-11-05 01:38:05 +00:00 committed by Gerrit Code Review
commit ee18bccc6b

View File

@ -38,6 +38,22 @@ for details.
Run the test 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:: Navigate to tempest directory::
cd /opt/stack/tempest cd /opt/stack/tempest