Merge "[Admin-Util][NSX-v3]: fix ports mismatch admin util"

This commit is contained in:
Jenkins
2016-06-15 13:33:13 +00:00
committed by Gerrit Code Review

View File

@@ -25,7 +25,7 @@ from vmware_nsx.nsxlib.v3 import client
from vmware_nsx.nsxlib.v3 import cluster
from vmware_nsx.nsxlib.v3 import resources
from vmware_nsx.plugins.nsx_v3 import plugin
from vmware_nsx.services.qos.nsx_v3 import utils as qos_utils
from vmware_nsx.services.qos.common import utils as qos_utils
from vmware_nsx.shell.admin.plugins.common import constants
from vmware_nsx.shell.admin.plugins.common import formatters
from vmware_nsx.shell.admin.plugins.common import utils as admin_utils
@@ -122,6 +122,7 @@ def list_missing_ports(resource, event, trigger, **kwargs):
problems.append({'neutron_id': neutron_id,
'nsx_id': nsx_id,
'error': _LI('Missing from backend')})
continue
# Port found on backend!
# Check that it has all the expected switch profiles.