Comment 4 for bug 1585917

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

Reviewed: https://review.openstack.org/329288
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=9eed745871814d611788f560965f78be8e7b5b0d
Submitter: Jenkins
Branch: master

commit 9eed745871814d611788f560965f78be8e7b5b0d
Author: bhagyashris <email address hidden>
Date: Fri Jun 3 09:16:44 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. metadef tag create
    2. metadef property create
    3. metadef object create

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

    DocImpact: Earlier for all of the above APIs, maxLength check
    for "name" paramerter was not present in schema.
    Now all of the above APIs will return 400 HTTPBadRequest
    if user passes "name" more than 255 characters.

    Partial-Bug: #1585917
    Change-Id: Ib85d703442d39a1f5b79b383f6b2dd800b9c7b20