Comment 2 for bug 1566820

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

Reviewed: https://review.openstack.org/303350
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=2327e9c1e1f2188f4229656791d589686fc66325
Submitter: Jenkins
Branch: master

commit 2327e9c1e1f2188f4229656791d589686fc66325
Author: Kenji Ishii <email address hidden>
Date: Fri Apr 8 10:33:09 2016 +0000

    Improve error message of when Conflict error occur in ng-swift

    When we create a container, folder or object, error will occur if the
    specified name is already exist. And when we delete, if specified
    container or folder have a content, error will occur.
    At the moment, error message is always same in all cases.
    This patch will improve the message of when Conflict exception occur.

    Change-Id: I825ef09badd1b10bb6fdab8f223bd6dfed28f3a4
    Closes-bug: #1566820