mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "Trivial Fix"
This commit is contained in:
commit
ca6f733f0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue