tacker/tacker/vnfm/infra_drivers/openstack
Aldinson Esto b77c469939 Support for Change External VNF Connectivity
This feature will enable the client to use this API to perform the
following operations:

    - allow client to change the external connectivity of a VNF
      instance
    - VNFM support to change port/network
    - VNFM also supports to change ip address/mac address/
      allowed_address_pair

The operations provided through additional attributes are below:
    - Grant(POST)
    - VNF instances (GET)
    - Individual VNF Instances (GET)
    - Notification Endpoint (POST)

Modified .zuul.yaml to disable image_volume_cache, since cache
Volume remains during Terminate implementation and responds to
Heat Stack deletion failure without erasing volume type.

Implements: blueprint support-change-external-connectivity
Spec: https://specs.openstack.org/openstack/tacker-specs/specs/wallaby/support-change-external-VNF-connectivity-operation.html
Change-Id: Ie6b8b2b46b6de24e2d2d0a8bccef87bbdfa39191
2021-03-26 17:54:12 +09:00
..
__init__.py Derive infra driver using VIM type 2016-09-16 00:26:12 -07:00
constants.py Add new policy action: vdu_autoheal 2019-01-24 09:55:30 +09:00
glance_client.py Add instantiate vnf instance API 2020-04-22 07:42:05 +00:00
heat_client.py Support for Retry Operation 2021-03-25 23:34:34 +09:00
openstack.py Support for Change External VNF Connectivity 2021-03-26 17:54:12 +09:00
translate_template.py Implementation Fenix plugin in Tacker 2020-09-24 04:20:06 +00:00
vdu.py Implementation Fenix plugin in Tacker 2020-09-24 04:20:06 +00:00