neutron/neutron/api
Cedric Brandily 761a1be425 Support Routes==2.3
SubMapper.connect allows in Routes<=2.2 to define routes with/without a
name:

 map.connect(route_name, route_path)
 map.connect(route_path)

Routes==2.3 SubMapper.connect now requires a route name (but not
Mapper.connect). This change adds a route name when needed to support
Routes<=2.2 and Routes==2.3.

Conflicts:
	neutron/api/extensions.py

Closes-Bug: #1563028
Change-Id: I655bfe7f047945896d63dd94c584acfe60d81b38
(cherry picked from commit c6efa6292c)
2016-03-30 11:26:14 +02:00
..
rpc Make security_groups_provider_updated work with Kilo agents 2016-01-16 17:53:23 +00:00
v2 Protect 'show' and 'index' with Retry decorator 2016-02-05 11:41:37 +00:00
views Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
api_common.py Python 3: do not compare int and NoneType 2015-08-05 11:24:57 +02:00
extensions.py Support Routes==2.3 2016-03-30 11:26:14 +02:00
versions.py Python 3: encode unicode response bodies 2015-08-13 19:13:38 +09:00