Comment 4 for bug 994652

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

Reviewed: https://review.openstack.org/7447
Committed: http://github.com/openstack/quantum/commit/ae73d027140f87a881f4b324e6c243afc81cfbb0
Submitter: Jenkins
Branch: master

commit ae73d027140f87a881f4b324e6c243afc81cfbb0
Author: mat <email address hidden>
Date: Tue May 15 17:35:12 2012 +0200

    Calling Super method from QuantumPortAwareScheduler.__init__

    the quantum.plugins.cisco.nova.quantum_port_aware_scheduler.QuantumPortAwareScheduler class wasn't calling its superclass __init__.
    the host_manager attribute of driver.Scheduler class wasn't initialized, and the scheduler was crashing when it was receiving a host message via amqp.

    Fixes bug 994652

    Change-Id: I733d80df8f87ff314f4233b10fa8afaf454eedf0