a1d65edb3f
This patch adds the validation for /NetworkDriver.CreateNetwork with the JSON schema. This patch also introdueces the basic foundation for the following validations with JSON schemata. The common part of the scheamta is separated in commons.py and it's injected into each schema. Change-Id: I1cd849db2eeadb03b4488e1842fbd22e62fff169 Signed-off-by: Taku Fukushima <f.tac.mac@gmail.com>
12 lines
387 B
Plaintext
12 lines
387 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
pbr<2.0,>=1.3
|
|
Babel>=1.3
|
|
Flask>=0.10,<1.0
|
|
jsonschema!=2.5.0,<3.0.0,>=2.0.0
|
|
netaddr>=0.7.12
|
|
oslo.serialization>=1.4.0 # Apache-2.0
|
|
python-neutronclient>=2.3.11,<3
|