rackspace / gophercloud

A Go SDK for OpenStack. IN FEATURE FREEZE. See Issue #592
http://gophercloud.io
Other
456 stars 180 forks source link

[rfr] multi ephemeral support #515

Closed jtopjian closed 8 years ago

jtopjian commented 8 years ago

This commit adds the ability to specify multiple ephemeral disks through the bootfromvolume extension.

jtopjian commented 8 years ago

FYI: The acceptance test will fail if the flavor does not have ephemeral space configured.

More details about this feature: https://github.com/hashicorp/terraform/issues/4042

jrperritt commented 8 years ago

Looks good. +2

jtopjian commented 8 years ago

Thank you!