tacker/tacker/vnfm/mgmt_drivers
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
..
openwrt from i18n import _ when quoting them 2019-08-09 09:59:48 +08:00
__init__.py Device refactor Part3: Rename device in codes 2016-08-26 16:26:57 +08:00
abstract_driver.py Drop most of six importings 2020-10-19 12:10:05 +00:00
constants.py Support scaling operations for VNF based on ETSI 2020-10-06 19:22:34 +09:00
noop.py Parameter changed from mgmt_url to mgmt_ip_address 2019-01-31 10:08:17 +00:00
vnflcm_abstract_driver.py unite parameters for MgmtDriver interfaces 2021-03-22 15:51:51 +09:00
vnflcm_noop.py unite parameters for MgmtDriver interfaces 2021-03-22 15:51:51 +09:00