Fix phrase in Create Snapshot

Tenant updated to Project.

Change-Id: If2f7d0774f05e79f6a8e27efdc4ba66a0f017af0
This commit is contained in:
Ivan Anfimov
2025-04-11 16:57:36 +00:00
parent a14d7ab3f4
commit 24684c7137

View File

@ -225,7 +225,7 @@ class CreateSnapshot(VolumePolicyTargetMixin, tables.LinkAction):
try:
limits = api.cinder.tenant_absolute_limits(request)
except Exception:
exceptions.handle(request, _('Unable to retrieve tenant limits.'))
exceptions.handle(request, _('Unable to retrieve project limits.'))
limits = {}
snapshots_available = (limits.get('maxTotalSnapshots', float("inf")) -