Fix test deployment in EC2 creation script

This commit is contained in:
Rob Vermaas 2013-11-07 16:49:17 +01:00
parent 29d981d1bd
commit f3eccb26f7

View File

@ -185,7 +185,7 @@ f.write(
'''.format(args.region, ami_id, instance_type))
f.close()
test_depl = deployment.create_deployment(db)
test_depl = db.create_deployment()
test_depl.auto_response = "y"
test_depl.name = "ebs-creator-test"
test_depl.nix_exprs = [os.path.abspath("./ebs-test.nix")]