From 832a737266f799845c9fa7bdb18721bb5ecd0426 Mon Sep 17 00:00:00 2001 From: You Ji Date: Wed, 17 Apr 2013 23:54:51 +0800 Subject: Delete extra space to api/volumes message Change-Id: I04efa9c8ddb5790f99d66c302198bf92000f6e66 Signed-off-by: You Ji --- nova/api/openstack/compute/contrib/volumes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova/api') diff --git a/nova/api/openstack/compute/contrib/volumes.py b/nova/api/openstack/compute/contrib/volumes.py index 27f5e4050..640ac0c76 100644 --- a/nova/api/openstack/compute/contrib/volumes.py +++ b/nova/api/openstack/compute/contrib/volumes.py @@ -617,7 +617,7 @@ class SnapshotController(wsgi.Controller): context=context) if not utils.is_valid_boolstr(force): - msg = _("Invalid value '%s' for force. ") % force + msg = _("Invalid value '%s' for force.") % force raise exception.InvalidParameterValue(err=msg) if utils.bool_from_str(force): -- cgit