summaryrefslogtreecommitdiff
path: root/doc/source/shell.rst
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2012-10-24 07:12:30 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2012-10-24 07:21:47 -0500
commit5f38eb736c50f4feb245f88780167ff0b41263c4 (patch)
treecd6bc96807559b80e9c791054470e37b41d5cb72 /doc/source/shell.rst
parentc3b4f7fd0e4c010b05e91f952fb2345da6c6cba5 (diff)
downloadpython-keystoneclient-5f38eb736c50f4feb245f88780167ff0b41263c4.tar.gz
Replace refs to 'Keystone API' with 'Identity API'
Formally, OpenStack Keystone implements the OpenStack Identity API, and this is a client to the API, not to Keystone itself. Change-Id: If568866221a29ba041f0f2cd56dc81deeb9ebc00
Diffstat (limited to 'doc/source/shell.rst')
-rw-r--r--doc/source/shell.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/shell.rst b/doc/source/shell.rst
index e4baf4b..02d158c 100644
--- a/doc/source/shell.rst
+++ b/doc/source/shell.rst
@@ -5,14 +5,14 @@ The :program:`keystone` shell utility
.. highlight:: bash
-The :program:`keystone` shell utility interacts with OpenStack Keystone API
-from the command line. It supports the entirety of the OpenStack Keystone API.
+The :program:`keystone` shell utility interacts with OpenStack Identity API
+from the command line. It supports the entirety of the OpenStack Identity API.
To communicate with the API, you will need to be authenticated - and the
:program:`keystone` provides multiple options for this.
While bootstrapping keystone the authentication is accomplished with a
-shared secret token and the location of the keystone API endpoint. The
+shared secret token and the location of the Identity API endpoint. The
shared secret token is configured in keystone.conf as "admin_token".
You can specify those values on the command line with :option:`--os-token`
@@ -24,7 +24,7 @@ and :option:`--os-endpoint`, or set them in environment variables:
.. envvar:: OS_SERVICE_ENDPOINT
- Your keystone API endpoint
+ Your Identity API endpoint
The command line options will override any environment variables set.