diff --git a/rally/octavia/octavia-create-delete-loadbalancers.yml b/rally/octavia/octavia-create-delete-loadbalancers.yml index 6b27470f5..8eb96aafc 100644 --- a/rally/octavia/octavia-create-delete-loadbalancers.yml +++ b/rally/octavia/octavia-create-delete-loadbalancers.yml @@ -16,6 +16,17 @@ network: start_cidr: "10.0.0.0/16" networks_per_tenant: 1 + quotas: + neutron: + network: -1 + port: -1 + router: -1 + subnet: -1 + floatingip: -1 + nova: + instances: -1 + cores: -1 + ram: -1 sla: failure_rate: max: {{ sla_max_failure }} diff --git a/rally/octavia/octavia-create-delete-pools.yml b/rally/octavia/octavia-create-delete-pools.yml index 2b6b32d47..f17dafe21 100644 --- a/rally/octavia/octavia-create-delete-pools.yml +++ b/rally/octavia/octavia-create-delete-pools.yml @@ -18,6 +18,17 @@ network: start_cidr: "10.0.0.0/16" networks_per_tenant: 1 + quotas: + neutron: + network: -1 + port: -1 + router: -1 + subnet: -1 + floatingip: -1 + nova: + instances: -1 + cores: -1 + ram: -1 sla: failure_rate: max: {{ sla_max_failure }} diff --git a/rally/octavia/octavia-create-list-loadbalancers.yml b/rally/octavia/octavia-create-list-loadbalancers.yml index 1b67aa6a0..e1d9cadf4 100644 --- a/rally/octavia/octavia-create-list-loadbalancers.yml +++ b/rally/octavia/octavia-create-list-loadbalancers.yml @@ -16,6 +16,17 @@ network: start_cidr: "10.0.0.0/16" networks_per_tenant: 1 + quotas: + neutron: + network: -1 + port: -1 + router: -1 + subnet: -1 + floatingip: -1 + nova: + instances: -1 + cores: -1 + ram: -1 sla: failure_rate: max: {{ sla_max_failure }} diff --git a/rally/octavia/octavia-create-list-pools.yml b/rally/octavia/octavia-create-list-pools.yml index d5e9da657..8a4e4d781 100644 --- a/rally/octavia/octavia-create-list-pools.yml +++ b/rally/octavia/octavia-create-list-pools.yml @@ -18,6 +18,17 @@ network: start_cidr: "10.0.0.0/16" networks_per_tenant: 1 + quotas: + neutron: + network: -1 + port: -1 + router: -1 + subnet: -1 + floatingip: -1 + nova: + instances: -1 + cores: -1 + ram: -1 sla: failure_rate: max: {{ sla_max_failure }} diff --git a/rally/octavia/octavia-create-show-loadbalancers.yml b/rally/octavia/octavia-create-show-loadbalancers.yml index 7154c5bbd..92b1de65d 100644 --- a/rally/octavia/octavia-create-show-loadbalancers.yml +++ b/rally/octavia/octavia-create-show-loadbalancers.yml @@ -16,6 +16,17 @@ network: start_cidr: "10.0.0.0/16" networks_per_tenant: 1 + quotas: + neutron: + network: -1 + port: -1 + router: -1 + subnet: -1 + floatingip: -1 + nova: + instances: -1 + cores: -1 + ram: -1 sla: failure_rate: max: {{ sla_max_failure }} diff --git a/rally/octavia/octavia-create-show-pools.yml b/rally/octavia/octavia-create-show-pools.yml index 1ed809dfd..9b1828a8e 100644 --- a/rally/octavia/octavia-create-show-pools.yml +++ b/rally/octavia/octavia-create-show-pools.yml @@ -18,6 +18,17 @@ network: start_cidr: "10.0.0.0/16" networks_per_tenant: 1 + quotas: + neutron: + network: -1 + port: -1 + router: -1 + subnet: -1 + floatingip: -1 + nova: + instances: -1 + cores: -1 + ram: -1 sla: failure_rate: max: {{ sla_max_failure }} diff --git a/rally/octavia/octavia-create-stats-show-loadbalancers.yml b/rally/octavia/octavia-create-stats-show-loadbalancers.yml index cbbfcba02..263337ed0 100644 --- a/rally/octavia/octavia-create-stats-show-loadbalancers.yml +++ b/rally/octavia/octavia-create-stats-show-loadbalancers.yml @@ -16,6 +16,17 @@ network: start_cidr: "10.0.0.0/16" networks_per_tenant: 1 + quotas: + neutron: + network: -1 + port: -1 + router: -1 + subnet: -1 + floatingip: -1 + nova: + instances: -1 + cores: -1 + ram: -1 sla: failure_rate: max: {{ sla_max_failure }} diff --git a/rally/octavia/octavia-create-update-loadbalancers.yml b/rally/octavia/octavia-create-update-loadbalancers.yml index 850fc3e63..815ed27aa 100644 --- a/rally/octavia/octavia-create-update-loadbalancers.yml +++ b/rally/octavia/octavia-create-update-loadbalancers.yml @@ -16,6 +16,17 @@ network: start_cidr: "10.0.0.0/16" networks_per_tenant: 1 + quotas: + neutron: + network: -1 + port: -1 + router: -1 + subnet: -1 + floatingip: -1 + nova: + instances: -1 + cores: -1 + ram: -1 sla: failure_rate: max: {{ sla_max_failure }} diff --git a/rally/octavia/octavia-create-update-pools.yml b/rally/octavia/octavia-create-update-pools.yml index 7b1959d06..4c322962a 100644 --- a/rally/octavia/octavia-create-update-pools.yml +++ b/rally/octavia/octavia-create-update-pools.yml @@ -18,6 +18,17 @@ network: start_cidr: "10.0.0.0/16" networks_per_tenant: 1 + quotas: + neutron: + network: -1 + port: -1 + router: -1 + subnet: -1 + floatingip: -1 + nova: + instances: -1 + cores: -1 + ram: -1 sla: failure_rate: max: {{ sla_max_failure }}