Comment 2 for bug 1816941

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

Reviewed: https://review.openstack.org/638352
Committed: https://git.openstack.org/cgit/openstack/masakari/commit/?id=324e1794f96a9dfe66fcb29d7c1c6ae986627ce5
Submitter: Zuul
Branch: master

commit 324e1794f96a9dfe66fcb29d7c1c6ae986627ce5
Author: shilpa.devharakar <email address hidden>
Date: Thu Feb 21 07:15:35 2019 +0000

    Fix parsing api version with correct service_type

    Masakari project service_type is `instance-ha` but it reads
    the api_version from `OpenStack-API-Version` request header
    using service_type `masakari`.

    This patch fixes this issue by changing service_type from
    `masakari` to `instance-ha`.

    Closes-Bug: #1816941
    Change-Id: Ife141f9eab438e21f02966f3d27a6f044d4aa4ac