Use service_available

To enable tests in tempest the services need to be added
to `service_available` and not `service_enabled`

Change-Id: Id4fd48d98f521f8ab3c49ccb12f8c770bc787c21
This commit is contained in:
Iury Gregory Melo Ferreira 2020-03-13 11:41:19 +01:00
parent 4569ada4ba
commit a512913839
1 changed files with 2 additions and 2 deletions

View File

@ -9,14 +9,14 @@ Update your `Tempest configuration`_ to enable support for ironic:
.. code-block:: ini
[service_enabled]
[service_available]
ironic = True
If introspection tests are needed, also enable support for ironic-inspector:
.. code-block:: ini
[service_enabled]
[service_available]
ironic_inspector = True
See the following example configurations for more details: