Clean up a few more python-openstacksdk references
Change-Id: I4328b898a04344fab94d8c6c39f7e8cdc3c53456
This commit is contained in:
@@ -8,10 +8,10 @@ Installation
|
|||||||
------------
|
------------
|
||||||
|
|
||||||
The OpenStack SDK is available on
|
The OpenStack SDK is available on
|
||||||
`PyPI <https://pypi.python.org/pypi/python-openstacksdk>`_ under the name
|
`PyPI <https://pypi.python.org/pypi/openstacksdk>`_ under the name
|
||||||
**python-openstacksdk**. To install it, use ``pip``::
|
**openstacksdk**. To install it, use ``pip``::
|
||||||
|
|
||||||
$ pip install python-openstacksdk
|
$ pip install openstacksdk
|
||||||
|
|
||||||
User Guides
|
User Guides
|
||||||
-----------
|
-----------
|
||||||
|
@@ -15,5 +15,4 @@
|
|||||||
import pbr.version
|
import pbr.version
|
||||||
|
|
||||||
|
|
||||||
__version__ = pbr.version.VersionInfo(
|
__version__ = pbr.version.VersionInfo('openstacksdk').version_string()
|
||||||
'python-openstacksdk').version_string()
|
|
||||||
|
Reference in New Issue
Block a user