Merge "Use inline literal markup for options in releasenotes"

This commit is contained in:
Zuul 2018-06-05 18:03:49 +00:00 committed by Gerrit Code Review
commit 2c3c0fcd20
9 changed files with 17 additions and 16 deletions

View File

@ -6,4 +6,4 @@ upgrade:
The lack of these additional content-type will cause defcore test
to fail for OpenStack public cloud which uses tomcat module in the
api gateway. The additions are ``application/json;charset=utf-8``,
``text/html;charset=utf-8``,``text/plain;charset=utf-8``
``text/html;charset=utf-8``, ``text/plain;charset=utf-8``

View File

@ -1,6 +1,6 @@
---
features:
- |
Adds a new cli option to tempest run, --combine, which is used to indicate
you want the subunit stream output combined with the previous run's in
the testr repository
Adds a new cli option to tempest run, ``--combine``, which is used
to indicate you want the subunit stream output combined with the
previous run's in the testr repository

View File

@ -1,5 +1,5 @@
---
upgrade:
- |
The deprecated config option 'allow_port_security_disabled' from compute_feature_enabled
group has been removed.
The deprecated config option ``allow_port_security_disabled`` from
``compute_feature_enabled`` group has been removed.

View File

@ -8,4 +8,4 @@ upgrade:
- ``compute.ssh_user`` (available as ``validation.image_ssh_user``)
- ``scenario.ssh_user`` (available as ``validation.image_ssh_user``)
- ``compute.network_for_ssh`` (available as ``validation.network_for_ssh``)
- ``compute.ping_timeout `` (available as ``validation.ping_timeout``)
- ``compute.ping_timeout`` (available as ``validation.ping_timeout``)

View File

@ -1,7 +1,7 @@
---
features:
- |
Adds a new cli option to tempest run, --load-list <list-file>
Adds a new cli option to tempest run, ``--load-list <list-file>``
to specify target tests to run from a list-file. The list-file
supports the output format of the tempest run --list-tests
supports the output format of the tempest run ``--list-tests``
command.

View File

@ -1,4 +1,5 @@
---
features:
- |
Add --save-state option to allow saving state of cloud before tempest run.
Add ``--save-state`` option to allow saving state of cloud before
tempest run.

View File

@ -2,8 +2,8 @@
other:
- |
The CLIClient class, when it calls a command line client, uses
--os-project-name instead of --os-tenant-name for the project, and
passes --os-identity-api-version (default empty).
``--os-project-name`` instead of ``--os-tenant-name`` for the
project, and passes ``--os-identity-api-version`` (default empty).
All CLI clients still available in supported releases of OpenStack
which are wrapped by the cmd_with_auth() method support those
which are wrapped by the ``cmd_with_auth()`` method support those
switches.

View File

@ -1,8 +1,8 @@
---
features:
- |
Adds a new CLI arg in tempest run, --black-regex, which is a regex to
exclude the tests that match it.
Adds a new CLI arg in tempest run, ``--black-regex``, which is a
regex to exclude the tests that match it.
fixes:
- |
Fixes tempest run CLI args mutually exclusive behavior which should not

View File

@ -1,5 +1,5 @@
---
features:
- |
Added tempest workspace remove --name <workspace_name> --rmdir
Added tempest workspace remove ``--name <workspace_name> --rmdir``
feature to delete the workspace directory as well as entry.