summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKiall Mac Innes <kiall@managedit.ie>2012-10-03 18:45:24 +0100
committerKiall Mac Innes <kiall@managedit.ie>2012-10-03 18:51:39 +0100
commit9ad2e6e8dfd70c595e72293c326a0b5c7aab7f33 (patch)
treedc11cef4f0f546d9c3086e1017b9f52ded07d2e7 /tools
parent579c49ca37eb171664afa94b4cf795ada12e47c1 (diff)
downloaddesignate-9ad2e6e8dfd70c595e72293c326a0b5c7aab7f33.tar.gz
Lots of changes:
* Sync with OS-Common * Switch from openstack.common.manager to openstack.common.rpc.service * Apply WIP patch from https://review.openstack.org/13953 * Re-add Keystone Middleware * Rename config files to *.conf.sample as keystone tokens will now be required * Fixed a few bugs in the bind9 agent. (It still needs an overhaul to be considered stable though)
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires5
-rw-r--r--tools/test-requires3
2 files changed, 7 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index a679a008..92d217ce 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -2,5 +2,8 @@ Flask==0.9
iso8601>=0.1.4
eventlet
sqlalchemy>=0.7
-jsonschema
+jsonschema>=0.6
ipaddr
+
+# Needed for Keystone Middleware
+https://launchpad.net/keystone/folsom/2012.2/+download/keystone-2012.2.tar.gz#egg=keystone
diff --git a/tools/test-requires b/tools/test-requires
index 5de2b4ae..b8841f63 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -2,3 +2,6 @@ nose
coverage
pep8>=1.0
setuptools-git>=0.4
+
+# Optional Stuff used by default
+kombu