summaryrefslogtreecommitdiffstats
path: root/nova/exception.py
diff options
context:
space:
mode:
authorTrey Morris <trey.morris@rackspace.com>2011-07-27 13:49:36 -0500
committerTrey Morris <trey.morris@rackspace.com>2011-07-27 13:49:36 -0500
commit2b0134bdfa73e7eb616414b3f8cd1b5ed99b8283 (patch)
tree5627855ed59986c438e881b73ecb5046ad0ace70 /nova/exception.py
parenta300a964cedd44dec09dae3e631d0d11f5782213 (diff)
added ipv6 requirements to nova-manage network create. changed --network to --fixed_range_v4
Diffstat (limited to 'nova/exception.py')
-rw-r--r--nova/exception.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/exception.py b/nova/exception.py
index 637cad7ee..ca2ba3c96 100644
--- a/nova/exception.py
+++ b/nova/exception.py
@@ -373,7 +373,7 @@ class StorageRepositoryNotFound(NotFound):
class NetworkNotCreated(NovaException):
- message = _("A %(req)s is required to create a network.")
+ message = _("%(req)s is required to create a network.")
class NetworkNotFound(NotFound):