cinder/cinder/backup/drivers
Gorka Eguileor 79d7a4e8da Fix google backup driver
Current backup driver is broken due to the upper constraints of
google-api-python-client which is set to 1.6.6, but after 1.6.0
parameter http and credentials are mutually exclusive, the driver is
also using the no longer preferred Google authentication library.

This patch fixes this by only using the http_proxy environmental
variable to set the proxying and adding support for google-auth and
using it whenever possible.

Closes-Bug: #1736569
Closes-Bug: #1769660
Change-Id: If1e34ea112b0cff328a58ec2fc9c3f5a5005f1c6
2018-05-14 10:37:01 +02:00
..
__init__.py Removed copyright from empty files 2014-01-01 20:31:13 -07:00
ceph.py cinder incremental backup with ceph fails if last one deleted 2017-08-11 18:52:57 -04:00
gcs.py Fix google backup driver 2018-05-14 10:37:01 +02:00
glusterfs.py Add cinder backup service initialize check 2017-07-25 16:56:27 +03:00
nfs.py Solving permission errors due to directory ownership on NFS 2018-02-13 12:26:43 -05:00
posix.py Fix spelling mistakes 2018-02-09 14:34:51 +08:00
swift.py Remove logging on Swift backup obj writer 2018-01-24 17:23:59 +01:00
tsm.py Merge "Add cinder backup service initialize check" 2017-07-25 22:42:57 +00:00