tacker/tacker/objects
Aldinson Esto 0b4b67129e Fix for package error during vnflcm creation
Execution "openstack vnflcm create" raises some package errors.
In order to avoid them, the exception process in vnflcm creation
is fixed.

Closes-bug: #1898963
Closes-bug: #1899112
Closes-bug: #1899134

Additional Information:
---------------------------------------
- vnf_lcm_subscription.id was decoded. The code we developed in
advance was created on the premise of varbinary and there was an
unmatch, therefore, at first, the DB type was matched. To modify
the code correctly, id decode was removed.
- Spec (Support LCM notifications for VNF based on ETSI NFV-SOL
specification)
There was a discrepancy with the content and I fixed the registered
migration, but the procedure was incorrect, so it was restored.
- Spec (Support LCM notifications for VNF based on ETSI NFV-SOL
specification)
I found that some columns were not added to the DB due to a mismatch
with the contents, so I am adding a new migration file. Also, since
the type definition was different for the already registered columns,
it was also corrected.

Change-Id: I0ee9d7e1e0c4ea26dd5894ad4fca302fe9bfd4d1
2020-11-05 10:54:46 +09:00
..
__init__.py Minor fixes and clean-ups 2020-10-29 12:47:34 +09:00
base.py Add version objects and db apis for vnf lcm 2020-04-20 10:53:20 +05:30
fields.py Support VNF update operations based on ETSI NFV 2020-10-05 07:26:15 +00:00
grant.py Support for grant request with Synchronous response 2020-10-07 13:57:24 +09:00
grant_request.py Support for grant request with Synchronous response 2020-10-07 13:57:24 +09:00
heal_vnf_request.py Implementation Fenix plugin in Tacker 2020-09-24 04:20:06 +00:00
instantiate_vnf_req.py Add vimConnectionId in Type:ResourceHandle 2020-10-08 09:30:02 +09:00
scale_vnf_request.py Support scaling operations for VNF based on ETSI 2020-10-06 19:22:34 +09:00
terminate_vnf_req.py Support flow of Getting VNF package 2020-10-05 07:19:32 +00:00
vim_connection.py Support VNF update operations based on ETSI NFV 2020-10-05 07:26:15 +00:00
vnf.py Support VNF update operations based on ETSI NFV 2020-10-05 07:26:15 +00:00
vnf_artifact.py Implementation Artifacts support in Tacker 2020-09-21 03:27:17 -04:00
vnf_deployment_flavour.py Cleanup of .keys() 2020-04-25 08:16:00 +00:00
vnf_instance.py [Trivial]Fix the unnecessary "import xx as xx" renaming 2020-10-30 10:31:15 +08:00
vnf_instantiated_info.py Add vimConnectionId in Type:ResourceHandle 2020-10-08 09:30:02 +09:00
vnf_lcm_op_occs.py Support LCM notifications for VNF based on ETSI 2020-10-05 07:15:05 +00:00
vnf_lcm_subscriptions.py Fix for package error during vnflcm creation 2020-11-05 10:54:46 +09:00
vnf_package.py Fix for package error during vnflcm creation 2020-11-05 10:54:46 +09:00
vnf_package_vnfd.py Support of version 2.4.1 on Modify VNF 2020-10-05 07:26:40 +00:00
vnf_resources.py Add version objects and db apis for vnf lcm 2020-04-20 10:53:20 +05:30
vnf_software_image.py Update hacking for Python3 2020-04-24 13:48:53 +02:00
vnfd.py Support flow of Getting VNF package 2020-10-05 07:19:32 +00:00
vnfd_attribute.py Support flow of Getting VNF package 2020-10-05 07:19:32 +00:00