Merge "Documentation example fix"
This commit is contained in:
commit
6f882f4175
@ -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
|
correct URL to which to send a request. When using this mode only the path for
|
||||||
the request needs to be specified::
|
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',
|
endpoint_filter={'service_type': 'identity',
|
||||||
'interface': 'public',
|
'interface': 'public',
|
||||||
'region_name': 'myregion'})
|
'region_name': 'myregion'})
|
||||||
|
Loading…
Reference in New Issue
Block a user