docs: clarify wording about how to use advanced glance image

This is to follow up on comments in
https://review.openstack.org/#/c/469838/

Change-Id: I59a0f63e56d972a2fadf5a4e0bf531ccf4da8dba
This commit is contained in:
Ihar Hrachyshka 2017-07-31 11:09:06 -07:00
parent d1f858b96d
commit 99a12a2392
1 changed files with 3 additions and 2 deletions

View File

@ -388,11 +388,12 @@ repositories according to the Neutron API the test is targeting.
Some scenario tests require advanced ``Glance`` images (for example, ``Ubuntu``
or ``CentOS``) in order to pass. Those tests are skipped by default. To enable
them, make sure ``tempest.conf`` is configured to use an advanced image, and
then set the following in ``tempest`` configuration file:
them, include the following in ``tempest.conf``:
.. code-block:: ini
[compute]
image_ref = <uuid of advanced image>
[neutron_plugin_options]
image_is_advanced = True