blob: 87a6af9b19adfdbbbc29494880238d37df8734ae [file] [log] [blame]
Mike Fedosinb4411342017-09-26 20:17:02 +03001---
2fixes:
3 - |
4 Allow to specify new domain parameters:
5
6 * `user_domain_name`
7 * `user_domain_id`
8 * `project_domain_name`
9 * `project_domain_id`
10
11 for CLIClient class, whose values will be substituted to
12 ``--os-user-domain-name``, ``--os-user-domain-id``,
13 ``--os-project-domain-name`` and ``--os-project-domain-id`` respectively
14 during command execution.
15
16 This allows to prevent possible test failures with authentication in
17 Keystone v3. Bug: #1719687