diff --git a/libra/mgm/mgm.py b/libra/mgm/mgm.py index 40b297e5..d4250e03 100644 --- a/libra/mgm/mgm.py +++ b/libra/mgm/mgm.py @@ -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