From 99a12a23920a8e6d746be179e342c281466644aa Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Mon, 31 Jul 2017 11:09:06 -0700 Subject: [PATCH] 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 --- TESTING.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TESTING.rst b/TESTING.rst index 1aca960d687..db3f85a9f29 100644 --- a/TESTING.rst +++ b/TESTING.rst @@ -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 = [neutron_plugin_options] image_is_advanced = True