diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-04-22 21:59:05 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-04-22 21:59:05 +0000 |
| commit | a7ef433525b9adc6b89f3cc646fd0bd6f53116a0 (patch) | |
| tree | 3a4de0d3af92d4cda5fd6f1ec713d7ed17ff9d91 /nova/api | |
| parent | e4979aa762f2ab816454ecf8af9d5ff626aa27c9 (diff) | |
| parent | 832a737266f799845c9fa7bdb18721bb5ecd0426 (diff) | |
| download | nova-a7ef433525b9adc6b89f3cc646fd0bd6f53116a0.tar.gz nova-a7ef433525b9adc6b89f3cc646fd0bd6f53116a0.tar.xz nova-a7ef433525b9adc6b89f3cc646fd0bd6f53116a0.zip | |
Merge "Delete extra space to api/volumes message"
Diffstat (limited to 'nova/api')
| -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): |
