Eliminate unnecessary character
Eliminated unnecessary character about endpoint of keystone. Change-Id: Ia14f4b3f3f4312400d24a0c2bc2ee53900a5048c
This commit is contained in:
@@ -74,7 +74,7 @@ There's also a complete Python API, but it has not yet been documented.
|
||||
|
||||
Quick-start using keystone::
|
||||
|
||||
# use v2.0 auth with http://example.com:5000/v2.0/")
|
||||
# use v2.0 auth with http://example.com:5000/v2.0/
|
||||
>>> from manilaclient.v1 import client
|
||||
>>> nt = client.Client(USER, PASS, TENANT, AUTH_URL, service_type="share")
|
||||
>>> nt.shares.list()
|
||||
|
Reference in New Issue
Block a user