Trivial Fix

Add a space in the quota error message

Change-Id: I159708b42e86f6b02f8733103a687561d550f650
This commit is contained in:
Reedip 2017-03-03 22:09:29 -05:00 committed by Reedip
parent 6abd38cd46
commit 33b092fb9a
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ class SetQuota(command.Command):
**volume_kwargs)
if network_kwargs:
sys.stderr.write("Network quotas are ignored since quota class"
"is not supported.")
" is not supported.")
else:
project = utils.find_resource(
identity_client.projects,