Comment 6 for bug 1471168

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

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

commit ae3d970db302b48db90a03f32ffa54aa55d9f0e4
Author: ChangBo Guo(gcb) <email address hidden>
Date: Fri Jul 3 17:51:46 2015 +0800

    libvirt:Remove duplicated check code for config option sysinfo_serial

    In oslo.config StrOpt provide parameter choices, that means the option's
    value must be in the choices, otherewise an exception will be raised.
    The current exception is NoSuchOptError.
    sysinfo_serial_funcs.get(CONF.libvirt.sysinfo_serial) always return
    non-None value, so remove duplicatd check code.

    Change-Id: If9ff88a69a70b86dd72916f5926c3e47516b5e3b
    Partial-Bug: #1471168