Merge "Documentation example fix"

This commit is contained in:
Jenkins 2016-04-14 18:47:47 +00:00 committed by Gerrit Code Review
commit 6f882f4175

View File

@ -135,7 +135,7 @@ contains all the information an authentication plugin requires to determine the
correct URL to which to send a request. When using this mode only the path for
the request needs to be specified::
>>> resp = session.get('/v3/users',
>>> resp = session.get('https://my.keystone.com:5000/v3/users',
endpoint_filter={'service_type': 'identity',
'interface': 'public',
'region_name': 'myregion'})