fix incorrect kwarg param name for region with l3-agent
bug 1080793 Change-Id: Iec600e98406b0210ab3a472c97f3b4d8f0f96d44
This commit is contained in:
parent
495909de28
commit
3866a8c852
@ -123,7 +123,7 @@ class L3NATAgent(object):
|
||||
tenant_name=self.conf.admin_tenant_name,
|
||||
auth_url=self.conf.auth_url,
|
||||
auth_strategy=self.conf.auth_strategy,
|
||||
auth_region=self.conf.auth_region
|
||||
region_name=self.conf.auth_region
|
||||
)
|
||||
|
||||
if self.conf.use_namespaces:
|
||||
|
Loading…
x
Reference in New Issue
Block a user