Fix typo in option test

Change-Id: I1c11d18b6e4ee776c875364517fd3678f41b0b67
This commit is contained in:
Andrew Hutchings 2012-11-19 13:52:48 +00:00
parent dd104b663a
commit fe43150530

View File

@ -228,7 +228,7 @@ def main():
required_args = [
'nova_image', 'nova_image_size', 'nova_secgroup', 'nova_keyname',
'nova_tenant', 'nova_region', 'nova_user', 'nove_pass', 'nova_auth_url'
'nova_tenant', 'nova_region', 'nova_user', 'nova_pass', 'nova_auth_url'
]
# NOTE(LinuxJedi): We are checking for required args here because the