Comment 3 for bug 1642485

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

Reviewed: https://review.openstack.org/398998
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=9bbce28c56666de6eb430d027af4ddf5cfc686e4
Submitter: Jenkins
Branch: master

commit 9bbce28c56666de6eb430d027af4ddf5cfc686e4
Author: bhagyashris <email address hidden>
Date: Wed Nov 30 20:41:48 2016 +0530

    Return 400 when name is more than 200 characters

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

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

    Closes-Bug: #1642485
    Change-Id: Ia22ae86702dabe18bc577b17164a81c363da6d41