summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorDave Walker (Daviey) <DaveWalker@ubuntu.com>2011-07-20 20:12:19 +0100
committerDave Walker (Daviey) <DaveWalker@ubuntu.com>2011-07-20 20:12:19 +0100
commit25bd75bfd2c72899bf139e671fd42fd2dc1dc0e1 (patch)
tree3977a0399f381f070735333340f921a410e7e2a3 /nova/api
parent5e9e62c2382f29a55b9b0c7a2b4aefc16b9d623d (diff)
downloadnova-25bd75bfd2c72899bf139e671fd42fd2dc1dc0e1.tar.gz
nova-25bd75bfd2c72899bf139e671fd42fd2dc1dc0e1.tar.xz
nova-25bd75bfd2c72899bf139e671fd42fd2dc1dc0e1.zip
Added LP bug num to TODO
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/ec2/cloud.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/api/ec2/cloud.py b/nova/api/ec2/cloud.py
index cd493e3e7..ecdbad895 100644
--- a/nova/api/ec2/cloud.py
+++ b/nova/api/ec2/cloud.py
@@ -695,8 +695,8 @@ 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): extend beyond group_name checking, and probably
- # create a param validator function that can be used elsewhere.
+ # 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, "
"spaces, dashes, and underscores.") % group_name