Comment 3 for bug 1485198

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

Reviewed: https://review.openstack.org/213723
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=480b8737e3bec677fd76b68b8887efe5cb1ab8de
Submitter: Jenkins
Branch: master

commit 480b8737e3bec677fd76b68b8887efe5cb1ab8de
Author: John Griffith <email address hidden>
Date: Mon Aug 17 08:08:14 2015 -0600

    Allow 0 length name

    There are currently cases where nova for example
    creates volumes with a name of zero length. We
    can't just change that and break compatability.

    This patch just modifes the wsgi module to allow
    min length of zero again.

    Change-Id: I829a8b4d6773d1c646d07cccb36994370e1dbce9
    Closes-Bug: #1485198