Add missing end single quote
End single quote of is missing. This patch add it. Change-Id: Ibabde8922d97e1d30f7130574080f56ccb8d6be9
This commit is contained in:
@@ -59,7 +59,7 @@ An example from keystoneclient::
|
|||||||
>>> from keystoneclient import session
|
>>> from keystoneclient import session
|
||||||
>>> from keystoneclient.v3 import client
|
>>> from keystoneclient.v3 import client
|
||||||
|
|
||||||
>>> auth = v3.Password(auth_url='https://my.keystone.com:5000/v3,
|
>>> auth = v3.Password(auth_url='https://my.keystone.com:5000/v3',
|
||||||
... username='myuser',
|
... username='myuser',
|
||||||
... password='mypassword',
|
... password='mypassword',
|
||||||
... project_id='proj',
|
... project_id='proj',
|
||||||
|
Reference in New Issue
Block a user