neutron/neutron/extensions
lzklibj a2cfd9fcd6 Unify exceptions for assign router to dvr agent
validate_agent_router_combination use two different exceptions
for assigning a router to an agent in 'dvr' mode:
  RouterL3AgentMismatch: assign dvr router to legacy agent.
  DVRL3CannotAssignToDvrAgent: assign dvr router to (another) dvr agent.

This should be unified to one single exception, for routers on agent in
'dvr' mode should be only scheduled, not allowed to be manually assigned.

Change-Id: I3673c4c6852105f86b3aac390d0aabc75944de9d
Closes-Bug: #1529439
2016-01-14 16:10:23 +00:00
..
__init__.py Removing vim header lines 2014-04-01 10:38:31 -04:00
address_scope.py Add explicit address family to AddressScope 2015-12-14 11:02:27 -08:00
agent.py Wrong usage of "a" 2015-12-30 01:15:16 +08:00
allowedaddresspairs.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
availability_zone.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
dhcpagentscheduler.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
dns.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
dvr.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
external_net.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
extra_dhcp_opt.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
extraroute.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
flavors.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
l3.py Add constant to L3 extension for floating ips 2015-12-23 18:34:57 +00:00
l3_ext_gw_mode.py Remove get_namespace from API extensions 2015-06-15 09:17:32 -04:00
l3_ext_ha_mode.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
l3agentscheduler.py Unify exceptions for assign router to dvr agent 2016-01-14 16:10:23 +00:00
metering.py Trival: Remove unused logging import 2015-12-26 12:49:56 +08:00
multiprovidernet.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
netmtu.py Remove get_namespace from API extensions 2015-06-15 09:17:32 -04:00
network_availability_zone.py Use a joined relationship for AZ info on networks 2015-12-14 14:45:30 -08:00
portbindings.py Adding a VNIC type for physical functions 2015-12-14 10:02:40 -03:30
portsecurity.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
providernet.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
qos.py Fix the indentation issue 2015-11-17 17:12:51 +08:00
quotasv2.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
rbac.py Fix timestamp in RBAC extension 2015-12-08 14:16:49 -08:00
router_availability_zone.py Use a joined relationship for AZ info on routers 2015-12-15 23:29:47 -08:00
routerservicetype.py Merge "Remove get_namespace from API extensions" 2015-06-24 14:54:12 +00:00
securitygroup.py Corrected wrong ethertype exception message 2015-12-21 13:13:10 +05:30
servicetype.py Trival: Remove unused logging import 2015-12-26 12:49:56 +08:00
subnetallocation.py Remove get_namespace from API extensions 2015-06-15 09:17:32 -04:00
vlantransparent.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00