Respect region_name in nova_compute
Signed-off-by: Oleg Bulatov <oleg@bulatov.me>
This commit is contained in:
parent
5e557c6d29
commit
e8e42fc500
1 changed files with 1 additions and 0 deletions
|
@ -249,6 +249,7 @@ def main():
|
||||||
module.params['login_password'],
|
module.params['login_password'],
|
||||||
module.params['login_tenant_name'],
|
module.params['login_tenant_name'],
|
||||||
module.params['auth_url'],
|
module.params['auth_url'],
|
||||||
|
region_name=module.params['region_name'],
|
||||||
service_type='compute')
|
service_type='compute')
|
||||||
try:
|
try:
|
||||||
nova.authenticate()
|
nova.authenticate()
|
||||||
|
|
Loading…
Reference in a new issue