Comment 11 for bug 1403020

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

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

commit 7e2f5c7d340a0131ac083ed036e417976d6342da
Author: Matt Riedemann <email address hidden>
Date: Mon Apr 18 17:17:30 2016 -0400

    Remove deprecated ability to load scheduler_host_manager from path

    The ability to load the scheduler_host_manager from a random
    classpath was deprecated in Mitaka. This removes that ability
    so that only the entrypoints in Nova's setup.cfg can be used
    to load the scheduler host manager.

    The scheduler_host_manager config option is updated to only
    allow the choices that are currently in the setup.cfg.

    And a release note is added for the upgrade impact of dropping
    the deprecated classpath loading ability.

    Change-Id: I886c74afac02d100d472b78522e8295748276e4d
    Related-Bug: #1403020