.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
devstack/README.rst
devstack/localrc_nsx_v3
devstack/plugin.sh
devstack/settings
devstack/lib/vmware_dvs
devstack/lib/vmware_nsx
devstack/lib/vmware_nsx_v
devstack/lib/vmware_nsx_v3
devstack/tools/nsxv_cleanup.py
doc/source/conf.py
doc/source/contributing.rst
doc/source/history.rst
doc/source/index.rst
doc/source/installation.rst
doc/source/readme.rst
doc/source/usage.rst
etc/nsx.ini
etc/policy.json
etc/policy/network-gateways.json
etc/policy/routers.json
tempest/nsxv3_tests/devstackgaterc
tools/check_bash.sh
tools/check_i18n.py
tools/check_i18n_test_case.txt
tools/clean.sh
tools/i18n_cfg.py
tools/install_venv.py
tools/install_venv_common.py
tools/pretty_tox.sh
tools/tox_install.sh
tools/with_venv.sh
vmware_nsx/__init__.py
vmware_nsx/check_nsx_config.py
vmware_nsx/dhcpmeta_modes.py
vmware_nsx/nsx_cluster.py
vmware_nsx/plugin.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/common/__init__.py
vmware_nsx/common/config.py
vmware_nsx/common/exceptions.py
vmware_nsx/common/locking.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/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/HEADS
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/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/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/extensions/__init__.py
vmware_nsx/extensions/advancedserviceproviders.py
vmware_nsx/extensions/lsn.py
vmware_nsx/extensions/maclearning.py
vmware_nsx/extensions/networkgw.py
vmware_nsx/extensions/nvp_qos.py
vmware_nsx/extensions/qos.py
vmware_nsx/extensions/routersize.py
vmware_nsx/extensions/routertype.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/nsxlib/v3/__init__.py
vmware_nsx/nsxlib/v3/client.py
vmware_nsx/nsxlib/v3/dfw_api.py
vmware_nsx/nsxlib/v3/resources.py
vmware_nsx/nsxlib/v3/router.py
vmware_nsx/nsxlib/v3/security.py
vmware_nsx/plugins/__init__.py
vmware_nsx/plugins/dvs/__init__.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/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_loadbalancer_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/plugin.py
vmware_nsx/services/__init__.py
vmware_nsx/services/l2gateway/__init__.py
vmware_nsx/services/l2gateway/common/__init__.py
vmware_nsx/services/l2gateway/common/plugin.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/qos/__init__.py
vmware_nsx/services/qos/plugin.py
vmware_nsx/shell/__init__.py
vmware_nsx/shell/commands.py
vmware_nsx/tests/__init__.py
vmware_nsx/tests/functional/__init__.py
vmware_nsx/tests/functional/requirements.txt
vmware_nsx/tests/functional/db/__init__.py
vmware_nsx/tests/functional/db/test_migrations.py
vmware_nsx/tests/unit/__init__.py
vmware_nsx/tests/unit/test_utils.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/extensions/__init__.py
vmware_nsx/tests/unit/extensions/test_addresspairs.py
vmware_nsx/tests/unit/extensions/test_maclearning.py
vmware_nsx/tests/unit/extensions/test_networkgw.py
vmware_nsx/tests/unit/extensions/test_portsecurity.py
vmware_nsx/tests/unit/extensions/test_providernet.py
vmware_nsx/tests/unit/extensions/test_qosqueues.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_agent_scheduler.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_edge_loadbalancer_driver.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/mocks.py
vmware_nsx/tests/unit/nsx_v3/test_constants.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/nsxlib/v3/__init__.py
vmware_nsx/tests/unit/nsxlib/v3/nsxlib_testcase.py
vmware_nsx/tests/unit/nsxlib/v3/test_client.py
vmware_nsx/tests/unit/nsxlib/v3/test_qos_switching_profile.py
vmware_nsx/tests/unit/nsxlib/v3/test_resources.py
vmware_nsx/tests/unit/nsxlib/v3/test_switch.py
vmware_nsx/tests/unit/services/__init__.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