Fixed references to missing method in ec2 modules

Change-Id: I9b89d433b545269d111b3c290b6411aabf58dd24
remotes/origin/release1.5.3
Devon Crouse 11 years ago committed by Michael DeHaan
parent d808604a51
commit 521e135cb3

@ -157,7 +157,7 @@ def commit(changes):
time.sleep(500)
def main():
argument_spec = ec2_argument_keys_spec()
argument_spec = ec2_argument_spec()
argument_spec.update(dict(
command = dict(choices=['get', 'create', 'delete'], required=True),
zone = dict(required=True),

@ -249,7 +249,7 @@ def is_walrus(s3_url):
return False
def main():
argument_spec = ec2_argument_keys_spec()
argument_spec = ec2_argument_spec()
argument_spec.update(dict(
bucket = dict(required=True),
object = dict(),

Loading…
Cancel
Save