Documentation example fix

Session usage example need full URL to work

Change-Id: I858f84dacc648250643711ac1d9b6d7b684110f8
Closes-Bug: 1519054
This commit is contained in:
Alexander Makarov 2016-04-11 20:34:25 +03:00
parent e5a95afabc
commit d061788546
1 changed files with 1 additions and 1 deletions

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'})