Comment 47 for bug 1517839

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

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

commit ff46efbd32715c2e9fe4c4f42362307b79c8f3c4
Author: ChangBo Guo(gcb) <email address hidden>
Date: Thu Jun 9 14:24:58 2016 +0800

    Remove invalid test of config option default_notification_level

    Config option default_notification_level only accepts values
    in [DEBUG, INFO, WARN, ERROR, CRITICAL], other value will lead
    ValueError, so don't test invalid value in Nova.

    Change-Id: I5431dcfd4f3b41833695c2559e737ee0d2961e87
    Related-Bug: #1517839