From 20db11f8bdf0bc9b3ce23c21bf67753ca5690372 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Wed, 29 Apr 2015 12:27:30 -0400 Subject: 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 --- README.rst | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) (limited to 'README.rst') 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 `_. The master -repository is in `Git `_. - -This code is a fork of Rackspace's python-novaclient which is in turn a fork of -`Jacobian's 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: -- cgit v1.2.1