neutron/neutron
Ihar Hrachyshka 26b4c5606c python3: convert range object to list before comparing with a list
In python3, calling range() doesn't produce a list, but an iterable. We
need to explicitly convert it to a list, otherwise we get an error:

MismatchError: range(5, 16) != [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]

Change-Id: Ie55c0d0a98a2b81c237ef42a55f7ce4b129828fb
2017-05-24 15:34:26 -07:00
..
agent Merge "Send both gratuitous ARP REQUESTs and REPLYs" 2017-05-19 03:05:06 +00:00
api use neutron-lib callbacks 2017-04-26 12:12:53 -06:00
callbacks Merge "service: add callback AFTER_SPAWN" 2017-05-20 09:09:12 +00:00
cmd Merge "Adds an option to skip ports on ovs_cleanup" 2017-05-17 09:15:33 +00:00
common Add check for Bandwidth Limit Rules 2017-05-17 03:51:35 +00:00
conf Use HostAddressOpt for opts that accept IP and hostnames 2017-04-20 07:24:31 -04:00
core_extensions Adopt neutron-lib plugin directory 2016-11-23 04:45:33 -07:00
db Merge "Eliminate SUBNET_GATEWAY resource" 2017-05-18 18:31:12 +00:00
debug use neutron_lib's portbindings api-def 2017-03-31 09:16:22 -06:00
extensions Merge "Add QoS bandwidth limit for instance ingress traffic" 2017-05-01 11:20:39 +00:00
hacking Switch to neutron-lib hacking factory 2017-04-13 07:41:25 -07:00
ipam New enginefacade for networks, subnets. 2017-03-30 01:26:45 -07:00
locale Imported Translations from Zanata 2016-08-19 07:27:43 +00:00
notifiers use neutron-lib callbacks 2017-04-26 12:12:53 -06:00
objects Fix nullable data_plane_status reference in port OVO 2017-05-18 15:37:39 +00:00
pecan_wsgi use neutron-lib callbacks 2017-04-26 12:12:53 -06:00
plugins Merge "Move get_vif_type hook point into mech_agent" 2017-05-19 01:46:31 +00:00
privileged Do not raise an error deleting neighbour entry 2017-01-26 16:22:20 -05:00
quota Use new enginefacade for quota and provisioning blocks 2017-03-29 14:31:03 +00:00
scheduler Refactor L3 scheduler (unify code paths) 2017-01-26 23:05:06 +00:00
server Expose neutron api application as a wsgi script 2017-04-17 02:07:27 +00:00
services Add check for Bandwidth Limit Rules 2017-05-17 03:51:35 +00:00
tests python3: convert range object to list before comparing with a list 2017-05-24 15:34:26 -07:00
__init__.py Hacking rule to check i18n usage 2016-03-30 21:28:37 -04:00
_i18n.py Move i18n to _i18n, as per oslo_i18n guidelines 2015-12-01 19:29:10 -07:00
auth.py Use oslo.context class method to construct context object 2017-03-23 09:02:46 +00:00
manager.py Use is_loaded in manager.init 2017-03-30 14:53:20 +00:00
neutron_plugin_base_v2.py Revert "Revert "Remove threading before process forking"" 2016-06-02 21:26:08 +00:00
opts.py Remove deprecated support for QoS notification_drivers 2017-04-17 06:32:01 -07:00
policy.py Merge "Neutron server was not compatible with member actions" 2017-04-21 06:28:39 +00:00
service.py service: add callback AFTER_SPAWN 2017-05-08 09:00:11 -04:00
version.py
worker.py use neutron-lib callbacks 2017-04-26 12:12:53 -06:00
wsgi.py Merge "Pass parameters when create eventlet.wsgi server" 2017-04-17 05:35:54 +00:00