I am reviewing openstack technology as a possible solution for creating sandboxes. What I am going to do is to create instances that contains several vms connected within virtual network. There will be several instances per one host.
I researched commandline nova management tool and as I understand it does not provide with management of several VMs as a single group.
To explain in more details I need something like:
nova boot [instance-name] --image <image_of_several_vms>
So my question: Is that possible to manage several vms as a single group by commandline or ui tools?