grnet / synnefo

Synnefo is open source cloud software, used to create massively scalable IaaS clouds.
GNU General Public License v3.0
133 stars 45 forks source link

Let helper-servers-sync handle multiple flavors #395

Closed irregulator closed 7 years ago

irregulator commented 7 years ago

Till now 'get_helper_vms' function would return the number of helper servers in a single backend regardless of their flavor. That meant that one could not add helper servers with different flavors, eg kernelspace and userspace RBD.

This commit allows the creation of helper servers with multiple flavors by adding a flavor_id parameter to 'get_helper_vms' function.