OpenStack : boot from volume with specific volume type

Hello,

I’m trying to boot an instance from a cinder volume, on a specific volume_type. I’m a little bit lost because :

  • In os_server, you can specify boot_from_volume but there is no volume_type parameter.
  • In os_server, if I use volume parameter, the root disk is ephemeral, cinder disk is attached aa a second volume.
  • If I use os_volume ressource (and boot_volume in os_server), I can specify an image, but there is no bootable parameter, so I can’t boot on it. (So what is the purpose of image ?)

Do I miss something, or my usecase is not impemented in these ansible modules ?

Regards,

Pierre Freund