This patch is a part of Legacy APIs deprecation. Currently, the Tacker uses Mistral for the VIM monitoring but for nothing else. Maintaining dependency on Mistral only for this feature is ineffective in terms of maintainability. Moreover, the main use case of Tacker is now VNFM that is not responsible for VIM monitoring. This patch removes the dependency on Mistral for VIM monitoring. Note: although there's no actual use, Tacker also depends on Mistral in NS LCM, which will be removed by a different patch. Implements: blueprint deprecate-legacy-apis Change-Id: Ia11496da7942457239df59b52af817c76e736013
15 lines
611 B
Python
15 lines
611 B
Python
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
# not use this file except in compliance with the License. You may obtain
|
|
# a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
# License for the specific language governing permissions and limitations
|
|
# under the License.
|
|
|
|
|
|
TOPIC_CONDUCTOR = 'TACKER_CONDUCTOR'
|