.coveragerc
.mailmap
.pylintrc
.testr.conf
AUTHORS
CONTRIBUTING.rst
ChangeLog
HACKING.rst
LICENSE
MANIFEST.in
README.rst
TESTING.rst
babel.cfg
requirements.txt
run_tests.sh
setup.cfg
setup.py
test-requirements.txt
tox.ini
api-ref/rest.md
devstack/README.rst
devstack/localrc_nsx_v3
devstack/override-defaults
devstack/plugin.sh
devstack/settings
devstack/lib/vmware_dvs
devstack/lib/vmware_nsx
devstack/lib/vmware_nsx_v
devstack/lib/vmware_nsx_v3
devstack/nsx_v/devstackgaterc
devstack/nsx_v3/controller_local.conf.sample
devstack/nsx_v3/devstackgaterc
devstack/nsx_v3/kvm_compute_local.conf.sample
devstack/tools/nsxv3_cleanup.py
devstack/tools/nsxv_cleanup.py
devstack/tools/nsxv_edge_resources.py
devstack/tools/nsxv_fw_autodraft_setting.py
doc/source/admin_util.rst
doc/source/conf.py
doc/source/contributing.rst
doc/source/devstack.rst
doc/source/history.rst
doc/source/index.rst
doc/source/installation.rst
doc/source/readme.rst
doc/source/usage.rst
etc/README.txt
etc/policy.json
etc/oslo-config-generator/nsx.ini
etc/policy/network-gateways.json
etc/policy/routers.json
releasenotes/notes/.placeholder
releasenotes/notes/dns-search-domain-configuration-a134af0ef028282c.yaml
releasenotes/notes/nsx-dns-integration-extension-8260456051d61743.yaml
releasenotes/notes/nsx-extension-drivers-b1aedabe5296d4d0.yaml
releasenotes/notes/nsxv-availability-zones-85db159a647762b3.yaml
releasenotes/notes/nsxv-edge-random-placement-9534371967edec8f.yaml
releasenotes/notes/nsxv-ipam-support-6eb1ac4e0e025ddd.yaml
releasenotes/notes/nsxv-lbaas-l7-704f748300d1a399.yaml
releasenotes/notes/nsxv-policy-3f552191f94873cd.yaml
releasenotes/notes/nsxv-router-flavors-8e4cea7f6e12d44d.yaml
releasenotes/notes/nsxv-service-insertion-32ab34a0e0f6ab4f.yaml
releasenotes/notes/nsxv-subnets-dhcp-mtu-c7028748b516422e.yaml
releasenotes/notes/nsxv3-add-trunk-driver-925ad1205972cbdf.yaml
releasenotes/notes/nsxv3-ipam-support-137174152c65459d.yaml
releasenotes/notes/nsxv3-multi-managers-b645c4202a8476e9.yaml
releasenotes/notes/nsxv3-native-dhcp-metadata-27af1de98302162f.yaml
releasenotes/notes/nsxv3-taas-driver-1a316cf3915fcb3d.yaml
releasenotes/notes/provider-security-group-2cfc1231dcaf21ac.yaml
releasenotes/notes/qos-support-d52b5e3abfc6c8d4.yaml
releasenotes/notes/rename_uuid_config_params-b36c379f64838334.yaml
releasenotes/notes/rename_uuid_to_name-e64699df75176d4d.yaml
releasenotes/notes/universal-switch-41487c280ad3c8ad.yaml
releasenotes/source/conf.py
releasenotes/source/index.rst
releasenotes/source/liberty.rst
releasenotes/source/newton.rst
releasenotes/source/unreleased.rst
releasenotes/source/_static/.placeholder
releasenotes/source/_templates/.placeholder
tools/__init__.py
tools/clean.sh
tools/coding-checks.sh
tools/generate_config_file_samples.sh
tools/install_venv.py
tools/install_venv_common.py
tools/misc-sanity-checks.sh
tools/ostestr_compat_shim.sh
tools/test-setup.sh
tools/tox_install.sh
tools/tox_install_project.sh
tools/with_venv.sh
vmware_nsx/__init__.py
vmware_nsx/_i18n.py
vmware_nsx/check_nsx_config.py
vmware_nsx/nsx_cluster.py
vmware_nsx/opts.py
vmware_nsx/plugin.py
vmware_nsx/version.py
vmware_nsx.egg-info/PKG-INFO
vmware_nsx.egg-info/SOURCES.txt
vmware_nsx.egg-info/dependency_links.txt
vmware_nsx.egg-info/entry_points.txt
vmware_nsx.egg-info/not-zip-safe
vmware_nsx.egg-info/pbr.json
vmware_nsx.egg-info/requires.txt
vmware_nsx.egg-info/top_level.txt
vmware_nsx/api_client/__init__.py
vmware_nsx/api_client/base.py
vmware_nsx/api_client/client.py
vmware_nsx/api_client/eventlet_client.py
vmware_nsx/api_client/eventlet_request.py
vmware_nsx/api_client/exception.py
vmware_nsx/api_client/request.py
vmware_nsx/api_client/version.py
vmware_nsx/api_replay/__init__.py
vmware_nsx/api_replay/cli.py
vmware_nsx/api_replay/client.py
vmware_nsx/api_replay/utils.py
vmware_nsx/common/__init__.py
vmware_nsx/common/config.py
vmware_nsx/common/driver_api.py
vmware_nsx/common/exceptions.py
vmware_nsx/common/l3_rpc_agent_api.py
vmware_nsx/common/locking.py
vmware_nsx/common/managers.py
vmware_nsx/common/nsx_constants.py
vmware_nsx/common/nsx_utils.py
vmware_nsx/common/nsxv_constants.py
vmware_nsx/common/securitygroups.py
vmware_nsx/common/sync.py
vmware_nsx/common/utils.py
vmware_nsx/db/__init__.py
vmware_nsx/db/db.py
vmware_nsx/db/distributedrouter.py
vmware_nsx/db/extended_security_group.py
vmware_nsx/db/extended_security_group_rule.py
vmware_nsx/db/lsn_db.py
vmware_nsx/db/maclearning.py
vmware_nsx/db/networkgw_db.py
vmware_nsx/db/nsx_models.py
vmware_nsx/db/nsxrouter.py
vmware_nsx/db/nsxv_db.py
vmware_nsx/db/nsxv_models.py
vmware_nsx/db/qos_db.py
vmware_nsx/db/routertype.py
vmware_nsx/db/vcns_models.py
vmware_nsx/db/vnic_index_db.py
vmware_nsx/db/migration/__init__.py
vmware_nsx/db/migration/alembic_migrations/__init__.py
vmware_nsx/db/migration/alembic_migrations/env.py
vmware_nsx/db/migration/alembic_migrations/script.py.mako
vmware_nsx/db/migration/alembic_migrations/versions/CONTRACT_HEAD
vmware_nsx/db/migration/alembic_migrations/versions/EXPAND_HEAD
vmware_nsx/db/migration/alembic_migrations/versions/kilo_release.py
vmware_nsx/db/migration/alembic_migrations/versions/liberty/contract/393bf843b96_initial_liberty_no_op_contract_script.py
vmware_nsx/db/migration/alembic_migrations/versions/liberty/contract/3c88bdea3054_nsxv_vdr_dhcp_binding.py
vmware_nsx/db/migration/alembic_migrations/versions/liberty/expand/279b70ac3ae8_nsxv3_add_l2gwconnection_table.py
vmware_nsx/db/migration/alembic_migrations/versions/liberty/expand/28430956782d_nsxv3_security_groups.py
vmware_nsx/db/migration/alembic_migrations/versions/liberty/expand/53a3254aa95e_initial_liberty_no_op_expand_script.py
vmware_nsx/db/migration/alembic_migrations/versions/mitaka/expand/20483029f1ff_update_tz_network_bindings.py
vmware_nsx/db/migration/alembic_migrations/versions/mitaka/expand/2af850eb3970_update_nsxv_tz_binding_type.py
vmware_nsx/db/migration/alembic_migrations/versions/mitaka/expand/312211a5725f_nsxv_lbv2.py
vmware_nsx/db/migration/alembic_migrations/versions/mitaka/expand/4c45bcadccf9_extend_secgroup_rule.py
vmware_nsx/db/migration/alembic_migrations/versions/mitaka/expand/69fb78b33d41_nsxv_add_search_domain_to_subnets.py
vmware_nsx/db/migration/alembic_migrations/versions/newton/contract/081af0e396d7_nsx_extended_rule_table_rename.py
vmware_nsx/db/migration/alembic_migrations/versions/newton/contract/5ed1ffbc0d2a_nsx_security_group_logging.py
vmware_nsx/db/migration/alembic_migrations/versions/newton/contract/d49ac91b560e_nsxv_lbaasv2_shared_pools.py
vmware_nsx/db/migration/alembic_migrations/versions/newton/contract/dbe29d208ac6_nsxv_add_dhcp_mtu_to_subnets.py
vmware_nsx/db/migration/alembic_migrations/versions/newton/expand/1b4eaffe4f31_nsx_provider_security_group.py
vmware_nsx/db/migration/alembic_migrations/versions/newton/expand/2c87aedb206f_nsxv_security_group_logging.py
vmware_nsx/db/migration/alembic_migrations/versions/newton/expand/3e4dccfe6fb4_nsx_security_group_logging.py
vmware_nsx/db/migration/alembic_migrations/versions/newton/expand/5e564e781d77_add_nsx_binding_type.py
vmware_nsx/db/migration/alembic_migrations/versions/newton/expand/633514d94b93_add_support_for_taas.py
vmware_nsx/db/migration/alembic_migrations/versions/newton/expand/6e6da8296c0e_add_nsxv_ipam.py
vmware_nsx/db/migration/alembic_migrations/versions/newton/expand/7b5ec3caa9a4_nsxv_fix_az_default.py
vmware_nsx/db/migration/alembic_migrations/versions/newton/expand/7e46906f8997_lbaas_foreignkeys.py
vmware_nsx/db/migration/alembic_migrations/versions/newton/expand/86a55205337c_nsxv_availability_zone_router_mapping.py
vmware_nsx/db/migration/alembic_migrations/versions/newton/expand/967462f585e1_add_dvs_id_to_switch_mappings.py
vmware_nsx/db/migration/alembic_migrations/versions/newton/expand/aede17d51d0f_timestamps.py
vmware_nsx/db/migration/alembic_migrations/versions/newton/expand/b7f41687cbad_nsxv3_qos_policy_mapping.py
vmware_nsx/db/migration/alembic_migrations/versions/newton/expand/c288bb6a7252_nsxv_add_resource_pool_to_router_mapping.py
vmware_nsx/db/migration/alembic_migrations/versions/newton/expand/c644ec62c585_nsxv3_add_nsx_dhcp_service_tables.py
vmware_nsx/db/migration/alembic_migrations/versions/ocata/contract/14a89ddf96e2_add_az_internal_network.py
vmware_nsx/db/migration/alembic_migrations/versions/ocata/contract/5c8f451290b7_nsx_ipam_table_rename.py
vmware_nsx/db/migration/alembic_migrations/versions/ocata/expand/01a33f93f5fd_nsxv_lbv2_l7pol.py
vmware_nsx/db/migration/alembic_migrations/versions/ocata/expand/dd9fe5a3a526_nsx_add_certificate_table.py
vmware_nsx/db/migration/alembic_migrations/versions/ocata/expand/e816d4fe9d4f_nsx_add_policy_security_group.py
vmware_nsx/db/migration/models/__init__.py
vmware_nsx/db/migration/models/head.py
vmware_nsx/dhcp_meta/__init__.py
vmware_nsx/dhcp_meta/combined.py
vmware_nsx/dhcp_meta/constants.py
vmware_nsx/dhcp_meta/lsnmanager.py
vmware_nsx/dhcp_meta/migration.py
vmware_nsx/dhcp_meta/modes.py
vmware_nsx/dhcp_meta/nsx.py
vmware_nsx/dhcp_meta/rpc.py
vmware_nsx/dvs/__init__.py
vmware_nsx/dvs/dvs.py
vmware_nsx/dvs/dvs_utils.py
vmware_nsx/extension_drivers/__init__.py
vmware_nsx/extension_drivers/dns_integration.py
vmware_nsx/extensions/__init__.py
vmware_nsx/extensions/advancedserviceproviders.py
vmware_nsx/extensions/api_replay.py
vmware_nsx/extensions/dhcp_mtu.py
vmware_nsx/extensions/dns_search_domain.py
vmware_nsx/extensions/lsn.py
vmware_nsx/extensions/maclearning.py
vmware_nsx/extensions/networkgw.py
vmware_nsx/extensions/nsxpolicy.py
vmware_nsx/extensions/providersecuritygroup.py
vmware_nsx/extensions/qos_queue.py
vmware_nsx/extensions/routersize.py
vmware_nsx/extensions/routertype.py
vmware_nsx/extensions/secgroup_rule_local_ip_prefix.py
vmware_nsx/extensions/securitygrouplogging.py
vmware_nsx/extensions/securitygrouppolicy.py
vmware_nsx/extensions/vnicindex.py
vmware_nsx/nsxlib/__init__.py
vmware_nsx/nsxlib/mh/__init__.py
vmware_nsx/nsxlib/mh/l2gateway.py
vmware_nsx/nsxlib/mh/lsn.py
vmware_nsx/nsxlib/mh/queue.py
vmware_nsx/nsxlib/mh/router.py
vmware_nsx/nsxlib/mh/secgroup.py
vmware_nsx/nsxlib/mh/switch.py
vmware_nsx/nsxlib/mh/versioning.py
vmware_nsx/osc/__init__.py
vmware_nsx/osc/plugin.py
vmware_nsx/osc/v2/__init__.py
vmware_nsx/osc/v2/port.py
vmware_nsx/osc/v2/router.py
vmware_nsx/osc/v2/security_group.py
vmware_nsx/osc/v2/subnet.py
vmware_nsx/osc/v2/utils.py
vmware_nsx/plugins/__init__.py
vmware_nsx/plugins/dvs/__init__.py
vmware_nsx/plugins/dvs/dhcp.py
vmware_nsx/plugins/dvs/plugin.py
vmware_nsx/plugins/nsx_mh/__init__.py
vmware_nsx/plugins/nsx_mh/plugin.py
vmware_nsx/plugins/nsx_v/__init__.py
vmware_nsx/plugins/nsx_v/availability_zones.py
vmware_nsx/plugins/nsx_v/managers.py
vmware_nsx/plugins/nsx_v/md_proxy.py
vmware_nsx/plugins/nsx_v/plugin.py
vmware_nsx/plugins/nsx_v/drivers/__init__.py
vmware_nsx/plugins/nsx_v/drivers/abstract_router_driver.py
vmware_nsx/plugins/nsx_v/drivers/distributed_router_driver.py
vmware_nsx/plugins/nsx_v/drivers/exclusive_router_driver.py
vmware_nsx/plugins/nsx_v/drivers/shared_router_driver.py
vmware_nsx/plugins/nsx_v/vshield/__init__.py
vmware_nsx/plugins/nsx_v/vshield/edge_appliance_driver.py
vmware_nsx/plugins/nsx_v/vshield/edge_firewall_driver.py
vmware_nsx/plugins/nsx_v/vshield/edge_ipsecvpn_driver.py
vmware_nsx/plugins/nsx_v/vshield/edge_utils.py
vmware_nsx/plugins/nsx_v/vshield/nsxv_edge_cfg_obj.py
vmware_nsx/plugins/nsx_v/vshield/nsxv_loadbalancer.py
vmware_nsx/plugins/nsx_v/vshield/securitygroup_utils.py
vmware_nsx/plugins/nsx_v/vshield/vcns.py
vmware_nsx/plugins/nsx_v/vshield/vcns_driver.py
vmware_nsx/plugins/nsx_v/vshield/common/VcnsApiClient.py
vmware_nsx/plugins/nsx_v/vshield/common/__init__.py
vmware_nsx/plugins/nsx_v/vshield/common/constants.py
vmware_nsx/plugins/nsx_v/vshield/common/exceptions.py
vmware_nsx/plugins/nsx_v/vshield/tasks/__init__.py
vmware_nsx/plugins/nsx_v/vshield/tasks/constants.py
vmware_nsx/plugins/nsx_v/vshield/tasks/tasks.py
vmware_nsx/plugins/nsx_v3/__init__.py
vmware_nsx/plugins/nsx_v3/cert_utils.py
vmware_nsx/plugins/nsx_v3/plugin.py
vmware_nsx/plugins/nsx_v3/utils.py
vmware_nsx/plugins/nsx_v3/api_replay/__init__.py
vmware_nsx/services/__init__.py
vmware_nsx/services/flowclassifier/__init__.py
vmware_nsx/services/flowclassifier/nsx_v/__init__.py
vmware_nsx/services/flowclassifier/nsx_v/driver.py
vmware_nsx/services/flowclassifier/nsx_v/utils.py
vmware_nsx/services/ipam/__init__.py
vmware_nsx/services/ipam/common/__init__.py
vmware_nsx/services/ipam/common/driver.py
vmware_nsx/services/ipam/nsx_v/__init__.py
vmware_nsx/services/ipam/nsx_v/driver.py
vmware_nsx/services/ipam/nsx_v3/__init__.py
vmware_nsx/services/ipam/nsx_v3/driver.py
vmware_nsx/services/l2gateway/__init__.py
vmware_nsx/services/l2gateway/nsx_v/__init__.py
vmware_nsx/services/l2gateway/nsx_v/driver.py
vmware_nsx/services/l2gateway/nsx_v3/__init__.py
vmware_nsx/services/l2gateway/nsx_v3/driver.py
vmware_nsx/services/lbaas/__init__.py
vmware_nsx/services/lbaas/nsx_v/__init__.py
vmware_nsx/services/lbaas/nsx_v/lbaas_common.py
vmware_nsx/services/lbaas/nsx_v/lbaas_const.py
vmware_nsx/services/lbaas/nsx_v/v2/__init__.py
vmware_nsx/services/lbaas/nsx_v/v2/base_mgr.py
vmware_nsx/services/lbaas/nsx_v/v2/edge_loadbalancer_driver_v2.py
vmware_nsx/services/lbaas/nsx_v/v2/healthmon_mgr.py
vmware_nsx/services/lbaas/nsx_v/v2/l7policy_mgr.py
vmware_nsx/services/lbaas/nsx_v/v2/l7rule_mgr.py
vmware_nsx/services/lbaas/nsx_v/v2/listener_mgr.py
vmware_nsx/services/lbaas/nsx_v/v2/loadbalancer_mgr.py
vmware_nsx/services/lbaas/nsx_v/v2/member_mgr.py
vmware_nsx/services/lbaas/nsx_v/v2/pool_mgr.py
vmware_nsx/services/neutron_taas/__init__.py
vmware_nsx/services/neutron_taas/nsx_v3/__init__.py
vmware_nsx/services/neutron_taas/nsx_v3/driver.py
vmware_nsx/services/qos/__init__.py
vmware_nsx/services/qos/common/__init__.py
vmware_nsx/services/qos/common/utils.py
vmware_nsx/services/qos/nsx_v/__init__.py
vmware_nsx/services/qos/nsx_v/plugin.py
vmware_nsx/services/qos/nsx_v/utils.py
vmware_nsx/services/qos/nsx_v3/__init__.py
vmware_nsx/services/qos/nsx_v3/driver.py
vmware_nsx/services/qos/nsx_v3/message_queue.py
vmware_nsx/services/qos/nsx_v3/utils.py
vmware_nsx/services/trunk/__init__.py
vmware_nsx/services/trunk/nsx_v3/__init__.py
vmware_nsx/services/trunk/nsx_v3/driver.py
vmware_nsx/shell/__init__.py
vmware_nsx/shell/commands.py
vmware_nsx/shell/nsxadmin.py
vmware_nsx/shell/resources.py
vmware_nsx/shell/admin/README.rst
vmware_nsx/shell/admin/__init__.py
vmware_nsx/shell/admin/version.py
vmware_nsx/shell/admin/plugins/__init__.py
vmware_nsx/shell/admin/plugins/common/__init__.py
vmware_nsx/shell/admin/plugins/common/constants.py
vmware_nsx/shell/admin/plugins/common/formatters.py
vmware_nsx/shell/admin/plugins/common/utils.py
vmware_nsx/shell/admin/plugins/nsxv/__init__.py
vmware_nsx/shell/admin/plugins/nsxv/resources/__init__.py
vmware_nsx/shell/admin/plugins/nsxv/resources/backup_edges.py
vmware_nsx/shell/admin/plugins/nsxv/resources/dhcp_binding.py
vmware_nsx/shell/admin/plugins/nsxv/resources/edges.py
vmware_nsx/shell/admin/plugins/nsxv/resources/metadata.py
vmware_nsx/shell/admin/plugins/nsxv/resources/networks.py
vmware_nsx/shell/admin/plugins/nsxv/resources/routers.py
vmware_nsx/shell/admin/plugins/nsxv/resources/securitygroups.py
vmware_nsx/shell/admin/plugins/nsxv/resources/spoofguard_policy.py
vmware_nsx/shell/admin/plugins/nsxv/resources/utils.py
vmware_nsx/shell/admin/plugins/nsxv3/__init__.py
vmware_nsx/shell/admin/plugins/nsxv3/resources/__init__.py
vmware_nsx/shell/admin/plugins/nsxv3/resources/certificates.py
vmware_nsx/shell/admin/plugins/nsxv3/resources/dhcp_binding.py
vmware_nsx/shell/admin/plugins/nsxv3/resources/dhcp_servers.py
vmware_nsx/shell/admin/plugins/nsxv3/resources/metadata_proxy.py
vmware_nsx/shell/admin/plugins/nsxv3/resources/networks.py
vmware_nsx/shell/admin/plugins/nsxv3/resources/ports.py
vmware_nsx/shell/admin/plugins/nsxv3/resources/routers.py
vmware_nsx/shell/admin/plugins/nsxv3/resources/securitygroups.py
vmware_nsx/shell/admin/plugins/nsxv3/resources/utils.py
vmware_nsx/tests/__init__.py
vmware_nsx/tests/functional/__init__.py
vmware_nsx/tests/functional/requirements.txt
vmware_nsx/tests/unit/__init__.py
vmware_nsx/tests/unit/test_utils.py
vmware_nsx/tests/unit/db/__init__.py
vmware_nsx/tests/unit/db/test_migrations.py
vmware_nsx/tests/unit/dvs/__init__.py
vmware_nsx/tests/unit/dvs/test_plugin.py
vmware_nsx/tests/unit/dvs/test_utils.py
vmware_nsx/tests/unit/etc/fake_get_gwservice.json
vmware_nsx/tests/unit/etc/fake_get_lqueue.json
vmware_nsx/tests/unit/etc/fake_get_lrouter.json
vmware_nsx/tests/unit/etc/fake_get_lrouter_lport.json
vmware_nsx/tests/unit/etc/fake_get_lrouter_lport_att.json
vmware_nsx/tests/unit/etc/fake_get_lrouter_nat.json
vmware_nsx/tests/unit/etc/fake_get_lswitch.json
vmware_nsx/tests/unit/etc/fake_get_lswitch_lport.json
vmware_nsx/tests/unit/etc/fake_get_lswitch_lport_att.json
vmware_nsx/tests/unit/etc/fake_get_lswitch_lport_status.json
vmware_nsx/tests/unit/etc/fake_get_security_profile.json
vmware_nsx/tests/unit/etc/fake_post_gwservice.json
vmware_nsx/tests/unit/etc/fake_post_lqueue.json
vmware_nsx/tests/unit/etc/fake_post_lrouter.json
vmware_nsx/tests/unit/etc/fake_post_lrouter_lport.json
vmware_nsx/tests/unit/etc/fake_post_lrouter_nat.json
vmware_nsx/tests/unit/etc/fake_post_lswitch.json
vmware_nsx/tests/unit/etc/fake_post_lswitch_lport.json
vmware_nsx/tests/unit/etc/fake_post_security_profile.json
vmware_nsx/tests/unit/etc/fake_put_lrouter_lport_att.json
vmware_nsx/tests/unit/etc/fake_put_lswitch_lport_att.json
vmware_nsx/tests/unit/etc/neutron.conf.test
vmware_nsx/tests/unit/etc/nsx.ini.agentless.test
vmware_nsx/tests/unit/etc/nsx.ini.basic.test
vmware_nsx/tests/unit/etc/nsx.ini.combined.test
vmware_nsx/tests/unit/etc/nsx.ini.full.test
vmware_nsx/tests/unit/etc/nsx.ini.test
vmware_nsx/tests/unit/etc/nvp.ini.full.test
vmware_nsx/tests/unit/etc/vcns.ini.test
vmware_nsx/tests/unit/extension_drivers/__init__.py
vmware_nsx/tests/unit/extension_drivers/test_dns_integration.py
vmware_nsx/tests/unit/extensions/__init__.py
vmware_nsx/tests/unit/extensions/test_addresspairs.py
vmware_nsx/tests/unit/extensions/test_dhcp_mtu.py
vmware_nsx/tests/unit/extensions/test_dns_search_domain.py
vmware_nsx/tests/unit/extensions/test_maclearning.py
vmware_nsx/tests/unit/extensions/test_metadata.py
vmware_nsx/tests/unit/extensions/test_networkgw.py
vmware_nsx/tests/unit/extensions/test_portsecurity.py
vmware_nsx/tests/unit/extensions/test_provider_security_groups.py
vmware_nsx/tests/unit/extensions/test_providernet.py
vmware_nsx/tests/unit/extensions/test_qosqueues.py
vmware_nsx/tests/unit/extensions/test_secgroup_rule_local_ip_prefix.py
vmware_nsx/tests/unit/extensions/test_security_group_policy.py
vmware_nsx/tests/unit/extensions/test_securitygroup.py
vmware_nsx/tests/unit/extensions/test_vnic_index.py
vmware_nsx/tests/unit/nsx_mh/__init__.py
vmware_nsx/tests/unit/nsx_mh/test_dhcpmeta.py
vmware_nsx/tests/unit/nsx_mh/test_opts.py
vmware_nsx/tests/unit/nsx_mh/test_plugin.py
vmware_nsx/tests/unit/nsx_mh/test_sync.py
vmware_nsx/tests/unit/nsx_mh/test_utils.py
vmware_nsx/tests/unit/nsx_mh/apiclient/__init__.py
vmware_nsx/tests/unit/nsx_mh/apiclient/fake.py
vmware_nsx/tests/unit/nsx_mh/apiclient/test_api_common.py
vmware_nsx/tests/unit/nsx_mh/apiclient/test_api_eventlet_request.py
vmware_nsx/tests/unit/nsx_mh/db/__init__.py
vmware_nsx/tests/unit/nsx_mh/db/test_lsn_db.py
vmware_nsx/tests/unit/nsx_mh/db/test_nsx_db.py
vmware_nsx/tests/unit/nsx_v/__init__.py
vmware_nsx/tests/unit/nsx_v/test_availability_zones.py
vmware_nsx/tests/unit/nsx_v/test_edge_loadbalancer_driver_v2.py
vmware_nsx/tests/unit/nsx_v/test_lbaas_common.py
vmware_nsx/tests/unit/nsx_v/test_md_proxy.py
vmware_nsx/tests/unit/nsx_v/test_misc.py
vmware_nsx/tests/unit/nsx_v/test_nsxv_loadbalancer.py
vmware_nsx/tests/unit/nsx_v/test_plugin.py
vmware_nsx/tests/unit/nsx_v/vshield/__init__.py
vmware_nsx/tests/unit/nsx_v/vshield/fake_vcns.py
vmware_nsx/tests/unit/nsx_v/vshield/test_edge_utils.py
vmware_nsx/tests/unit/nsx_v/vshield/test_vcns_driver.py
vmware_nsx/tests/unit/nsx_v3/__init__.py
vmware_nsx/tests/unit/nsx_v3/test_api_replay.py
vmware_nsx/tests/unit/nsx_v3/test_client_cert.py
vmware_nsx/tests/unit/nsx_v3/test_constants.py
vmware_nsx/tests/unit/nsx_v3/test_dhcp_metadata.py
vmware_nsx/tests/unit/nsx_v3/test_parent_tag.py
vmware_nsx/tests/unit/nsx_v3/test_plugin.py
vmware_nsx/tests/unit/nsxlib/__init__.py
vmware_nsx/tests/unit/nsxlib/mh/__init__.py
vmware_nsx/tests/unit/nsxlib/mh/base.py
vmware_nsx/tests/unit/nsxlib/mh/test_l2gateway.py
vmware_nsx/tests/unit/nsxlib/mh/test_lsn.py
vmware_nsx/tests/unit/nsxlib/mh/test_queue.py
vmware_nsx/tests/unit/nsxlib/mh/test_router.py
vmware_nsx/tests/unit/nsxlib/mh/test_secgroup.py
vmware_nsx/tests/unit/nsxlib/mh/test_switch.py
vmware_nsx/tests/unit/nsxlib/mh/test_versioning.py
vmware_nsx/tests/unit/osc/__init__.py
vmware_nsx/tests/unit/osc/v2/__init__.py
vmware_nsx/tests/unit/osc/v2/test_port.py
vmware_nsx/tests/unit/osc/v2/test_router.py
vmware_nsx/tests/unit/osc/v2/test_security_group.py
vmware_nsx/tests/unit/osc/v2/test_subnet.py
vmware_nsx/tests/unit/services/__init__.py
vmware_nsx/tests/unit/services/flowclassifier/__init__.py
vmware_nsx/tests/unit/services/flowclassifier/test_nsxv_driver.py
vmware_nsx/tests/unit/services/ipam/__init__.py
vmware_nsx/tests/unit/services/ipam/test_nsxv3_driver.py
vmware_nsx/tests/unit/services/ipam/test_nsxv_driver.py
vmware_nsx/tests/unit/services/l2gateway/__init__.py
vmware_nsx/tests/unit/services/l2gateway/test_nsxv3_driver.py
vmware_nsx/tests/unit/services/l2gateway/test_nsxv_driver.py
vmware_nsx/tests/unit/services/neutron_taas/__init__.py
vmware_nsx/tests/unit/services/neutron_taas/test_nsxv3_driver.py
vmware_nsx/tests/unit/services/qos/__init__.py
vmware_nsx/tests/unit/services/qos/fake_nsxv_notifier.py
vmware_nsx/tests/unit/services/qos/test_nsxv3_notification.py
vmware_nsx/tests/unit/services/qos/test_nsxv_notification.py
vmware_nsx/tests/unit/services/trunk/__init__.py
vmware_nsx/tests/unit/services/trunk/test_nsxv3_driver.py
vmware_nsx/tests/unit/shell/__init__.py
vmware_nsx/tests/unit/shell/test_admin_utils.py
vmware_nsx_tempest/README.rst
vmware_nsx_tempest/__init__.py
vmware_nsx_tempest/_i18n.py
vmware_nsx_tempest/config.py
vmware_nsx_tempest/plugin.py
vmware_nsx_tempest/common/__init__.py
vmware_nsx_tempest/common/constants.py
vmware_nsx_tempest/doc/README-LBaaS.rst
vmware_nsx_tempest/services/README.rst
vmware_nsx_tempest/services/__init__.py
vmware_nsx_tempest/services/base_l2gw.py
vmware_nsx_tempest/services/l2_gateway_client.py
vmware_nsx_tempest/services/l2_gateway_connection_client.py
vmware_nsx_tempest/services/load_balancer_v1_client.py
vmware_nsx_tempest/services/network_client_base.py
vmware_nsx_tempest/services/nsxv3_client.py
vmware_nsx_tempest/services/nsxv_client.py
vmware_nsx_tempest/services/taas_client.py
vmware_nsx_tempest/services/tags_client.py
vmware_nsx_tempest/services/utils.py
vmware_nsx_tempest/services/lbaas/__init__.py
vmware_nsx_tempest/services/lbaas/health_monitors_client.py
vmware_nsx_tempest/services/lbaas/l7policies_client.py
vmware_nsx_tempest/services/lbaas/l7rules_client.py
vmware_nsx_tempest/services/lbaas/listeners_client.py
vmware_nsx_tempest/services/lbaas/load_balancers_client.py
vmware_nsx_tempest/services/lbaas/members_client.py
vmware_nsx_tempest/services/lbaas/pools_client.py
vmware_nsx_tempest/services/qos/__init__.py
vmware_nsx_tempest/services/qos/bandwidth_limit_rules_client.py
vmware_nsx_tempest/services/qos/base_qos.py
vmware_nsx_tempest/services/qos/dscp_marking_rules_client.py
vmware_nsx_tempest/services/qos/policies_client.py
vmware_nsx_tempest/services/qos/rule_types_client.py
vmware_nsx_tempest/tests/__init__.py
vmware_nsx_tempest/tests/base.py
vmware_nsx_tempest/tests/test_vmware_nsx_tempest.py
vmware_nsx_tempest/tests/api/__init__.py
vmware_nsx_tempest/tests/api/test_network_tags.py
vmware_nsx_tempest/tests/api/test_qos.py
vmware_nsx_tempest/tests/dvs/README.rst
vmware_nsx_tempest/tests/dvs/__init__.py
vmware_nsx_tempest/tests/dvs/api/__init__.py
vmware_nsx_tempest/tests/dvs/api/base_dvs.py
vmware_nsx_tempest/tests/dvs/api/test_networks_admin_actions.py
vmware_nsx_tempest/tests/dvs/api/test_ports_admin_actions.py
vmware_nsx_tempest/tests/dvs/scenario/__init__.py
vmware_nsx_tempest/tests/dvs/scenario/test_network_basic_ops.py
vmware_nsx_tempest/tests/nsxv/README.rst
vmware_nsx_tempest/tests/nsxv/__init__.py
vmware_nsx_tempest/tests/nsxv/api/README.rst
vmware_nsx_tempest/tests/nsxv/api/__init__.py
vmware_nsx_tempest/tests/nsxv/api/base_provider.py
vmware_nsx_tempest/tests/nsxv/api/test_admin_policy.py
vmware_nsx_tempest/tests/nsxv/api/test_dns_search_domain.py
vmware_nsx_tempest/tests/nsxv/api/test_dns_search_domain_negative.py
vmware_nsx_tempest/tests/nsxv/api/test_flat_network.py
vmware_nsx_tempest/tests/nsxv/api/test_l2_gateway.py
vmware_nsx_tempest/tests/nsxv/api/test_l2_gateway_connection.py
vmware_nsx_tempest/tests/nsxv/api/test_multiple_transport_zones.py
vmware_nsx_tempest/tests/nsxv/api/test_multiple_transport_zones_negative.py
vmware_nsx_tempest/tests/nsxv/api/test_router_sizes.py
vmware_nsx_tempest/tests/nsxv/api/test_router_types.py
vmware_nsx_tempest/tests/nsxv/api/test_subnets.py
vmware_nsx_tempest/tests/nsxv/api/test_tenant_delete.py
vmware_nsx_tempest/tests/nsxv/api/test_v1_lbaas.py
vmware_nsx_tempest/tests/nsxv/api/test_vlan_network.py
vmware_nsx_tempest/tests/nsxv/api/lbaas/__init__.py
vmware_nsx_tempest/tests/nsxv/api/lbaas/base.py
vmware_nsx_tempest/tests/nsxv/api/lbaas/test_health_monitors_admin.py
vmware_nsx_tempest/tests/nsxv/api/lbaas/test_health_monitors_non_admin.py
vmware_nsx_tempest/tests/nsxv/api/lbaas/test_l7policies_non_admin.py
vmware_nsx_tempest/tests/nsxv/api/lbaas/test_l7rules_non_admin.py
vmware_nsx_tempest/tests/nsxv/api/lbaas/test_listeners_admin.py
vmware_nsx_tempest/tests/nsxv/api/lbaas/test_listeners_non_admin.py
vmware_nsx_tempest/tests/nsxv/api/lbaas/test_load_balancers_admin.py
vmware_nsx_tempest/tests/nsxv/api/lbaas/test_load_balancers_non_admin.py
vmware_nsx_tempest/tests/nsxv/api/lbaas/test_members_admin.py
vmware_nsx_tempest/tests/nsxv/api/lbaas/test_members_non_admin.py
vmware_nsx_tempest/tests/nsxv/api/lbaas/test_pools_admin.py
vmware_nsx_tempest/tests/nsxv/api/lbaas/test_pools_non_admin.py
vmware_nsx_tempest/tests/nsxv/scenario/__init__.py
vmware_nsx_tempest/tests/nsxv/scenario/manager_topo_deployment.py
vmware_nsx_tempest/tests/nsxv/scenario/network_addon_methods.py
vmware_nsx_tempest/tests/nsxv/scenario/test_deployments.py
vmware_nsx_tempest/tests/nsxv/scenario/test_dhcp_121.py
vmware_nsx_tempest/tests/nsxv/scenario/test_dns_search_domain_basic_ops.py
vmware_nsx_tempest/tests/nsxv/scenario/test_dvr_basic_ops.py
vmware_nsx_tempest/tests/nsxv/scenario/test_lbaas_l7_switching_ops.py
vmware_nsx_tempest/tests/nsxv/scenario/test_lbaas_round_robin_ops.py
vmware_nsx_tempest/tests/nsxv/scenario/test_multiple_transport_zones_basic_ops.py
vmware_nsx_tempest/tests/nsxv/scenario/test_network_basic_ops.py
vmware_nsx_tempest/tests/nsxv/scenario/test_spoofguard_policy.py
vmware_nsx_tempest/tests/nsxv/scenario/test_v1_lbaas_basic_ops.py
vmware_nsx_tempest/tests/nsxv/scenario/test_xnet_multiple_subnets_basic_ops.py
vmware_nsx_tempest/tests/nsxv3/README.rst
vmware_nsx_tempest/tests/nsxv3/__init__.py
vmware_nsx_tempest/tests/nsxv3/api/__init__.py
vmware_nsx_tempest/tests/nsxv3/api/test_l2_gateway.py
vmware_nsx_tempest/tests/nsxv3/api/test_l2_gateway_connection.py
vmware_nsx_tempest/tests/nsxv3/api/test_l2_gateway_connection_negative.py
vmware_nsx_tempest/tests/nsxv3/api/test_native_dhcp.py
vmware_nsx_tempest/tests/nsxv3/api/test_native_dhcp_negative.py
vmware_nsx_tempest/tests/nsxv3/api/test_nsx_floating_ip.py
vmware_nsx_tempest/tests/nsxv3/api/test_nsx_mac_learning.py
vmware_nsx_tempest/tests/nsxv3/api/test_nsx_networks.py
vmware_nsx_tempest/tests/nsxv3/api/test_nsx_routers.py
vmware_nsx_tempest/tests/nsxv3/api/test_nsx_security_groups.py
vmware_nsx_tempest/tests/nsxv3/api/test_provider_sec_group.py
vmware_nsx_tempest/tests/nsxv3/api/test_taas.py
vmware_nsx_tempest/tests/nsxv3/scale/__init__.py
vmware_nsx_tempest/tests/nsxv3/scale/test_dhcp_uni_scale.py
vmware_nsx_tempest/tests/nsxv3/scenario/__init__.py
vmware_nsx_tempest/tests/nsxv3/scenario/test_mdproxy.py
vmware_nsx_tempest/tests/nsxv3/scenario/test_multi_hv_network_ops.py
vmware_nsx_tempest/tests/nsxv3/scenario/test_multiple_networks_ops.py
vmware_nsx_tempest/tests/nsxv3/scenario/test_provider_security_group.py
vmware_nsx_tempest/tests/nsxv3/scenario/test_router_nonat_ops.py
vmware_nsx_tempest/tests/scenario/__init__.py
vmware_nsx_tempest/tests/scenario/test_micro_segmentation_ops.py
vmware_nsx_tempest/tests/suites/nsxv/tempest-api-network
vmware_nsx_tempest/tests/suites/nsxv/tempest-scenario
vmware_nsx_tempest/tests/suites/nsxv/vmw-api_vio2.5
vmware_nsx_tempest/tests/suites/nsxv/vmw-api_vio3.0
vmware_nsx_tempest/tests/suites/nsxv/vmw-scenario_vio2.5
vmware_nsx_tempest/tests/suites/nsxv/vmw-scenario_vio3.0
vmware_nsx_tempest/tests/suites/nsxv3/nsxv3-api
vmware_nsx_tempest/tests/suites/nsxv3/nsxv3-scenario
vmware_nsx_tempest/tests/suites/nsxv3/tempest-api-network
vmware_nsx_tempest/tests/suites/nsxv3/tempest-scenario
vmware_nsx_tempest/tests/suites/nsxv3/vmw-api_vio2.5
vmware_nsx_tempest/tests/suites/nsxv3/vmw-api_vio3.0
vmware_nsx_tempest/tests/suites/nsxv3/vmw-scenario_vio2.5
vmware_nsx_tempest/tests/suites/nsxv3/vmw-scenario_vio3.0