Comment 3 for bug 1582911

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

Reviewed: https://review.openstack.org/318447
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=22c87390a33300b93f0913d4e787662b119a00b9
Submitter: Jenkins
Branch: master

commit 22c87390a33300b93f0913d4e787662b119a00b9
Author: He Jie Xu <email address hidden>
Date: Thu May 19 11:04:10 2016 +0800

    Enable 'null' value for user_data in V2.1 API

    The legacy v2 API allow the 'null' value for user_data. Unfortunately
    the v2.1 API didn't match that in the input validation. This patch
    enables 'null' value, at sametime, it enables for v2.1 compat mode
    also.

    Change-Id: Iae614035efd4b37c214754ad12b17ca224b8fd92
    Closes-Bug: #1582911