Comment 48 for bug 1517839

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

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

commit 436563f7f9f3cab93f0d93855b02233793738813
Author: ChangBo Guo(gcb) <email address hidden>
Date: Mon Jun 6 14:58:08 2016 +0800

    Remove config option config_drive_format's invalid value test

    Config option config_drive_format with parameter choices=('iso9660', 'vfat'),
    that means it only accepts these two values, other value will lead a
    ValueError, so need remove invalid test method.

    Change-Id: I1054f12e63f9d3e4047a1362269dc64721c38e1e
    Related-Bug: #1517839