1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

feature #581: Better support for EC2 availability zones

This commit is contained in:
Daniel Molina 2012-04-19 14:44:22 +03:00
parent 62a9ebe555
commit e3d3c8b4d3

View File

@ -96,6 +96,9 @@ class EC2Driver < VirtualMachineDriver
"SECURITYGROUPS" => {
:opt => '-g',
:proc => lambda {|str| str.split(',').join(' -g ')}
},
"AVAILABILITYZONE" => {
:opt => '--availability-zone'
}
}
},