Comment 3 for bug 1477789

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

Reviewed: https://review.openstack.org/205331
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=f89f0f2b69fd4d3ec315211fd9186d0d118650c3
Submitter: Jenkins
Branch: master

commit f89f0f2b69fd4d3ec315211fd9186d0d118650c3
Author: Hiroyuki Eguchi <email address hidden>
Date: Fri Aug 14 12:43:44 2015 +0900

    Fix AttributeError without share type provided

    A share_type is set to None, when creating a new share
    without specifying a share type and a default_share_type
    option is set to None.
    Make scheduler check presense of a share type and
    raise error if it is absent.
    The raised error is logged finally.

    Closes-Bug: #1477789
    Change-Id: I6cdf3ce3940af4095b8e6afca4861ad1c2fc4795