]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Calling Super method from QuantumPortAwareScheduler.__init__
authormat <mathieu.rohon@gmail.com>
Tue, 15 May 2012 15:35:12 +0000 (17:35 +0200)
committermat <mathieu.rohon@gmail.com>
Wed, 16 May 2012 07:44:05 +0000 (09:44 +0200)
commitae73d027140f87a881f4b324e6c243afc81cfbb0
tree25c77e0af4356974a3a1c9fe59db75aba5296530
parentc73ab6d10fe40a7a63c9874de27a53cc7a7344bd
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
quantum/plugins/cisco/nova/quantum_port_aware_scheduler.py