Added region name to client connection as it is needed for some cloud providers

This commit is contained in:
CaptTofu 2014-03-31 20:07:07 -07:00
parent c98f4c698c
commit dcf7cce95a

View file

@ -249,6 +249,7 @@ def main():
module.params['login_password'],
module.params['login_tenant_name'],
module.params['auth_url'],
region_name=module.params['region_name'],
service_type='compute')
try:
nova.authenticate()