Merge "NSX|V3: admin utility get ports to skip Qos read"

This commit is contained in:
Jenkins 2017-07-27 12:39:15 +00:00 committed by Gerrit Code Review
commit f65b70ff38

View File

@ -120,6 +120,11 @@ class NsxV3PluginWrapper(plugin.NsxV3Plugin):
# skip getting the Qos policy ID because get_object calls
# plugin init again on admin-util environment
def _extend_get_port_dict_binding(self, context, port):
self._extend_port_dict_binding(context, port)
# skip getting the Qos policy ID because get_object calls
# plugin init again on admin-util environment
def delete_network(self, network_id):
return super(NsxV3PluginWrapper, self).delete_network(
self.context, network_id)