From c4eba6eaaa2f8e0a0ca40c40907fc9e04a65e6d9 Mon Sep 17 00:00:00 2001 From: spisarski Date: Fri, 28 Jul 2017 08:37:35 -0600 Subject: 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 --- docs/how-to-use/LibraryUsage.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/how-to-use/LibraryUsage.rst') diff --git a/docs/how-to-use/LibraryUsage.rst b/docs/how-to-use/LibraryUsage.rst index 353891e..16cf446 100644 --- a/docs/how-to-use/LibraryUsage.rst +++ b/docs/how-to-use/LibraryUsage.rst @@ -36,7 +36,9 @@ attributes are listed below: - compute\_api\_version (Nova version 2 currently only validated) - heat\_api\_version (Heat version 1 currently only validated) - user\_domain\_id (default='default') +- user\_domain\_name (default='default') - project\_domain\_id (default='default') +- project\_domain\_name (default='default') - interface (default='admin', used to specify the endpoint type for keystone: public, admin, internal) - cacert (default=False, expected values T|F to denote server certificate verification, else value contains the path to an HTTPS certificate) - region_name (The region name default=None) -- cgit 1.2.3-korg