A set of Neutron drivers for the VMware NSX.
2be66a0240
Add syslog configuration support for edges to nsxadmin utility. Syslog config on edge consists of 2 syslog server IPs and protocol. Syslog config can only be updated as one bundle (no way to update protocol only) to show syslog config: nsxadmin -o nsx-list -r edges --verbose to update syslog config: nsxadmin -o nsx-update -r edges -p edge-id=<edge id> -p syslog-server=<ip> -p syslog-server2=<ip> -p syslog-proto=tcp|udp to delete syslog config: nsxadmin -o nsx-update -r edges -p edge-id=<edge id> -p syslog-server=none Change-Id: I26a29d7fdce6a835b4771b890c9973753ec92d79 |
||
---|---|---|
api-ref | ||
devstack | ||
doc/source | ||
etc | ||
releasenotes | ||
tools | ||
vmware_nsx | ||
vmware_nsx_tempest | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pylintrc | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
TESTING.rst | ||
tox.ini |
VMware-NSX package
You have come across the VMware-NSX family of Neutron plugins
External Resources:
The homepage for the VMware-NSX project is on Launchpad.
Use this site for asking for help, and filing bugs. Code is available both git.openstack.org and github.
For help on usage and hacking of VMware-NSX, please send a message to the openstack-dev mailing list.
For information on how to contribute to VMware-NSX, please see the contents of the CONTRIBUTING.rst file.