Skip to content

Commit e5ccf1e

Browse files
committed
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>
1 parent 7c6b47b commit e5ccf1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openstackclient/common/limits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def take_action(self, parsed_args):
130130
if self.app.client_manager.is_volume_endpoint_enabled():
131131
volume_client = self.app.client_manager.sdk_connection.volume
132132
volume_limits = volume_client.get_limits(
133-
project_id=project_id,
133+
project=project_id,
134134
)
135135

136136
if parsed_args.is_absolute:

0 commit comments

Comments
 (0)