tempest/releasenotes/notes/add-domain-param-in-cliclient-a270fcf35c8f09e6.yaml
Masayuki Igawa 4f6538e018
Fix indentation in releasenotes
This commit fixes indentations in releasenotes. Due to the indentations,
the html contents are rendered as block quotes which is awkward.

Change-Id: Ia9f271ead6a6e3fb90afc935771e8da4d8990c3c
2019-07-29 14:06:18 +09:00

18 lines
502 B
YAML

---
fixes:
- |
Allow to specify new domain parameters:
* ``user_domain_name``
* ``user_domain_id``
* ``project_domain_name``
* ``project_domain_id``
for CLIClient class, whose values will be substituted to
``--os-user-domain-name``, ``--os-user-domain-id``,
``--os-project-domain-name`` and ``--os-project-domain-id`` respectively
during command execution.
This allows to prevent possible test failures with authentication in
Keystone v3. Bug: #1719687