Commit 3edd3862 by Oleg Bulatov

Respect region_name in nova_compute

Signed-off-by: Oleg Bulatov <oleg@bulatov.me>
parent 2156e87e
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment