Comment 104 for bug 1517839

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

Reviewed: https://review.openstack.org/461083
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=e1155a0a46ff188688fe057ce73a343b08b6c03b
Submitter: Jenkins
Branch: master

commit e1155a0a46ff188688fe057ce73a343b08b6c03b
Author: ChangBo Guo(gcb) <email address hidden>
Date: Fri Apr 28 23:36:03 2017 +0800

    Remove test_unsupported_default_store

    Config option 'default_store' in group 'glance_store' only allows value
    in [file, filesystem, http, https, swift, swift+http, swift+https,
    swift+config, rbd, sheepdog, cinder, vsphere] due to the parameter
    choices, oslo.config will ensure that, other value will lead ValueError.
    So don't need test this case.

    Related-Bug: #1517839
    Change-Id: I3459a8e9f07ed9464073133931fadc77f8186602