Anyway to write a file in configuration drive (openstack)?
I just heard, openstack - Configuration drive(mounted ) is read only.
Is there any other way to write in configuration drive (mounted one) ?
Perhaps if you configure VFAT as config drive format. Certainly not if you use the default ISO (CDROM) format. See also https://docs.openstack.org/user-guide....
Of course, at instance launch you can add metadata to the instance, which then shows up in the config drive.
Thanks Bausch... It helps a lot :)