python-monascaclient/monascaclient
Jamie Lennox 6105dddba8 Don't send X-Auth- headers in requests
From looking through monasca server code there is nowhere that is
actuall reading the X-Auth-User, X-Auth-Key, X-Auth-Url or X-Auth-Region
headers. The shell also enforces that a user provide keystone
authentication. This means we are sending the server a user's password
for no reason. They were initially added in the very first monascaclient
commit so assume they were unneeded and remove it.

Change-Id: Ic6e6dd1a14474537ab9180bb4af1a3fae09fc8a6
2017-01-12 09:04:54 -07:00
..
apiclient move old apiclient code out of openstack/common 2016-11-14 07:41:45 -05:00
common Don't send X-Auth- headers in requests 2017-01-12 09:04:54 -07:00
tests Don't send X-Auth- headers in requests 2017-01-12 09:04:54 -07:00
v2_0 Don't send X-Auth- headers in requests 2017-01-12 09:04:54 -07:00
__init__.py Update copyright in monascaclient 2016-06-09 12:21:18 -06:00
client.py Add support for new rest api notification-type-list 2016-07-26 12:17:09 -07:00
exc.py Fix __str__ not returning a String for KeystoneException 2016-07-12 13:32:34 -06:00
ksclient.py Revert 'Adding keystoneauth sessions support' 2016-06-17 16:51:57 -06:00
shell.py Revert 'Adding keystoneauth sessions support' 2016-06-17 16:51:57 -06:00