Remove aodh_plugin option

aodh_plugin option under service_available section is
deprecated since telemetry-tempest-plugin version 0.2.0 [1]
which is available since queens [2].

[1] https://github.com/openstack/telemetry-tempest-plugin/
    blob/0.2.0/telemetry_tempest_plugin/config.py#L31
[2] https://github.com/redhat-openstack/rdoinfo/blob/
    2c479b4311b7f8840576b891f6f955bbe1880c65/tags/queens.yml#L1042

Change-Id: I44b456c8ec98b11e0c865ffda7b311bc2c917b19
This commit is contained in:
Martin Kopec 2019-03-05 12:26:06 +00:00
parent e312be824d
commit 87a4e8128d
1 changed files with 4 additions and 10 deletions

View File

@ -18,16 +18,10 @@ from config_tempest.services.base import Service
class AlarmingService(Service):
def set_availability(self, conf, available):
# TODO(arxcruz): Remove this once/if we get the following reviews
# merged in all branches supported by tempestconf, or once/if
# tempestconf do not support anymore the OpenStack release where
# those patches are not available.
# https://review.openstack.org/#/c/492526/
# https://review.openstack.org/#/c/492525/
conf.set('service_available', 'aodh', str(available))
conf.set('service_available', 'aodh_plugin', str(available))
@staticmethod
def get_service_name():
return ['aodh']
@staticmethod
def get_codename():
return 'aodh'