First time here? Check out the FAQ!
![]() | 1 | initial version |
Hi, you can make a volume bootable adding the propertie image: <IMAGE_ID>
heat_template_version: 2013-05-23
...
resources:
...
the_resource:
type: OS::Cinder::Volume
properties:
description: <OWN_DESCRIPTION>
image: <IMAGE_ID>
name: <VOLUME_NAME>
size: <GB>
There is a propertie bootable: True
that marks a volume as bootable
![]() | 2 | No.2 Revision |
Hi, you can make a volume bootable adding the propertie image: <IMAGE_ID>
heat_template_version: 2013-05-23
...
resources:
...
the_resource:
type: OS::Cinder::Volume
properties:
description: <OWN_DESCRIPTION>
image: <IMAGE_ID>
name: <VOLUME_NAME>
size: <GB>
There is a propertie an atribute bootable: True
that marks a volume as bootable
![]() | 3 | No.3 Revision |
Hi, you can make a volume bootable adding the propertie image: <IMAGE_ID>
heat_template_version: 2013-05-23
...
resources:
...
the_resource:
type: OS::Cinder::Volume
properties:
description: <OWN_DESCRIPTION>
image: <IMAGE_ID>
name: <VOLUME_NAME>
size: <GB>
There is an atribute attribute bootable: True
that marks a volume as bootable