nova.scheduler.filters.standard_filters

Bug #1082217 reported by Lorin Hochstein
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Medium
Tom Fifield

Bug Description

In searching through the nova code, I noticed the following:

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()

We'll need to update the scheduler section in the compute admin guide.

Tags: nova
Tom Fifield (fifieldt)
Changed in openstack-manuals:
status: New → Confirmed
tags: added: nova
Changed in openstack-manuals:
importance: Undecided → Medium
Tom Fifield (fifieldt)
Changed in openstack-manuals:
assignee: nobody → Tom Fifield (fifieldt)
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-manuals (master)

Fix proposed to branch: master
Review: https://review.openstack.org/17305

Revision history for this message
Tom Fifield (fifieldt) wrote :
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

Changed in openstack-manuals:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.