b441134c58
Currently it's impossible to provide related parameters to the class, which leads to clients functional tests failures. Change-Id: I50490428f85e264e6b5e3b7c83ff768a986cb8c8 Closes-bug: #1719687
18 lines
494 B
YAML
18 lines
494 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
|