summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorDustin Cowles <dustin.cowles@intel.com>2019-07-26 18:31:42 -0700
committerTony Su <tao.su@intel.com>2020-07-30 07:22:46 +0000
commit3667af6cd14d3a87a223fb5361855c7e4b80651f (patch)
tree968081b2989ab8166da046d03abd1168940477c9 /requirements.txt
parent4a925cf01ac6ca313ff10c3075a86d65095de299 (diff)
downloadnova-3667af6cd14d3a87a223fb5361855c7e4b80651f.tar.gz
Provider Config File: YAML file loading and schema validation
This series implements the referenced blueprint to allow for specifying custom resource provider traits and inventories via yaml config files. This first commit includes schema version 1.0 and functions to load and validate against that schema. Since this patch, package ddt>=1.2.1 is required to run tests. Co-Author: Tony Su <tao.su@intel.com> Author: Dustin Cowles <dustin.cowles@intel.com> Blueprint: provider-config-file Change-Id: I58099726f799c427e9174a0dcce9889344d51e7c
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 94d25467b7..674381864e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -71,3 +71,4 @@ zVMCloudConnector>=1.3.0;sys_platform!='win32' # Apache 2.0 License
futurist>=1.8.0 # Apache-2.0
openstacksdk>=0.35.0 # Apache-2.0
dataclasses>=0.7;python_version=='3.6' # Apache 2.0 License
+PyYAML>=3.12 # MIT