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:
ivan-zhu 2012-09-28 22:36:23 +08:00
parent 81b68879b1
commit a385229da8

View File

@ -147,7 +147,7 @@ class ResourceExhausted(QuantumException):
class NoNetworkAvailable(ResourceExhausted):
message = _("Unable to create the network. "
"No virtual network is available.")
"No tenant network is available for allocation.")
class AlreadyAttached(QuantumException):