Merge "common: Use correct argument for volume limits"
This commit is contained in:
@@ -130,7 +130,7 @@ class ShowLimits(command.Lister):
|
|||||||
if self.app.client_manager.is_volume_endpoint_enabled():
|
if self.app.client_manager.is_volume_endpoint_enabled():
|
||||||
volume_client = self.app.client_manager.sdk_connection.volume
|
volume_client = self.app.client_manager.sdk_connection.volume
|
||||||
volume_limits = volume_client.get_limits(
|
volume_limits = volume_client.get_limits(
|
||||||
project_id=project_id,
|
project=project_id,
|
||||||
)
|
)
|
||||||
|
|
||||||
if parsed_args.is_absolute:
|
if parsed_args.is_absolute:
|
||||||
|
Reference in New Issue
Block a user