midokura / neutron

Quantum is a virtual network service for Openstack, and a part of Netstack.
http://openstack.org
Apache License 2.0
2 stars 3 forks source link

Fix typos for attributes of constants #122

Closed tfukushima closed 10 years ago

tfukushima commented 10 years ago

This patchs fixes the typo in neutron/services/dynamic_routing/dr_rpc_base.py. constants.DR_AGENT_SCHEDULER was replaced by constants.DR_AGENT_SCHEDULER_EXT_ALIAS.

Change-Id: I644c4278acc328cab12733a74e93e0fb97ee4721 Signed-off-by: Taku Fukushima tfukushima@midokura.com

tfukushima commented 10 years ago

Hi @jdevesa,

I'm not sure if constants.DR_AGENT_SCHEDULER is a typo of constants.DR_AGENT_SCHEDULER_EXT_ALIAS, but after I changed it I didn't experience the error.

I also re-enabled the merging logic of the peers and the advertise network.

devvesa commented 10 years ago

I'll take care of the rest Taku, don't worry. Fix this and enjoy your vacations!