Adds section covering neutron diagnosic tools

Closes-bug: #1499114

Change-Id: I1bd579be4f190f94e97f6caaf3167a651f2db791
This commit is contained in:
Chen 2017-04-05 18:12:00 +09:00
parent 4aa724c1eb
commit 3de70dfbc7
1 changed files with 16 additions and 0 deletions

View File

@ -1076,3 +1076,19 @@ Assign a lost IPv4 address back to a project
type=dict list=true subnet_id=NETWORK_ID_IPv4_SUBNET_ID \
ip_address=IP_ADDRESS subnet_id=NETWORK_ID_IPv6_SUBNET_ID
# openstack port show PORT-NAME
Tools for automated neutron diagnosis
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
`easyOVS <https://github.com/yeasy/easyOVS>`_ is a useful tool when it comes
to operating your OpenvSwitch bridges and iptables on your OpenStack platform.
It automatically associates the virtual ports with the VM MAC/IP, VLAN tag
and namespace information, as well as the iptables rules for VMs.
`Don <https://github.com/openstack/python-don>`_ is another convenient network
analysis and diagnostic syetem that provides a completely automated service
for verifying and diagnosing the networking functionality provided by OVS.
Additionally, you can refer to
`neutron debug <https://docs.openstack.org/cli-reference/neutron-debug.html>`_
for more options.