From: Daira Hopwood <daira@jacaranda.org>
Date: Tue, 5 Feb 2013 19:58:32 +0000 (+0000)
Subject: setup.py: add allmydata.storage.backends.cloud.openstack module.
X-Git-Url: https://git.rkrishnan.org/pf/content/en/class-simplejson.JSONEncoder-index.html?a=commitdiff_plain;h=c45429d8d9bc09679354258899ada3a233a75af0;p=tahoe-lafs%2Ftahoe-lafs.git

setup.py: add allmydata.storage.backends.cloud.openstack module.

Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
---

diff --git a/setup.py b/setup.py
index ffa7ae93..51d4abc0 100644
--- a/setup.py
+++ b/setup.py
@@ -458,6 +458,7 @@ setup(name=APPNAME,
                 'allmydata.storage.backends',
                 'allmydata.storage.backends.cloud',
                 'allmydata.storage.backends.cloud.s3',
+                'allmydata.storage.backends.cloud.openstack',
                 'allmydata.storage.backends.disk',
                 'allmydata.storage.backends.null',
                 'allmydata.test',