Comment 4 for bug 1428580

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

Reviewed: https://review.openstack.org/162531
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=69d25c4ca38922c06e8e95627a521e385586fc7d
Submitter: Jenkins
Branch: master

commit 69d25c4ca38922c06e8e95627a521e385586fc7d
Author: liyingjun <email address hidden>
Date: Mon Mar 9 13:52:22 2015 +0800

    Always show stack status reason in topology

    Currently, only when the stack is in error status, the stack status
    reason will be displayed, otherwise, there will be two line with
    exactly same words, and this makes the enduser confuse. So fixes
    this by changing to not show anything when stack in not in error
    status.

    Change-Id: Ifcd8def6b452ecccef9a8daa0e31504cffa2d6ad
    Closes-bug: #1428580