Fix quotas for nova-boot-from-volume-and-resize

nova-boot-from-volume-and-resize was missing quotas for volumes,
causing it to fail at scale. This patch fixes the issue.

Change-Id: I25c9074306e0d258600e64446036c196ae1986f0
This commit is contained in:
Sanjay Chari 2022-11-18 10:03:31 +05:30
parent dbc84267c3
commit 2e5ad153da
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@
instances: -1
cores: -1
ram: -1
cinder:
volumes: -1
sla:
max_avg_duration: {{sla_max_avg_duration}}
max_seconds_per_iteration: {{sla_max_seconds}}