Skip to content

Commit

Permalink
Merge "common: Use correct argument for volume limits"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Nov 5, 2024
2 parents 974cdd9 + e5ccf1e commit d17d99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstackclient/common/limits.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def take_action(self, parsed_args):
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:
Expand Down

0 comments on commit d17d99f

Please sign in to comment.