diff options
| -rw-r--r-- | nova/api/openstack/compute/contrib/volumes.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |
