Comment 20 for bug 1851587

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/train)

Reviewed: https://review.opendev.org/749609
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=c5abbd17b5552209e53ad61713c4787f47f463c6
Submitter: Zuul
Branch: stable/train

commit c5abbd17b5552209e53ad61713c4787f47f463c6
Author: Praharshitha Metla <email address hidden>
Date: Thu Jul 30 16:30:06 2020 +0530

    Removed the host FQDN from the exception message

    Deletion of an instance after disabling the hypervisor by a non-admin
     user leaks the host fqdn in fault msg of instance.Removing the
    'host' field from the error message of HypervisorUnavaiable
    cause it's leaking host fqdn to non-admin users. The admin user will
    see the Hypervisor unavailable exception msg but will be able to figure
    on which compute host the guest is on and that the connection is broken.

    Change-Id: I0eae19399670f59c17c9a1a24e1bfcbf1b514e7b
    Closes-Bug: #1851587
    (cherry picked from commit a89ffab83261060bbb9dedb2b8de6297b2d07efd)
    (cherry picked from commit ff82601204e9d724b3032dc94c49fa5c8de2699b)