Update git submodules

* Update rally-openstack from branch 'master'
  - Merge "fix number of users for NeutronSubnets.delete_subnets"
  - 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
This commit is contained in:
Zuul 2019-11-11 02:53:52 +00:00 committed by Gerrit Code Review
parent d58f54c135
commit 6bf0f157d1

@ -1 +1 @@
Subproject commit 65341e1531246f7842e95cde252292c6971af25f
Subproject commit 6f426242c7c1fd73d8cd5716a38e7c08f8a8d902