tacker/tacker/plugins
Hiromu Asahina 7b45bd1987 Refactor constants in conductor
In the current implementation, some groups of constant values are
defined in conductor_server as a tuple that is a dependency on
`_change_vnf_status`. There are two problems: (i) the place where the
constants declared is inappropriate; (ii) it depends on a specific
function.

This patch solves these problem by moving constants declaration to
constants.py and modify the `_change_vnf_status`.

Change-Id: I7255e18f95ac3fd8199d25181b7b3c4f9de01b51
2022-02-21 11:58:26 +09:00
..
common Refactor constants in conductor 2022-02-21 11:58:26 +09:00
common_services Implement vim status update in conductor 2017-06-20 11:47:16 +08:00
__init__.py rename neutron/{extensions, plugins, services} to tacker/{extensions, plugins, services} 2014-07-04 18:20:50 +09:00
fenix.py Fix and avoid an erroneous heat API call 2020-11-05 12:35:55 +00:00