Clean up a few more python-openstacksdk references
Change-Id: I4328b898a04344fab94d8c6c39f7e8cdc3c53456
This commit is contained in:
parent
f2630a20c0
commit
4fd04e3411
@ -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
|
||||
-----------
|
||||
|
@ -15,5 +15,4 @@
|
||||
import pbr.version
|
||||
|
||||
|
||||
__version__ = pbr.version.VersionInfo(
|
||||
'python-openstacksdk').version_string()
|
||||
__version__ = pbr.version.VersionInfo('openstacksdk').version_string()
|
||||
|
Loading…
x
Reference in New Issue
Block a user