neutron/neutron/plugins/hyperv
lizheming 42683e1784 Fix bug:range() is not same in py3.x and py2.x
in python3.x, there is no method named xrange(),
it has replaced by range(),which is equal to xrange() in python2.x.
so we must fix this issue.we use six module to fix this issue.

Change-Id: I9cee3f0df2d8abbf6f66d7c5a3a0fed98df622e8
Closes-Bug: #1268439
2014-03-11 16:44:47 +08:00
..
agent Merge "Minor refactoring for Hyper-V utils and tests" 2014-03-05 08:27:55 +00:00
common Update common network type consts to same origin 2013-12-10 19:29:12 +00:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
agent_notifier_api.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
db.py Fix bug:range() is not same in py3.x and py2.x 2014-03-11 16:44:47 +08:00
hyperv_neutron_plugin.py replace rest of q_exc to n_exc in code base 2014-03-03 17:42:20 -08:00
model.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
rpc_callbacks.py Fixes Hyper-V agent RPC calls for ML2 support 2013-09-25 22:36:42 +03:00