Comment 1 for bug 1070511

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

Reviewed: https://review.openstack.org/14709
Committed: http://github.com/openstack/openstack-common/commit/c8cf6f74001ec3ced16a516c7b10a596b75bc34c
Submitter: Jenkins
Branch: master

commit c8cf6f74001ec3ced16a516c7b10a596b75bc34c
Author: Sean Dague <email address hidden>
Date: Tue Oct 23 16:39:00 2012 -0400

    move nova.common.deprecated to openstack-common

    Fixes bug #1070511

    nova has a common deprecation path which lets you turn
    deprecation warnings into fatal errors via config. Make
    this a function of the openstack common log to make it
    available to other projects in a standard way.

    Include exception directly in logging module.

    Update exception to work correctly now that it's not
    based off of nova's exception class.

    Change-Id: I699e776c99c429e60dfb5cd6c0cdbb661bae0ce8