mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
common: Use correct argument for volume limits
The sooner we have type hints in SDK, the better /o\
Change-Id: Iaf9596aea02f683c280ae68504a14d43dbd6134a
Closes-bug: #2077634
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
(cherry picked from commit e5ccf1eb1c)
This commit is contained in:
parent
c6946f4743
commit
d258cd03cf
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ class ShowLimits(command.Lister):
|
|||
if self.app.client_manager.is_volume_endpoint_enabled():
|
||||
volume_client = self.app.client_manager.sdk_connection.volume
|
||||
volume_limits = volume_client.get_limits(
|
||||
project_id=project_id,
|
||||
project=project_id,
|
||||
)
|
||||
|
||||
if parsed_args.is_absolute:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue