Merge pull request #6599 from dmage/nova_region_name

use region_name in nova_compute
This commit is contained in:
James Cammarata 2014-04-23 10:15:57 -05:00
commit eb090ad4a2

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