heat stack instance names
Where does Openstack get the heat stack instance names from? In the past I have used the
type: OS::Nova::Server
properties:
name: vm-name #<——— set it here
image: image-name
Is there another way to do this for multiple servers?
I'd like to know about this too..