rally-openstack/tasks
Will Szumski a718e27474 fix number of users for NeutronSubnets.delete_subnets
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
2019-11-10 02:06:43 +00:00
..
openstack fix number of users for NeutronSubnets.delete_subnets 2019-11-10 02:06:43 +00:00
openstack_metrics Add task for getting OpenStack key performance metrics 2017-10-13 15:00:53 -07:00
README.rst Rename certification/ to tasks/ 2017-09-19 18:01:25 -07:00

README.rst

Rally Tasks For Production Usage

Detailed Instruction TBD