Remove Quota on Volumes for Volume Scenarios for Telemetry

Change-Id: Ic75fb4f326a38eedb55f3c5d1d198ce373d0b57a
This commit is contained in:
akrzos 2017-12-21 08:26:46 -05:00
parent 8998807e41
commit 62f87fec30
2 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,9 @@ BrowbeatNova.nova_boot_persist_with_network_volume:
tenants: 1
users_per_tenant: 8
quotas:
cinder:
gigabytes: -1
volumes: -1
neutron:
network: -1
port: -1

View File

@ -32,6 +32,9 @@ BrowbeatNova.nova_boot_persist_with_network_volume_fip:
tenants: 1
users_per_tenant: 8
quotas:
cinder:
gigabytes: -1
volumes: -1
neutron:
network: -1
port: -1