
This patch introduces a dynamic workload which creates num_vms servers with floating IPs, and migrates num_migrate_vms servers between computes. It also adds a parameter in browbeat-config.yaml to specify the dynamic workloads which the user wants to run in a given iteration. Change-Id: Ib7eff2e12c6d256ecd1f36ad30f1b19841cb1549
Browbeat Rally Plugin: dynamic-workloads ======================================
Functions:
- create_delete_servers: Create 'N' VMs and delete 'N/2' VMs.
- server_boot_floatingip: Create 'N' VMs with floating IPs.
- _create_router: Create neutron router.
- get_servers_migration_list: Generate list of servers to migrate between computes.
- migrate_servers_with_fip: Migrate servers between computes