Cloud-Init config for Openstack Image

Hi Guys,
I’d like to setup my openstack env with RancherOS and custom cloud-init.yml (“user-data”) but it seems that I’m not able to load it using the ISO.
Could you suggest me some step to get my target conf?

Thanks
Miticojo

I’ve solved with following steps:

  1. uploaded basic ISO to glance
  2. started a new instance with ISO image + 10 GB volume
  3. copied on it my cloud-init file and run “sudo ros install -c cloud-init.yml -d /dev/vda”
  4. copied volume (with force option) to image (the final customized one)
  5. terminated instance and removed volume
    -------- finished custom image deploy
  6. created one or more RancherOS instances!

Let me know if I’ve lost something…

Bye
Miticojo