Comment 2 for bug 1633066

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

Reviewed: https://review.openstack.org/386086
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a594df67a73a73dc6d26b62b29aa93dfb5f8d00c
Submitter: Jenkins
Branch: master

commit a594df67a73a73dc6d26b62b29aa93dfb5f8d00c
Author: ZhaoBo <email address hidden>
Date: Fri Oct 14 00:52:27 2016 +0800

    Catch invalid subnet service_types on input

    _validate_subnet_service_types function does not consider the
    data type of service_type on creatation or update. For example,
    if an integer type is passed, the neutron-server will hit
    internal error.

    This patch adds a check to make sure the data type is unicode.

    Change-Id: I5e6d15def3e23f51172b69e1287ff18ab5d3f6aa
    Closes-Bug: #1633066