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: If568866221a29ba041f0f2cd56dc81deeb9ebc00changes/12/178912/1
parent
12404da186
commit
302086ac11
2
setup.py
2
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',
|
||||
|
|
Loading…
Reference in New Issue