Comment 9 for bug 1414529

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

Reviewed: https://review.openstack.org/275513
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=9955d1685d3a5a4357f405b442abaa43f60cd6d0
Submitter: Jenkins
Branch: master

commit 9955d1685d3a5a4357f405b442abaa43f60cd6d0
Author: abhilash-goyal <email address hidden>
Date: Tue Feb 9 16:25:13 2016 +0530

    Replace use of eval with ast.literal_eval

    literal_eval supports a limited subset of Python, and is therefore
    safer than eval.

    Close-bug: 1414529
    Change-Id: Ib6145408360fa57cccc8d77c590a203e5088b193