Clean up a few more python-openstacksdk references

Change-Id: I4328b898a04344fab94d8c6c39f7e8cdc3c53456
This commit is contained in:
TerryHowe 2015-06-17 13:34:02 -06:00
parent f2630a20c0
commit 4fd04e3411
2 changed files with 4 additions and 5 deletions

View File

@ -8,10 +8,10 @@ Installation
------------
The OpenStack SDK is available on
`PyPI <https://pypi.python.org/pypi/python-openstacksdk>`_ under the name
**python-openstacksdk**. To install it, use ``pip``::
`PyPI <https://pypi.python.org/pypi/openstacksdk>`_ under the name
**openstacksdk**. To install it, use ``pip``::
$ pip install python-openstacksdk
$ pip install openstacksdk
User Guides
-----------

View File

@ -15,5 +15,4 @@
import pbr.version
__version__ = pbr.version.VersionInfo(
'python-openstacksdk').version_string()
__version__ = pbr.version.VersionInfo('openstacksdk').version_string()