We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f5fde4 + 0ae68f5 commit 62bf9e2Copy full SHA for 62bf9e2
1 file changed
doc/source/configuration.rst
@@ -111,6 +111,22 @@ The selection of ``interface`` (as seen above in the ``rackspace`` entry)
111
is optional. For this configuration to work, every service for this cloud
112
instance must already be configured to support this type of interface.
113
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
130
clouds-public.yaml
131
~~~~~~~~~~~~~~~~~~
132
0 commit comments