Skip to content

Commit 0ae68f5

Browse files
committed
Add example in the doc when using Identity v3
Add example doc with user_domain_name and project_domain_name Change-Id: I5f454fcf705c8af1f0a1b85385bd7d8587234a14
1 parent 81a2b9a commit 0ae68f5

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

doc/source/configuration.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,22 @@ The selection of ``interface`` (as seen above in the ``rackspace`` entry)
111111
is optional. For this configuration to work, every service for this cloud
112112
instance must already be configured to support this type of interface.
113113

114+
If you are using Identity v3 you need to specify the user and the project
115+
domain name as shown in the example below:
116+
117+
::
118+
119+
clouds:
120+
devstack:
121+
auth:
122+
auth_url: http://192.168.122.10:35357/
123+
project_name: demo
124+
username: demo
125+
password: 0penstack
126+
user_domain_name: Default
127+
project_domain_name: Default
128+
region_name: RegionOne
129+
114130
clouds-public.yaml
115131
~~~~~~~~~~~~~~~~~~
116132

0 commit comments

Comments
 (0)