Skip to content

Instantly share code, notes, and snippets.

@chriscowley
Last active August 29, 2015 14:21
Show Gist options
  • Select an option

  • Save chriscowley/388cdc5eae5236f18964 to your computer and use it in GitHub Desktop.

Select an option

Save chriscowley/388cdc5eae5236f18964 to your computer and use it in GitHub Desktop.
heat cinder -> instance attach
instance_vol_att:
type: OS::Cinder::VolumeAttachment
properties:
instance_uuid: { get_resource: instance }
volume_id: { get_resource: instance_vol_data }
mountpoint: /dev/vdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment