tacker/tacker
LiangLu f88022cdc2 Implement SOL001 features to MgmtDriver
* Enable VNF vendors to customize configuration methods
  for applications via MgmtDriver
* Load LCM interface from vnfd file
* Call LCM methods from vnflcm_driver
* Fix unitentional mgmt_calls in vnflcm_driver._scale_vnf_pre

Note:
* For UT, sqlalchemy is used, which calls functions in pymysql.py,
  so the dependency module PyMySQL needs to be added.
* The previous implementation of ``cfg.CONF.tacker.infra_driver``
  depends on the default config in legacy ``VNFMPlugin`` class in
  tacker/vnfm/plugin.py, so we need to fix this here.
* Due to drop unitentional mgmt_calls, it makes compatibility breakage
  for some scale actions calls and third party driver support. This
  backward incompatibility was decided to keep since it is not long
  time since last change(Victoria release)

Change-Id: Ib4ad3eb9e0a84d1a5e807d2e6004e6b2c02bf3cf
2021-02-18 17:29:39 +09:00
..
agent from i18n import _ when quoting them 2019-08-09 09:59:48 +08:00
api Dropping explicit unicode literal 2021-02-02 06:45:53 +05:30
cmd [goal] Deprecate the JSON formatted policy file 2021-01-22 04:18:31 +00:00
common Implement SOL001 features to MgmtDriver 2021-02-18 17:29:39 +09:00
conductor Fix for multiple failures in VNF lifecycle 2020-12-18 11:50:28 +09:00
conf Support flow of Getting VNF package 2020-10-05 07:19:32 +00:00
db Dropping explicit unicode literal 2021-02-02 06:45:53 +05:30
extensions Drop most of six importings 2020-10-19 12:10:05 +00:00
glance_store Introduce py39 for unittests 2020-11-08 06:11:48 +00:00
hacking Update hacking for Python3 2020-04-24 13:48:53 +02:00
keymgr Drop most of six importings 2020-10-19 12:10:05 +00:00
locale Imported Translations from Zanata 2020-10-24 08:58:53 +00:00
mistral Replaces uuid.uuid4 with uuidutils.generate_uuid() 2017-07-18 14:00:58 +00:00
nfvo Adapt to python-mistralclient v4.2.0 for PingVIM 2021-02-10 04:51:17 +00:00
objects Merge "Fix for multiple failures in VNF lifecycle" 2020-12-23 07:47:53 +00:00
plugins Fix and avoid an erroneous heat API call 2020-11-05 12:35:55 +00:00
policies Support Rollback of LCM Resource 2020-10-07 05:13:33 +00:00
releasenotes/notes Remove infra and mgmt parsing logic from API 2017-01-06 08:39:56 +00:00
services Drop most of six importings 2020-10-19 12:10:05 +00:00
tests Implement SOL001 features to MgmtDriver 2021-02-18 17:29:39 +09:00
tosca Merge "Dropping explicit unicode literal" 2021-02-04 03:13:13 +00:00
vnflcm Implement SOL001 features to MgmtDriver 2021-02-18 17:29:39 +09:00
vnfm Implement SOL001 features to MgmtDriver 2021-02-18 17:29:39 +09:00
__init__.py Drop most of six importings 2020-10-19 12:10:05 +00:00
_i18n.py Remove i18n.enable_lazy() call from tacker.cmd 2018-11-14 14:56:52 +05:30
alarm_receiver.py Fix to encrypt password print in debug logs 2020-11-17 02:17:02 +00:00
auth.py Support of Server/Basic certification in OAuth2.0 2020-10-05 07:18:14 +00:00
context.py Remove deprecation warning messages 2019-09-20 12:27:06 +05:30
manager.py Sychronize vnf action tasks 2020-04-22 07:43:50 +00:00
policy.py [goal] Deprecate the JSON formatted policy file 2021-01-22 04:18:31 +00:00
service.py Sychronize vnf action tasks 2020-04-22 07:43:50 +00:00
version.py Cleanup vim settings 2016-03-28 13:03:56 +02:00
wsgi.py Drop most of six importings 2020-10-19 12:10:05 +00:00