Comment 6 for bug 1579664

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

Reviewed: https://review.openstack.org/386675
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=104f8cc4c41c77bd07503329710e622f27e11372
Submitter: Jenkins
Branch: stable/newton

commit 104f8cc4c41c77bd07503329710e622f27e11372
Author: Davanum Srinivas <email address hidden>
Date: Mon May 9 08:23:25 2016 -0400

    Fix exception when vcpu_pin_set is set to ""

    We should treat vcpu_pin_set="", same as vcpu_pin_set=None and
    avoid the problem mentioned in the bug report.

    Closes-Bug: #1579664
    Change-Id: Ifa2b960aa74072ba668c9d028df108af6156fe40
    (cherry picked from commit 8b199c6dff4c61169a9eb916511b716d8f20c015)