zaqar/zaqar/storage/swift
Thomas Herve 1e48f0fcfc Don't share swift client instances
THe swift backend was using swiftclient.Connection without any checks,
but that object is not thread safe, so we need to only have one
instance. This adds a wrapper to keep the same API but not share any
data.

Change-Id: Ic8152f8f7cb6d4d0b4ab473d2f937a9bc77b8453
(cherry picked from commit 80f8ca818a)
2017-08-15 00:30:03 +00:00
..
__init__.py Swift storage 2017-01-05 09:21:21 +01:00
claims.py Swift storage 2017-01-05 09:21:21 +01:00
controllers.py Swift storage 2017-01-05 09:21:21 +01:00
driver.py Don't share swift client instances 2017-08-15 00:30:03 +00:00
messages.py Swift storage 2017-01-05 09:21:21 +01:00
options.py Swift storage 2017-01-05 09:21:21 +01:00
queues.py Swift storage 2017-01-05 09:21:21 +01:00
subscriptions.py Swift storage 2017-01-05 09:21:21 +01:00
utils.py Swift storage 2017-01-05 09:21:21 +01:00