Author: rsblendido
December 4, 2015 10:56 am
152,823 viewsHow VMs get access to the metadata in Neutron
The metadata for a VM are delivered by Nova metadata service. Nova needs to know the instance ID of a VM to be able to deliver its metadata. Neutron has a special agent (metadata agent) just to add this information in the HTTP header of the metadata request of the VM. Let's see more in […]
Categories: Technical Solutions