Fix quotas for heat scenarios

A subnet quota is required for heat scenarios. This patch fixes the
issues faced at scale because of no subnet quota.

Change-Id: I5ec6b28339abc78cb9eec50b49b8593d93b72f88
This commit is contained in:
Sanjay Chari 2022-11-18 17:30:52 +05:30
parent 7cc0532013
commit 56f4af4562

View File

@ -21,6 +21,7 @@
quotas:
neutron:
network: -1
subnet: -1
port: -1
nova:
instances: -1