From 5f38eb736c50f4feb245f88780167ff0b41263c4 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Wed, 24 Oct 2012 07:12:30 -0500 Subject: 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 099fac1..66a0043 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ tests_require = setup.parse_requirements(['tools/test-requires']) setuptools.setup( name="python-keystoneclient", version=setup.get_post_version('keystoneclient'), - description="Client library for OpenStack Keystone API", + description="Client library for OpenStack Identity API (Keystone)", long_description=read('README.rst'), url='https://github.com/openstack/python-keystoneclient', license='Apache', -- cgit v1.2.1