From a385229da8c16586674162e606f159fb9f32c11d Mon Sep 17 00:00:00 2001 From: ivan-zhu Date: Fri, 28 Sep 2012 22:36:23 +0800 Subject: [PATCH] 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 --- quantum/common/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/common/exceptions.py b/quantum/common/exceptions.py index c99c25403..365687bad 100644 --- a/quantum/common/exceptions.py +++ b/quantum/common/exceptions.py @@ -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): -- 2.45.2