Comment 5 for bug 1279485

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

Reviewed: https://review.openstack.org/126247
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=0d085cd42206e56361a4d70b59911622d8bea293
Submitter: Jenkins
Branch: master

commit 0d085cd42206e56361a4d70b59911622d8bea293
Author: nikunj2512 <email address hidden>
Date: Mon Oct 6 15:32:02 2014 +0530

    Fixes poor error message when deleting networks

    This patch fixes the poor error message when deleting networks when
    the network is being used by an active instance. The old error
    message upon network deletion used to show the network UUID, which
    was a little inconvenient for the end-user. So, with the help of
    this patch, any error in deleting the network will show the
    network name instead of network UUID.

    Change-Id: I38a8a0260860383eee9d3e3b28cc4bc3ec65b255
    Closes-bug: #1279485