Comment 5 for bug 1240319

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

Reviewed: https://review.openstack.org/56793
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=18a6f7ced0f5d2c6293ca06470a7fab45a11e833
Submitter: Jenkins
Branch: master

commit 18a6f7ced0f5d2c6293ca06470a7fab45a11e833
Author: Matt Riedemann <email address hidden>
Date: Sat Nov 16 14:04:32 2013 -0800

    Enforce metadata string type on key/value pairs

    The compute API is currently enforcing quota limits for user metadata
    and length restrictions on the dict entries, but is not enforcing that
    they are string types. This patch adds the checks for string type on the
    keys and values in the metadata dict.

    Closes-Bug: #1240319

    Change-Id: Ic4aacc342cf37d929871287e6e4917f4f48b63e8