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:
parent
dbc84267c3
commit
2e5ad153da
@ -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}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user