Add notes about Keystone v3 endpoint to README.rst

Add notes about Keystone v3 endpoint creation to README.rst. It's simple
instructions which can help everyone who wants to test Climate.

Change-Id: I469c28ec03994fffad14bfb77bb82257b0c406f2
This commit is contained in:
Nikolaj Starodubtsev 2014-01-23 15:12:39 +04:00 committed by Nikolay
parent 614279d98a
commit 929ed403e1

View File

@ -12,3 +12,12 @@ Prerequisites
* Dedicated account for write operations on behalf of the admin
climate_username
* Service account
Configuration
-------------
Create identityv3 endpoint
^^^^^^^^^^^^^^^^^^^^^^^^^^
For adding new endpoint for Keystone V3, use the following instructions:
1) keystone service-create --name keystonev3 --type identytiv3 --description "Keystone Identity Service v3"
2) keystone endpoint-create --region <region> --service keystonev3 --publicurl "<auth_protocol>://<auth_host>:5000/v3" --adminurl "<auth_protocol>://<auth_host>:35357/v3" --internalurl "<auth_protocol>://<auth_host>:5000/v3"