diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-03-06 21:38:28 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-03-06 21:38:28 +0000 |
| commit | ca6f733f0f823ca427d003e9e20ae803b468f446 (patch) | |
| tree | 3c86b9842faef0ce3a5e0608c2d153cb252f80af /openstackclient | |
| parent | d07704dd2560149036b099e9087ecd5bacdf4f78 (diff) | |
| parent | 33b092fb9a7432dcb2302efc0ac6177fd3d092ad (diff) | |
| download | python-openstackclient-ca6f733f0f823ca427d003e9e20ae803b468f446.tar.gz | |
Merge "Trivial Fix"
Diffstat (limited to 'openstackclient')
| -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, |
