summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorDave Walker (Daviey) <DaveWalker@ubuntu.com>2011-07-28 21:12:03 +0100
committerDave Walker (Daviey) <DaveWalker@ubuntu.com>2011-07-28 21:12:03 +0100
commit2e3b199005d16ee3e35cd6c71b8512628e3631bc (patch)
tree8cbb4784a04fa191a0aa693e7d738dd89be56dd0 /nova/api
parent25bd75bfd2c72899bf139e671fd42fd2dc1dc0e1 (diff)
Simplified test cases
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/ec2/cloud.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/ec2/cloud.py b/nova/api/ec2/cloud.py
index ecdbad895..371837d19 100644
--- a/nova/api/ec2/cloud.py
+++ b/nova/api/ec2/cloud.py
@@ -695,7 +695,7 @@ class CloudController(object):
if not re.match('^[a-zA-Z0-9_\- ]+$', str(group_name)):
# Some validation to ensure that values match API spec.
# - Alphanumeric characters, spaces, dashes, and underscores.
- # TODO(Daviey): LP: #813685 extend beyond group_name checking, and
+ # TODO(Daviey): LP: #813685 extend beyond group_name checking, and
# probably create a param validator that can be used elsewhere.
err = _("Value (%s) for parameter GroupName is invalid."
" Content limited to Alphanumeric characters, "