From 62f87fec307a99b9d2cc68b9e2299f83c17744b1 Mon Sep 17 00:00:00 2001 From: akrzos Date: Thu, 21 Dec 2017 08:26:46 -0500 Subject: [PATCH] Remove Quota on Volumes for Volume Scenarios for Telemetry Change-Id: Ic75fb4f326a38eedb55f3c5d1d198ce373d0b57a --- .../nova/nova_boot_persist_with_network_volume.yml | 3 +++ .../nova/nova_boot_persist_with_network_volume_fip.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/rally/rally-plugins/nova/nova_boot_persist_with_network_volume.yml b/rally/rally-plugins/nova/nova_boot_persist_with_network_volume.yml index 7c9d120f2..99b1f13ae 100644 --- a/rally/rally-plugins/nova/nova_boot_persist_with_network_volume.yml +++ b/rally/rally-plugins/nova/nova_boot_persist_with_network_volume.yml @@ -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 diff --git a/rally/rally-plugins/nova/nova_boot_persist_with_network_volume_fip.yml b/rally/rally-plugins/nova/nova_boot_persist_with_network_volume_fip.yml index dd73c5ff3..64e3b911b 100644 --- a/rally/rally-plugins/nova/nova_boot_persist_with_network_volume_fip.yml +++ b/rally/rally-plugins/nova/nova_boot_persist_with_network_volume_fip.yml @@ -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