Commit Graph

5 Commits

Author SHA1 Message Date
Thiago da Silva d90d1ca900 open and close ioctx only once
The io context handle should be open only once in the life
of the application, there's no need to open and close
with every I/O transaction

Change-Id: I9948a71dbdcd20b4732c109ad35a400bd5962766
Signed-off-by: Thiago da Silva <thiago@redhat.com>
2015-09-16 19:32:54 +00:00
Thiago da Silva 0a11da7bb0 update to latest swift code
More updates will most likely be needed but these updates
allow for some basic of functionality.

Change-Id: I40ce259a0954be490ece06e93dc0a652c4cf3362
Signed-off-by: Thiago da Silva <thiago@redhat.com>
2015-09-15 16:02:50 +00:00
Thiago da Silva 1164a57616 fix pep8 and py27
Change-Id: Ie58d3d43505cdb599444eb9eab4bee28bbaf8eed
Signed-off-by: Thiago da Silva <thiago@redhat.com>
2015-09-10 14:23:12 +00:00
Christian Schwede fe386a67aa Add tox.ini, skip server tests if Swift tests not available, fix import
test_rados_server.py requires swift/test to be installed. Skip this
test if the test module is not available.

Also fixed a wrong import for RadosFileSystem.
2014-06-01 21:58:14 +00:00
Christian Schwede 411d6f9574 Add Ceph backend for Swift 2014-05-09 18:59:40 +00:00