Remove PluggedVIPNotFound references
The PluggedVIPNotFound exception is no longer being raised anywhere so we can drop any references to it. Change-Id: Ida424233a3a7fbb372a837ba3f484abd089d38aa
This commit is contained in:
parent
0c6f281ccd
commit
b4632d7fe9
@ -63,10 +63,6 @@ class SubnetNotFound(NetworkException):
|
||||
pass
|
||||
|
||||
|
||||
class VIPConfigurationNotFound(NetworkException):
|
||||
pass
|
||||
|
||||
|
||||
class AmphoraNotFound(NetworkException):
|
||||
pass
|
||||
|
||||
|
@ -134,7 +134,6 @@ New Exceptions defined in the octavia.network package:
|
||||
* PortNotFound
|
||||
* SubnetNotFound
|
||||
* NetworkNotFound
|
||||
* VIPConfigurationNotFound
|
||||
* AmphoraNotFound
|
||||
|
||||
|
||||
@ -181,7 +180,7 @@ class AbstractNetworkDriver
|
||||
* Removes any resources that reserved this virtual ip.
|
||||
* vip = VIP instance
|
||||
* returns None
|
||||
* raises DeallocateVIPException, VIPInUse, VIPConfigurationNotFound
|
||||
* raises DeallocateVIPException, VIPInUse
|
||||
|
||||
* plug_network(compute_id, network_id, ip_address=None)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user