]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
fix incorrect kwarg param name for region with l3-agent
authorDan Wendlandt <dan@nicira.com>
Mon, 19 Nov 2012 17:29:52 +0000 (09:29 -0800)
committerDan Wendlandt <dan@nicira.com>
Mon, 19 Nov 2012 17:31:14 +0000 (09:31 -0800)
bug 1080793

Change-Id: Iec600e98406b0210ab3a472c97f3b4d8f0f96d44

quantum/agent/l3_agent.py

index 32e80fb33fd4d2b44990d9e613a4121cbc8868ea..7663622851e60ffffdf92cd5e135825a42286906 100644 (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: