diff options
| author | Reedip <reedip14@gmail.com> | 2017-03-03 22:09:29 -0500 |
|---|---|---|
| committer | Reedip <reedip.banerjee@gmail.com> | 2017-03-05 18:21:46 +0000 |
| commit | 33b092fb9a7432dcb2302efc0ac6177fd3d092ad (patch) | |
| tree | 8f654405696e9ca31eb4639bd68dc427cce708dd /openstackclient/common | |
| parent | 6abd38cd46ade11a7509448fc6582559c2968283 (diff) | |
| download | python-openstackclient-33b092fb9a7432dcb2302efc0ac6177fd3d092ad.tar.gz | |
Trivial Fix
Add a space in the quota error message
Change-Id: I159708b42e86f6b02f8733103a687561d550f650
Diffstat (limited to 'openstackclient/common')
| -rw-r--r-- | openstackclient/common/quota.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/common/quota.py b/openstackclient/common/quota.py index afc6195f..82fbf2bb 100644 --- a/openstackclient/common/quota.py +++ b/openstackclient/common/quota.py @@ -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, |
