fix incorrect kwarg param name for region with l3-agent

bug 1080793

Change-Id: Iec600e98406b0210ab3a472c97f3b4d8f0f96d44
This commit is contained in:
Dan Wendlandt 2012-11-19 09:29:52 -08:00
parent 495909de28
commit 3866a8c852

View File

@ -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: