Merge "metaplugin: use correct parameter to call neutron client"
This commit is contained in:
commit
7841c40140
@ -381,7 +381,7 @@ class MetaInterfaceDriver(LinuxInterfaceDriver):
|
||||
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
|
||||
)
|
||||
self.flavor_driver_map = {}
|
||||
for flavor, driver_name in [
|
||||
|
@ -42,7 +42,7 @@ class ProxyPluginV2(db_base_plugin_v2.NeutronDbPluginV2,
|
||||
tenant_name=cfg.CONF.PROXY.admin_tenant_name,
|
||||
auth_url=cfg.CONF.PROXY.auth_url,
|
||||
auth_strategy=cfg.CONF.PROXY.auth_strategy,
|
||||
auth_region=cfg.CONF.PROXY.auth_region
|
||||
region_name=cfg.CONF.PROXY.auth_region
|
||||
)
|
||||
|
||||
def _get_client(self):
|
||||
|
Loading…
Reference in New Issue
Block a user