Comment 3 for bug 1648314

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

Reviewed: https://review.openstack.org/409002
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=874e666e7a53ad59b820791491584ba0f8276fd1
Submitter: Jenkins
Branch: master

commit 874e666e7a53ad59b820791491584ba0f8276fd1
Author: bhagyashris <email address hidden>
Date: Wed Dec 7 18:28:48 2016 +0530

    Return 400 when name is more than 255 characters

    APIs listed below are returning 500 error if you pass name more than
    255 characters.
    1. create resource_classes
    2. update resource_classes

    Added maxLength check in schema to ensure name should not be more than
    255 characters.

    Closes-Bug: #1648314
    Change-Id: I4ae54f3061fe43d87a656088db1d2ae454eb8237