]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup.py: add allmydata.storage.backends.cloud.openstack module.
authorDavid-Sarah Hopwood <david-sarah@jacaranda.org>
Tue, 5 Feb 2013 19:58:32 +0000 (19:58 +0000)
committerDaira Hopwood <daira@jacaranda.org>
Tue, 4 Aug 2015 17:20:40 +0000 (18:20 +0100)
Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
setup.py

index 456c7fa24a91514ffc073320f51653fb1ec39ee4..6f6ca3b82f60989247077283a168b8633d2a26d2 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -442,6 +442,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',