Merge "Remove aodh_plugin option"

This commit is contained in:
Zuul 2019-03-14 19:39:04 +00:00 committed by Gerrit Code Review
commit c8e46be530

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'