tacker/tacker/vnflcm
Hiromu Asahina 2d9521b2bd Fix scaling during the heat cooldown
When scaling occurs during the heat cooldown, VNF is not actually
scaled but the scale_level value in the VNF information will change.
This bug happens because Heat does not return any error responses when
it cannot perform scaling action due to the cooldown, and thus Tacker
cannot detect a scaling failure.

To fix this bug, this patch changes the ``scale`` method of OpenStack
infra-driver to wait for scaling until cooldown ends.

Closes-Bug: #1925119
Change-Id: Ieca345d7e46e03756d34f7d00b37ebc9c25d8d8b
Signed-off-by: Hiromu Asahina <hiromu.asahina.az@hco.ntt.co.jp>
2021-09-26 14:17:34 +00:00
..
__init__.py Add instantiate vnf instance API 2020-04-22 07:42:05 +00:00
abstract_driver.py Drop most of six importings 2020-10-19 12:10:05 +00:00
utils.py Sample script for deploying k8s with kubespray 2021-09-17 10:53:59 +09:00
vnflcm_driver.py Fix scaling during the heat cooldown 2021-09-26 14:17:34 +00:00