a718e27474
The NeutronSubnets.delete_subnets scenario assumes that the number of
users per tenant is greater or equal to the number of subnets per
network:
ed524c07c1/rally_openstack/scenarios/neutron/network.py
Note that `number` is set to the index of the user in the `users` list.
If there are fewer users than subnets, this means that a request to
delete the subnet is submitted more than once - resulting in
failures.
This change fixes the number of users per tenant to the same value as
the number of subnets per network. Additionally, we must use round robin
user selection to ensure that the same user is not selected twice.
Change-Id: I387705ad9c5ca9179b6079a49dd39ed9b9361a03
Rally Tasks For Production Usage
Detailed Instruction TBD