2be66a0240f59f48c160949ba08efbcd537cd7ec
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
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.
Description
Languages
Python
98.5%
Shell
1.5%