instance launch
hi, just to clarify.
i like to understand what services are involved when an image is created-it means what service will create the vnic vcpu so on inside the image.
when we launch an image-heat read the specification inside yml file and create objects like image-then connect volume to image then create vnic vcpu so on.right?
so neutron will create the vnic inside image? or when launch an instance with volume from yml file behind will be a command like openstack server create --flavor FLAVOR --block-device \ source=SOURCE,id=ID,dest=DEST,size=SIZE,shutdown=PRESERVE,bootindex=INDEX \ NAME