neutron_lib.exceptions.dhcpagentscheduler module¶
-
exception
neutron_lib.exceptions.dhcpagentscheduler.InvalidDHCPAgent(**kwargs)¶ Bases:
neutron_lib.exceptions.agent.AgentNotFound-
message= 'Agent %(id)s is not a valid DHCP Agent or has been disabled.'¶
-
-
exception
neutron_lib.exceptions.dhcpagentscheduler.NetworkHostedByDHCPAgent(**kwargs)¶ Bases:
neutron_lib.exceptions.Conflict-
message= 'The network %(network_id)s has been already hosted by the DHCP Agent %(agent_id)s.'¶
-
-
exception
neutron_lib.exceptions.dhcpagentscheduler.NetworkNotHostedByDhcpAgent(**kwargs)¶ Bases:
neutron_lib.exceptions.Conflict-
message= 'The network %(network_id)s is not hosted by the DHCP Agent %(agent_id)s.'¶
-