Eliminate unnecessary character

Eliminated unnecessary character about endpoint of keystone.

Change-Id: Ia14f4b3f3f4312400d24a0c2bc2ee53900a5048c
This commit is contained in:
daiki kato
2016-02-17 10:48:39 +09:00
parent e10fe91c23
commit c0f1fd7f01

View File

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