summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-09-30 15:15:58 +0000
committerGerrit Code Review <review@openstack.org>2016-09-30 15:15:58 +0000
commit62bf9e2609bd5d092ff1b238546a1fc6175bd575 (patch)
tree87a765a228e34ba5b9483e4754b3bfb149783f13 /doc/source
parent0f5fde430c7aab19c9bee4db733784eeacea57c6 (diff)
parent0ae68f55fc59eca0326fb8d249d7004d737486be (diff)
downloadpython-openstackclient-62bf9e2609bd5d092ff1b238546a1fc6175bd575.tar.gz
Merge "Add example in the doc when using Identity v3"
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/configuration.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst
index efef2b97..a49f093a 100644
--- a/doc/source/configuration.rst
+++ b/doc/source/configuration.rst
@@ -111,6 +111,22 @@ The selection of ``interface`` (as seen above in the ``rackspace`` entry)
is optional. For this configuration to work, every service for this cloud
instance must already be configured to support this type of interface.
+If you are using Identity v3 you need to specify the user and the project
+domain name as shown in the example below:
+
+::
+
+ clouds:
+ devstack:
+ auth:
+ auth_url: http://192.168.122.10:35357/
+ project_name: demo
+ username: demo
+ password: 0penstack
+ user_domain_name: Default
+ project_domain_name: Default
+ region_name: RegionOne
+
clouds-public.yaml
~~~~~~~~~~~~~~~~~~