Comment 35 for bug 1743688

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to aodh (master)

Reviewed: https://review.openstack.org/620002
Committed: https://git.openstack.org/cgit/openstack/aodh/commit/?id=0e40e57c1ab2e8468016d4d877a91ce3a06df40a
Submitter: Zuul
Branch: master

commit 0e40e57c1ab2e8468016d4d877a91ce3a06df40a
Author: ghanshyam <email address hidden>
Date: Mon Nov 26 10:19:39 2018 +0000

    Set Tempest's service_availability setting for Aodh

    Tempest's service_available config option includes all the service
    availability which is further used by tests to take decision of skip
    or run the test.

    For example, [service_available].aodh is true then, aodh test will run
    or if [service_available].aodh is false then, all aodh related tests either
    in telemetry tempest plugin or any other plugins will be skipped.

    This commit add the setting of aodh service[1] on aodh devstack plugin.

    Closes-Bug: #1743688
    [1] https://github.com/openstack/telemetry-tempest-plugin/blob/master/telemetry_tempest_plugin/config.py#L27

    Change-Id: Idac9f38aac6964ce4d40b6afccbd9dfbf6e16a41