Fixed typo.

This commit is contained in:
Vitaliy Fuks 2017-07-01 12:47:52 +00:00 committed by rallytime
parent 9a5ae2bba1
commit 8a6ad0a9cf

View file

@ -732,7 +732,7 @@ class Cloud(object):
for vm_name, details in six.iteritems(vms):
# XXX: The logic below can be removed once the aws driver
# is removed
elif vm_name not in names:
if vm_name not in names:
continue
elif driver == 'ec2' and 'aws' in handled_drivers and \