From 51e76c8b8b80562aed26a24cc25f5be2431cd0d3 Mon Sep 17 00:00:00 2001 From: Mathieu Rohon Date: 2016年3月15日 11:00:53 +0000 Subject: [PATCH] Adding missings () after a method call. Change-Id: If6ca34b64f952271a7ca04935cf91747bb29cbae Closes-Bug: #1557445 --- networking_bgpvpn_heat/bgpvpnservice.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/networking_bgpvpn_heat/bgpvpnservice.py b/networking_bgpvpn_heat/bgpvpnservice.py index 8c741c17..06fe3e8a 100644 --- a/networking_bgpvpn_heat/bgpvpnservice.py +++ b/networking_bgpvpn_heat/bgpvpnservice.py @@ -205,7 +205,7 @@ class BGPVPNNetAssoc(neutron.NeutronResource): body = self.props.copy() body.pop('bgpvpn_id') - bgpvpn_id = self.client_plugin.find_resourceid_by_name_or_id( + bgpvpn_id = self.client_plugin().find_resourceid_by_name_or_id( 'bgpvpn', self.props['bgpvpn_id']) net_assoc = self.neutron().create_network_association( @@ -293,7 +293,7 @@ class BGPVPNRouterAssoc(neutron.NeutronResource): body = self.props.copy() body.pop('bgpvpn_id') - bgpvpn_id = self.client_plugin.find_resourceid_by_name_or_id( + bgpvpn_id = self.client_plugin().find_resourceid_by_name_or_id( 'bgpvpn', self.props['bgpvpn_id']) router_assoc = self.neutron().create_router_association(

AltStyle によって変換されたページ (->オリジナル) /