Eliminate unnecessary character

Eliminated unnecessary character about endpoint of keystone.

Change-Id: I4ae38d22c28162d87277379a693614c2a63433c9
This commit is contained in:
daiki kato
2016-02-17 11:14:02 +09:00
parent f88e4da1d6
commit 2aa26f5d2a

View File

@@ -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()