Comment 2 for bug 1690890

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

Reviewed: https://review.openstack.org/464726
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=902b7bf6f5425824a0661b8e4beac4a894749c03
Submitter: Jenkins
Branch: master

commit 902b7bf6f5425824a0661b8e4beac4a894749c03
Author: Chris Friesen <email address hidden>
Date: Mon May 15 12:48:37 2017 -0600

    fix InvalidSharedStorage exception message

    The exception message for InvalidSharedStorage is grammatically
    complex and ignores the possibility of block migration, which
    results in a misleading and confusing message for the user.

    Change it to something simpler and more accurate.

    Change-Id: Icfc8e151a4ea36ec303f0b8c2e1dc9e6f0bd5925
    Closes-Bug: #1690890