I am using Python script to create tenants, users, networks, VMs and assigning floating ips for VMs through python clients. As of now, its working fine, but when launching VMs through script taking nearly 20mins or more. Suppose if i want to launch large number of VMs (simply can say 500 VMs) using script, i have to wait for days!! I read few articles about FakeDriver in Openstack. below are the related links.
https://ask.openstack.org/en/question/28/openstack-api-mocker-or-simulator/ http://superuser.openstack.org/articles/how-we-scaled-openstack-to-launch-168-000-cloud-instances
Can anyone please help me to achieve Fake Driver in compute (launching more fake instances) for performing Load Test on Packstack.
Thanks!