summaryrefslogtreecommitdiff
path: root/glance_store/_drivers/swift/store.py
diff options
context:
space:
mode:
Diffstat (limited to 'glance_store/_drivers/swift/store.py')
-rw-r--r--glance_store/_drivers/swift/store.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glance_store/_drivers/swift/store.py b/glance_store/_drivers/swift/store.py
index b054931..9f1995c 100644
--- a/glance_store/_drivers/swift/store.py
+++ b/glance_store/_drivers/swift/store.py
@@ -375,7 +375,7 @@ Store.OPTIONS = _SWIFT_OPTS + sutils.swift_opts
class BaseStore(driver.Store):
- _CAPABILITIES = capabilities.RW_ACCESS
+ _CAPABILITIES = capabilities.BitMasks.RW_ACCESS
CHUNKSIZE = 65536
OPTIONS = _SWIFT_OPTS + sutils.swift_opts