neutron_lib.exceptions.local_ip module¶
-
exception
neutron_lib.exceptions.local_ip.LocalIPAssociationNotFound(**kwargs)¶ Bases:
neutron_lib.exceptions.NotFound-
message= 'Local IP %(local_ip_id)s association with port %(port_id)s could not be found.'¶
-
-
exception
neutron_lib.exceptions.local_ip.LocalIPInUse(**kwargs)¶ Bases:
neutron_lib.exceptions.InUse-
message= 'Local IP %(id)s is still associated with one or more ports.'¶
-
-
exception
neutron_lib.exceptions.local_ip.LocalIPNoIP(**kwargs)¶ Bases:
neutron_lib.exceptions.InvalidInput-
message= 'Specified Port %(port_id)s has no fixed IPs configured.'¶
-
-
exception
neutron_lib.exceptions.local_ip.LocalIPNoRequestedIP(**kwargs)¶ Bases:
neutron_lib.exceptions.InvalidInput-
message= 'Specified Port %(port_id)s has several IPs, should specify exact IP address to use for Local IP.'¶
-
-
exception
neutron_lib.exceptions.local_ip.LocalIPNotFound(**kwargs)¶ Bases:
neutron_lib.exceptions.NotFound-
message= 'Local IP %(id)s could not be found.'¶
-
-
exception
neutron_lib.exceptions.local_ip.LocalIPPortOrNetworkRequired(**kwargs)¶ Bases:
neutron_lib.exceptions.InvalidInput-
message= 'Either Port ID or Network ID must be specified for Local IP create.'¶
-
-
exception
neutron_lib.exceptions.local_ip.LocalIPRequestedIPNotFound(**kwargs)¶ Bases:
neutron_lib.exceptions.InvalidInput-
message= 'Specified Port %(port_id)s does not have requested IP address: %(ip)s.'¶
-