blob: 85e5f5f0fd14d1af11067fc4a88f2980d8760c21 [file] [log] [blame]
Mike Fedosinb4411342017-09-26 20:17:02 +03001---
2fixes:
3 - |
4 Allow to specify new domain parameters:
5
Masayuki Igawa4f6538e2019-07-29 14:06:18 +09006 * ``user_domain_name``
7 * ``user_domain_id``
8 * ``project_domain_name``
9 * ``project_domain_id``
Mike Fedosinb4411342017-09-26 20:17:02 +030010
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