use 'uuid' field in networks table rather than 'bridge'. Specify project_id when creating instance in unit test
This commit is contained in:
@@ -411,6 +411,10 @@ class NetworkNotFoundForBridge(NetworkNotFound):
|
||||
message = _("Network could not be found for bridge %(bridge)s")
|
||||
|
||||
|
||||
class NetworkNotFoundForUUID(NetworkNotFound):
|
||||
message = _("Network could not be found for uuid %(uuid)s")
|
||||
|
||||
|
||||
class NetworkNotFoundForCidr(NetworkNotFound):
|
||||
message = _("Network could not be found with cidr %(cidr)s.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user