Hi.
I am using Ovirt 4.2 Java SDK.
Quick query, can we add additional files to ~openstack/content and modify meta_data.json
to point these files. I can see we can add files to
.cloudInit(cloudInit().files(files))
But API ignores it .. I checked it on /var/log/ovirt-engine/engine.log as well as the img
created and attached with VM
Reference - Cloudinit version support such files
cat meta_data.json
{"files": [{"path": "/etc/injected_files",
"content_path": "/content/0000"}, {"path":
"/etc/trove/conf.d/guest_info.conf", "content_path":
"/content/0001"}, {"path":
"/etc/trove/conf.d/trove-guestagent.conf", "content_path":
"/content/0002"}],
reference
https://bugs.launchpad.net/cloud-init/+bug/1602373