Code Review
/
openstack-build
/
cinder-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
dbc0b4a
)
Add missing space to "volumes already consumed" message
author
Eric Harney
<eharney@redhat.com>
Tue, 16 Apr 2013 14:37:30 +0000
(10:37 -0400)
committer
Eric Harney
<eharney@redhat.com>
Tue, 16 Apr 2013 14:37:30 +0000
(10:37 -0400)
Change-Id: I48728def59ecb2f139fa523cfe429aab076bfa88
cinder/volume/api.py
patch
|
blob
|
history
diff --git
a/cinder/volume/api.py
b/cinder/volume/api.py
index fd136f52a35c6cef7b0777767a59be9f41cc4327..032f2d2f38978148558b613ade439bf554af2f7c 100644
(file)
--- a/
cinder/volume/api.py
+++ b/
cinder/volume/api.py
@@
-171,7
+171,7
@@
class API(base.Base):
raise exception.VolumeSizeExceedsAvailableQuota()
elif 'volumes' in overs:
msg = _("Quota exceeded for %(s_pid)s, tried to create "
- "volume (%(d_consumed)d volumes"
+ "volume (%(d_consumed)d volumes
"
"already consumed)")
LOG.warn(msg % {'s_pid': context.project_id,
'd_consumed': _consumed('volumes')})