Skip to content

Instantly share code, notes, and snippets.

@etrikp
Created January 31, 2013 16:49
Show Gist options
  • Save etrikp/4684282 to your computer and use it in GitHub Desktop.
Save etrikp/4684282 to your computer and use it in GitHub Desktop.
# Attach Disk to the newly created controller
openstack.vm.customize ["storageattach", :id,
"--storagectl", "LsiLogic",
"--port", "0",
"--device", "0",
"--type", "hdd",
"--medium", "#{ENV['HOME']}/VirtualBox VMs/#{:id}/swift-disk1.vmdk"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment