Merge "Update README.rst and remove ancient reference"

This commit is contained in:
Jenkins
2015-06-29 19:50:48 +00:00
committed by Gerrit Code Review

View File

@@ -1,18 +1,29 @@
Python bindings to the OpenStack Identity API (Keystone) Python bindings to the OpenStack Identity API (Keystone)
======================================================== ========================================================
This is a client for the OpenStack Identity API, implemented by Keystone. This is a client for the OpenStack Identity API, implemented by the Keystone
There's a Python API (the ``keystoneclient`` module), and a command-line script team; it contains a Python API (the ``keystoneclient`` module) for
(``keystone``). OpenStack's Identity Service. For command line interface support, use
`OpenStackClient`_.
Development takes place via the usual OpenStack processes as outlined in the * `PyPi`_ - package installation
`developer guide <http://docs.openstack.org/infra/manual/developers.html>`_. The master * `Online Documentation`_
repository is in `Git <http://git.openstack.org/cgit/openstack/python-keystoneclient>`_. * `Launchpad project`_ - release management
* `Blueprints`_ - feature specifications
* `Bugs`_ - issue tracking
* `Source`_
* `Specs`_
* `How to Contribute`_
This code is a fork of Rackspace's python-novaclient which is in turn a fork of .. _PyPi: https://pypi.python.org/pypi/python-keystoneclient
`Jacobian's python-cloudservers .. _Online Documentation: http://docs.openstack.org/developer/python-keystoneclient
<http://github.com/jacobian/python-cloudservers>`_. ``python-keystoneclient`` .. _Launchpad project: https://launchpad.net/python-keystoneclient
is licensed under the Apache License like the rest of OpenStack. .. _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: .. contents:: Contents:
:local: :local: