Comment 2 for bug 965008

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

Reviewed: https://review.openstack.org/6076
Committed: http://github.com/openstack/nova/commit/2cea9b04139a0b64f1bda5b777c062e207d739f9
Submitter: Jenkins
Branch: master

commit 2cea9b04139a0b64f1bda5b777c062e207d739f9
Author: Mandar Vaze <email address hidden>
Date: Mon Apr 2 03:02:22 2012 -0700

    Disallow network creation when label > 255. Fixes bug 965008

    Added length check for label. Without length check,
    label is truncated. Warning is shown by sqlalchemy layer.

    Raise an InvalidInput exception when validation fails (like
    rest of the surroudning code)

    Change-Id: Iae517e03099e36f1c00f4742049834a9231a2fff