summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMorgan Jones <morgan@parelastic.com>2016-10-05 11:09:24 -0400
committerPeter Stachowski <peter@tesora.com>2016-11-04 15:36:16 +0000
commit3f93ff110bec754e5a3d955fef2daaed3510aaf4 (patch)
tree8c5de50afdba7d7bbe59f930df96b36864adfbf0 /requirements.txt
parent8b98c51708dc39ee1228161ff61f13679d959ea7 (diff)
downloadtrove-3f93ff110bec754e5a3d955fef2daaed3510aaf4.tar.gz
Multi-Region Support
This is an initial attempt at supporting multiple regions. It should handle the mechanics of deploying an instance/volume to a remote region. Additional changes may be required to allow the guest agent on the instance to connect back to the originating region. Co-Authored-By: Petr Malik <pmalik@tesora.com> Change-Id: I780de59dae5f90955139ab8393cf7d59ff3a21f6
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index d16cd825..f0d2fb48 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -23,6 +23,7 @@ python-keystoneclient>=3.6.0 # Apache-2.0
python-swiftclient>=2.2.0 # Apache-2.0
python-designateclient>=1.5.0 # Apache-2.0
python-neutronclient>=5.1.0 # Apache-2.0
+python-glanceclient>=2.5.0 # Apache-2.0
iso8601>=0.1.11 # MIT
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
Jinja2>=2.8 # BSD License (3 clause)