Comment 3 for bug 1537919

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

Reviewed: https://review.openstack.org/272968
Committed: https://git.openstack.org/cgit/openstack/nova-zvm-virt-driver/commit/?id=fbbcfedde64e68f8f637beabec6c859015016e38
Submitter: Jenkins
Branch: master

commit fbbcfedde64e68f8f637beabec6c859015016e38
Author: jichenjc <email address hidden>
Date: Sun Jan 24 08:23:56 2016 +0800

    not use json dump for supported_instances

    the upper layer expect an array, dump it will make it a
    string and lead to index error. So change it back to array.

    Change-Id: I62895bd11ba16084b67f8d226e071ddd4f387063
    Closes-Bug: 1537919