summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFlavio Percoco <flaper87@gmail.com>2014-02-10 14:51:47 +0100
committerFlavio Percoco <flaper87@gmail.com>2014-02-10 14:51:47 +0100
commit8cdda79731284567b7bc743c128456a4f9c7084e (patch)
tree1e3950e96d8fcfc3df753905d8ec54da33cc100a /setup.cfg
parent29da6db27460955cb6efccebfe19241af3dc2283 (diff)
downloadglance_store-8cdda79731284567b7bc743c128456a4f9c7084e.tar.gz
Filesystem driver restored
* Don't pass context and location to the Store init * Use 1 config object and pass that to the store * Pass context to each method call * Don't use mox, use mock instead
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 561bb48..4ef9710 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,6 +24,11 @@ packages =
namespace_packages =
glance
+[entry_points]
+glance.store.drivers =
+ file = glance.store._drivers.filesystem:Store
+ http = glance.store._drivers.http:Store
+
[build_sphinx]
source-dir = doc/source
build-dir = doc/build