Comment 7 for bug 1288419

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

Reviewed: https://review.openstack.org/91402
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=41a24434d005f5b391de24d9c6ad62dc818a56d7
Submitter: Jenkins
Branch: master

commit 41a24434d005f5b391de24d9c6ad62dc818a56d7
Author: Veronica Musso <email address hidden>
Date: Tue Apr 29 19:33:13 2014 -0300

    AttributeError at attaching a non-existent volume

    When user tries to attach a non-existent volume, AttributeError
    exception is thrown in get_data function, where the right behavior
    is returning [].

    This patch is based in the solution proposed by Matthew D. Wood.

    Change-Id: Ib6c5f83845e0056865a8ace82d9e2f4351d4be3e
    Closes-Bug: #1288419