Comment 12 for bug 1757061

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

Reviewed: https://review.openstack.org/608165
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ae39c0332d773226e3bd7dd0f81da9660b7ba7cb
Submitter: Zuul
Branch: stable/rocky

commit ae39c0332d773226e3bd7dd0f81da9660b7ba7cb
Author: jichen <email address hidden>
Date: Thu Mar 22 14:07:20 2018 +0800

    Not set instance to ERROR if set_admin_password failed

    In some cases, an instance will be set to ERROR state when
    set_admin_password failed (some Exception like Forbidden)
    this is inconsistent to other exceptions and also
    set_admin_password is a sync call from API to compute,
    we can simply return the error to the upper layer (operator or
    user) to avoid make user run reset to restore instance
    status since no changes to guest at all.

    Change-Id: If1c901b974bc7295927b3f033a04eaa6ac36f603
    Closes-Bug: 1757061
    (cherry picked from commit 513f2d3d254e2ffcc5c9eb786bc1c7d52036d392)