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:
Mohammed Naser 2018-04-26 16:15:37 -04:00
parent 0c6f281ccd
commit b4632d7fe9
2 changed files with 1 additions and 6 deletions

View File

@ -63,10 +63,6 @@ class SubnetNotFound(NetworkException):
pass
class VIPConfigurationNotFound(NetworkException):
pass
class AmphoraNotFound(NetworkException):
pass

View File

@ -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)