Correct the error message in the Class NoNetworkAvailable
Bug #1052294 Change "No virtual network is available." to "No tenant network is available for allocation." Change-Id: I8e2b40df1afa46522666d51218b82a4deef2ff64
This commit is contained in:
parent
81b68879b1
commit
a385229da8
@ -147,7 +147,7 @@ class ResourceExhausted(QuantumException):
|
|||||||
|
|
||||||
class NoNetworkAvailable(ResourceExhausted):
|
class NoNetworkAvailable(ResourceExhausted):
|
||||||
message = _("Unable to create the network. "
|
message = _("Unable to create the network. "
|
||||||
"No virtual network is available.")
|
"No tenant network is available for allocation.")
|
||||||
|
|
||||||
|
|
||||||
class AlreadyAttached(QuantumException):
|
class AlreadyAttached(QuantumException):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user