mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
bug in ec2 authorize action
This commit is contained in:
parent
59291f9518
commit
bacecfba75
@ -52,7 +52,7 @@ class EC2Driver < VirtualMachineDriver
|
||||
:terminate => "#{EC2_LOCATION}/bin/ec2-terminate-instances",
|
||||
:describe => "#{EC2_LOCATION}/bin/ec2-describe-instances",
|
||||
:associate => "#{EC2_LOCATION}/bin/ec2-associate-address",
|
||||
:authorize => "#{EC2_LOCATION}bin/ec2-authorize"
|
||||
:authorize => "#{EC2_LOCATION}/bin/ec2-authorize"
|
||||
}
|
||||
|
||||
# EC2 constructor, loads defaults for the EC2Driver
|
||||
|
Loading…
x
Reference in New Issue
Block a user