How to set "bootable" attribute to a volume using HEAT template
HEAT template allows use to create a Cinder volume. However, I cannot mark it as "bootable" using the template. There is a command line : cinder set-bootable <volume-id> True However, I want to do the same using the HOT template. Anyone knows how to do this ?