Attempt to fix domain support. 47/38347/5
authorspisarski <s.pisarski@cablelabs.com>
Fri, 28 Jul 2017 14:37:35 +0000 (08:37 -0600)
committerspisarski <s.pisarski@cablelabs.com>
Mon, 31 Jul 2017 14:59:59 +0000 (08:59 -0600)
commitc4eba6eaaa2f8e0a0ca40c40907fc9e04a65e6d9
tree300fc72621cc56c589e57587f9333e90ec2c6bf2
parentb003647b70545008405294c4268e62fa87c18574
Attempt to fix domain support.

The prior code treated *_domain_name & *_domain_id the same
where the ID was taken first and the name was used as the
fallback which was incorrect. This patch treats the name and
ID fields as separate members.

JIRA: SNAPS-154

Change-Id: I5219863de597c4db24579f4af74ece2d648b2b07
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
docs/how-to-use/LibraryUsage.rst
snaps/openstack/os_credentials.py
snaps/openstack/tests/conf/os_credentials_tests.py
snaps/openstack/tests/openstack_tests.py
snaps/openstack/utils/keystone_utils.py