1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-07 17:17:41 +03:00

feature #1223: Fix typos.

This commit is contained in:
Jaime Melis 2012-06-19 18:44:13 +02:00
parent 3f165a380f
commit f43779e0e7
2 changed files with 2 additions and 2 deletions

View File

@ -358,7 +358,7 @@ cmd=CommandParser::CmdParser.new(ARGV) do
template = File.read(options[:file])
else
image_id = options[:image]
template = "DISK = [ IMAGE_ID = #{image_id}, DEV_PREFIX = 'sd' ]"
template = "DISK = [ IMAGE_ID = #{image_id}, DEV_PREFIX = sd ]"
end
helper.perform_action(args[0],options,"Attach disk") do |vm|

View File

@ -564,7 +564,7 @@ class ExecDriver < VirtualMachineDriver
# Run the detach vmm script
{
:driver => :vmm,
:action => :attach_disk,
:action => :detach_disk,
:parameters => [
:deploy_id,
:disk_target_path,