Eliminate unnecessary character
Eliminated unnecessary character about endpoint of keystone. Change-Id: I4ae38d22c28162d87277379a693614c2a63433c9
This commit is contained in:
@@ -168,7 +168,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 cinderclient.v1 import client
|
||||
>>> nt = client.Client(USER, PASS, TENANT, AUTH_URL, service_type="volume")
|
||||
>>> nt.volumes.list()
|
||||
|
Reference in New Issue
Block a user