tacker/tacker/api
Ayumu Ueha 8a8948e616 Support CNF scale operations based on ETSI NFV
Implements Container based VNF scale operation support with ETSI
NFV-SOL003 v2.6.1 VNF Lifecycle Management. Users can scale the number
of pod replicas managed by controller resources such as Kubernetes
Deployment, StatefulSet, and ReplicaSet.

Other changes:
* Check the vnf_state before scale operation in controller as other
  LCM operations.
* Enable to store multiple flavour to `vnfd_attribute` when
  `Conductor._onboard_vnfd()` method called.
* For FT, sqlalchemy is used, which calls functions in pymysql.py,
  so the dependency module PyMySQL needs to be added.

Implements: blueprint support-cnf-scale
Spec: https://specs.openstack.org/openstack/tacker-specs/specs/wallaby/support-cnf-scale.rst
Change-Id: I739fa60a18323b248bc913f6062ef2138ad2e6ee
2021-02-24 06:25:54 +00:00
..
common Drop most of six importings 2020-10-19 12:10:05 +00:00
schemas Modify api schemas of vimConnectionInfo 2020-12-24 08:52:53 +09:00
v1 Drop most of six importings 2020-10-19 12:10:05 +00:00
validation Drop most of six importings 2020-10-19 12:10:05 +00:00
views Fix for multiple failures in VNF lifecycle 2020-12-18 11:50:28 +09:00
vnflcm Support CNF scale operations based on ETSI NFV 2021-02-24 06:25:54 +00:00
vnfpkgm Drop most of six importings 2020-10-19 12:10:05 +00:00
__init__.py rename neutron/api to tacker/api 2014-07-04 18:20:50 +09:00
api_common.py Dropping explicit unicode literal 2021-02-02 06:45:53 +05:30
extensions.py Drop most of six importings 2020-10-19 12:10:05 +00:00
versions.py from i18n import _ when quoting them 2019-08-09 09:59:48 +08:00