Comment 3 for bug 1082217

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

Reviewed: https://review.openstack.org/17305
Committed: http://github.com/openstack/openstack-manuals/commit/010a80757312faf28ca14bfc96c85fce802378a7
Submitter: Jenkins
Branch: master

commit 010a80757312faf28ca14bfc96c85fce802378a7
Author: Tom Fifield <email address hidden>
Date: Sun Dec 2 20:49:43 2012 +1100

    Replace refs to standard_filters with all_filters

    fixes bug 1082217

    def standard_filters():
        """Deprecated. Configs should change to use all_filters()."""
        LOG.deprecated(_("Use 'nova.scheduler.filters.all_filters' instead "
                "of 'nova.scheduler.filters.standard_filters'"))
        return all_filters()

    So, replace standard_filters with all_filters.

    Change-Id: Ie5c5d7273ab5c2c21023604078a2d5c9fb37a707