diff options
| author | Dolph Mathews <dolph.mathews@gmail.com> | 2012-10-24 07:12:30 -0500 |
|---|---|---|
| committer | Dolph Mathews <dolph.mathews@gmail.com> | 2012-10-24 07:21:47 -0500 |
| commit | 5f38eb736c50f4feb245f88780167ff0b41263c4 (patch) | |
| tree | cd6bc96807559b80e9c791054470e37b41d5cb72 /doc/source/index.rst | |
| parent | c3b4f7fd0e4c010b05e91f952fb2345da6c6cba5 (diff) | |
| download | python-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/index.rst')
| -rw-r--r-- | doc/source/index.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 51bc647..faffc4f 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,7 +1,7 @@ -Python bindings to the OpenStack Keystone API -================================================== +Python bindings to the OpenStack Identity API (Keystone) +======================================================== -This is a client for OpenStack Keystone API. There's :doc:`a Python API +This is a client for OpenStack Identity API. There's :doc:`a Python API <using-api>` (the :mod:`keystoneclient` module), and a :doc:`command-line script <shell>` (installed as :program:`keystone`). @@ -20,8 +20,8 @@ Contributing ============ Code is hosted `on GitHub`_. Submit bugs to the Keystone project on -`Launchpad`_. Submit code to the openstack/python-keystoneclient project using -`Gerrit`_. +`Launchpad`_. Submit code to the ``openstack/python-keystoneclient`` project +using `Gerrit`_. .. _on GitHub: https://github.com/openstack/python-keystoneclient .. _Launchpad: https://launchpad.net/python-keystoneclient |
