oopsie B|
This commit is contained in:
@@ -1064,8 +1064,6 @@ def delete_node():
|
||||
else:
|
||||
print("%s node could not be deleted" % (providerName.upper()))
|
||||
|
||||
driver = get_driver(Provider.EC2)(SECDEP_AWS_ACCESS_KEY, SECDEP_AWS_SECRET_KEY,region="eu-west-1")
|
||||
|
||||
# If -p -q or -G is passed, provider must be passed as well
|
||||
if args.listimages or args.listsizes or args.listlocations:
|
||||
assert args.provider is not None, "Provider must be passed if listing images, sizes or locations"
|
||||
|
||||
Reference in New Issue
Block a user