From 0e80528cc1beb9b948730e5c8d57e71b591088fe Mon Sep 17 00:00:00 2001
From: David-Sarah Hopwood <david-sarah@jacaranda.org>
Date: Tue, 5 Feb 2013 19:58:32 +0000
Subject: [PATCH] setup.py: add allmydata.storage.backends.cloud.openstack
 module.

Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index b203bd11..4e59ca51 100644
--- 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',
-- 
2.45.2