Mike Fedosin | b441134 | 2017-09-26 20:17:02 +0300 | [diff] [blame] | 1 | --- |
| 2 | fixes: |
| 3 | - | |
| 4 | Allow to specify new domain parameters: |
| 5 | |
Masayuki Igawa | 4f6538e | 2019-07-29 14:06:18 +0900 | [diff] [blame] | 6 | * ``user_domain_name`` |
| 7 | * ``user_domain_id`` |
| 8 | * ``project_domain_name`` |
| 9 | * ``project_domain_id`` |
Mike Fedosin | b441134 | 2017-09-26 20:17:02 +0300 | [diff] [blame] | 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 |