Respect region_name in nova_compute

Signed-off-by: Oleg Bulatov <oleg@bulatov.me>
pull/6599/head
Oleg Bulatov 12 years ago
parent 2156e87e62
commit 3edd3862df

@ -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()

Loading…
Cancel
Save