Comment 2 for bug 1638703

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

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

commit 660946a921ce41b196533fe49d0df4e5a479eea0
Author: Kevin Benton <email address hidden>
Date: Wed Nov 2 13:45:10 2016 -0700

    Fix modify_fields_from_db for vif_details empty str

    vif_details is represented as an empty string in our DB schema
    when it's not defined. The 'modify_fields_from_db' method was
    incorrectly attempting to feed this directly into the json decoder.

    Closes-Bug: #1638703
    Change-Id: I7b13fb30de71bb4dce4dbab4ffe430e1d0ef8f3a