File neutron-ha-tool_python26-ordereddict.patch of Package openstack-neutron
--- ./neutron-ha-tool.py 2014/03/07 16:01:02 1.1 +++ ./neutron-ha-tool.py 2014/03/07 16:01:16 @@ -23,7 +23,7 @@ import random import time from logging.handlers import SysLogHandler -from collections import OrderedDict +from ordereddict import OrderedDict from neutronclient.neutron import client