We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 974cdd9 + e5ccf1e commit d17d99fCopy full SHA for d17d99f
1 file changed
openstackclient/common/limits.py
@@ -130,7 +130,7 @@ def take_action(self, parsed_args):
130
if self.app.client_manager.is_volume_endpoint_enabled():
131
volume_client = self.app.client_manager.sdk_connection.volume
132
volume_limits = volume_client.get_limits(
133
- project_id=project_id,
+ project=project_id,
134
)
135
136
if parsed_args.is_absolute:
0 commit comments