Merge "NSX|V remove plugins vdn_scope member"

This commit is contained in:
Jenkins 2017-02-19 14:02:01 +00:00 committed by Gerrit Code Review
commit 2c2407fe31
1 changed files with 0 additions and 1 deletions

View File

@ -232,7 +232,6 @@ class NsxVPluginV2(addr_pair_db.AllowedAddressPairsMixin,
# Configure edge reservations
self._configure_reservations()
self.edge_manager = edge_utils.EdgeManager(self.nsx_v, self)
self.vdn_scope_id = cfg.CONF.nsxv.vdn_scope_id
self.nsx_sg_utils = securitygroup_utils.NsxSecurityGroupUtils(
self.nsx_v)
self._availability_zones_data = nsx_az.ConfiguredAvailabilityZones()