4f6538e018
This commit fixes indentations in releasenotes. Due to the indentations, the html contents are rendered as block quotes which is awkward. Change-Id: Ia9f271ead6a6e3fb90afc935771e8da4d8990c3c
18 lines
502 B
YAML
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
|