python-mistralclient/mistralclient/tests/functional
Mike Fedosin 8684000db9 Add default values for domain related options
Keystone V3 requires that the options user_domain_id/user_domain_name
and project_domain_id/project_domain_name and their target versions
to be set.
These options do not have default values and mistralclient will fail
if they are not set by user.

This patch adds default values for the options in case of Keystone
V3 env.
This is consistent with what the OpenStack CLI does.

Also, several unit tests are added to check authentication via
Keystone V2 and V3.

Change-Id: I659da114dec494e0619d0a570a15ad94cac88cee
Closes-bug: #1719635
2017-10-07 00:28:29 +03:00
..
cli Add default values for domain related options 2017-10-07 00:28:29 +03:00
__init__.py Move integration tests under mistralclient/tests folder 2014-08-12 12:58:48 +04:00