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:
parent
3f165a380f
commit
f43779e0e7
@ -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|
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user