Commit Graph

14 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 71d188e7e5 Fix import in tests 2014-05-20 16:06:30 +00:00
Christian Schwede 00cce629c4 Merge pull request #3 from chmouel/master
More changes
2014-05-20 17:56:02 +02:00
Christian Schwede 00f6801fa8 Merge pull request #2 from chmouel/master
Delete test_rados_diskfile.pyc
2014-05-20 17:40:03 +02:00
Chmouel Boudjnah ee62e59763 Add license fix pep8 to setup.py 2014-05-20 17:26:06 +02:00
Chmouel Boudjnah 65b42a3da6 Add .gitignore 2014-05-20 17:24:32 +02:00
Chmouel Boudjnah 60a474588c Delete test_rados_diskfile.pyc 2014-05-20 17:22:13 +02:00
Leseb 8afa910924 Merge pull request #1 from briancline/patch-1
Minor updates to README.md
2014-05-18 15:31:04 +02:00
Brian Cline 0460ba4f39 Minor updates to README.md
* Code blocks within ordered lists require 8 spaces rather than 4,
  so the instructions and configs weren't rendered as code blocks.
* A few other minor fixes.
2014-05-16 22:30:04 -04:00
Christian Schwede 411d6f9574 Add Ceph backend for Swift 2014-05-09 18:59:40 +00:00
Christian Schwede 3a88166efa Initial commit 2014-05-09 18:59:06 +00:00