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:
parent
7cc0532013
commit
56f4af4562
@ -21,6 +21,7 @@
|
|||||||
quotas:
|
quotas:
|
||||||
neutron:
|
neutron:
|
||||||
network: -1
|
network: -1
|
||||||
|
subnet: -1
|
||||||
port: -1
|
port: -1
|
||||||
nova:
|
nova:
|
||||||
instances: -1
|
instances: -1
|
||||||
|
Loading…
Reference in New Issue
Block a user