Documentation example fix
Session usage example need full URL to work Change-Id: I858f84dacc648250643711ac1d9b6d7b684110f8 Closes-Bug: 1519054
This commit is contained in:
parent
e5a95afabc
commit
d061788546
@ -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'})
|
||||
|
Loading…
Reference in New Issue
Block a user