tacker/tacker/api/validation
LiangLu 6e08ddc9a7 unite parameters for MgmtDriver interfaces
As implement SOL interfaces for MgmtDriver,
"vnf_instante" and "addtional_params"
are used as required parameters due to
ETSI NFV-SOL001 v2.6.1 definition.

However, for various usage and functions in tacker,
these 2 parameters are not enough.

Here the patch is aim to add required paramters for
basic use of mgmtdriver interfaces.

Thus, this patch is adding and uniting parameters
for vnflcm interface calling.

Target interface:
* instantiate(start&end)
* terminate(start&end)
* scale(start&end)
* heal(start&end)

Parameters after change:
* vnf_instance
* request
* grant(Currently None in terminate, need to fix in conductor)
* grant_request(currently None, need to do some fix in conductor)

Change-Id: I253d72ae09bd246ab3f1552185ce0a701a1f4b41
2021-03-22 15:51:51 +09:00
..
__init__.py Add schema to validate query parameter 2020-04-23 09:38:25 +00:00
parameter_types.py unite parameters for MgmtDriver interfaces 2021-03-22 15:51:51 +09:00
validators.py Drop most of six importings 2020-10-19 12:10:05 +00:00