2d9521b2bd
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> |
||
---|---|---|
.. | ||
__init__.py | ||
abstract_driver.py | ||
utils.py | ||
vnflcm_driver.py |