Skip to content

Commit

Permalink
fix incorrect kwarg param name for region with l3-agent
Browse files Browse the repository at this point in the history
bug 1080793

Change-Id: Iec600e98406b0210ab3a472c97f3b4d8f0f96d44
  • Loading branch information
Dan Wendlandt committed Nov 19, 2012
1 parent 495909d commit 3866a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/agent/l3_agent.py
Expand Up @@ -123,7 +123,7 @@ def __init__(self, conf):
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:
Expand Down

0 comments on commit 3866a8c

Please sign in to comment.