summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-04-29 12:27:30 -0400
committerSteve Martinelli <stevemar@ca.ibm.com>2015-06-29 00:12:11 +0000
commit20db11f8bdf0bc9b3ce23c21bf67753ca5690372 (patch)
treefd3b9ac4e69957e6c46d8cfa71cf0f22b256aaa3 /README.rst
parent08fd4b1cd763fa7d529ce5d39e89bee8f619f70d (diff)
downloadpython-keystoneclient-20db11f8bdf0bc9b3ce23c21bf67753ca5690372.tar.gz
Update README.rst and remove ancient reference
There's no need to give a shout out to a project that is going on 6 years old and has been deprecated. Also provide more valuable links, such as where we track bugs, our source code, and docs. Change-Id: I9ea5ca83366f9dc0b2732c5db017257a1250fc05
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst35
1 files changed, 23 insertions, 12 deletions
diff --git a/README.rst b/README.rst
index 72d85ee..70cebfa 100644
--- a/README.rst
+++ b/README.rst
@@ -1,18 +1,29 @@
Python bindings to the OpenStack Identity API (Keystone)
========================================================
-This is a client for the OpenStack Identity API, implemented by Keystone.
-There's a Python API (the ``keystoneclient`` module), and a command-line script
-(``keystone``).
-
-Development takes place via the usual OpenStack processes as outlined in the
-`developer guide <http://docs.openstack.org/infra/manual/developers.html>`_. The master
-repository is in `Git <http://git.openstack.org/cgit/openstack/python-keystoneclient>`_.
-
-This code is a fork of Rackspace's python-novaclient which is in turn a fork of
-`Jacobian's python-cloudservers
-<http://github.com/jacobian/python-cloudservers>`_. ``python-keystoneclient``
-is licensed under the Apache License like the rest of OpenStack.
+This is a client for the OpenStack Identity API, implemented by the Keystone
+team; it contains a Python API (the ``keystoneclient`` module) for
+OpenStack's Identity Service. For command line interface support, use
+`OpenStackClient`_.
+
+* `PyPi`_ - package installation
+* `Online Documentation`_
+* `Launchpad project`_ - release management
+* `Blueprints`_ - feature specifications
+* `Bugs`_ - issue tracking
+* `Source`_
+* `Specs`_
+* `How to Contribute`_
+
+.. _PyPi: https://pypi.python.org/pypi/python-keystoneclient
+.. _Online Documentation: http://docs.openstack.org/developer/python-keystoneclient
+.. _Launchpad project: https://launchpad.net/python-keystoneclient
+.. _Blueprints: https://blueprints.launchpad.net/python-keystoneclient
+.. _Bugs: https://bugs.launchpad.net/python-keystoneclient
+.. _Source: https://git.openstack.org/cgit/openstack/python-keystoneclient
+.. _OpenStackClient: https://pypi.python.org/pypi/python-openstackclient
+.. _How to Contribute: http://docs.openstack.org/infra/manual/developers.html
+.. _Specs: http://specs.openstack.org/openstack/keystone-specs/
.. contents:: Contents:
:local: