summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorAlex Yang <yangyang1@zte.com.cn>2017-05-09 11:11:53 +0800
committerAlex Yang <yangyang1@zte.com.cn>2017-05-10 23:14:42 +0800
commitfb09a7ed97707b6a007721ff4b72a904c4204e93 (patch)
treeba626025fdb12d185a183521c9313dea5a14976f /requirements.txt
parent568edb9d5ed462672d5a5c53ac735e04d8f687c4 (diff)
refacort deploy.yml and add jsonschema to validate it
1. add adapter type in deploy.yml Do not rely on the pod's name to detemine whether impi or libvirt should be used. 2. increase disk size in deploy.yml The disk sizes should be bigger than 102400 mega-bytes according to the minimum of root_lv_size in upstream openstack/daisycloud-core. 3. add schemas.py Use jsonschema to validate deploy.yml Change-Id: I3f197f93403caece75460147c8df49b95e0ae9d3 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
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 7cf1ddc9..7a329b1e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,5 @@
configobj
+jsonschema
paramiko
pyyaml
scp