From 3de70dfbc718946c6a30a6f4801687cbde1732d1 Mon Sep 17 00:00:00 2001 From: Chen Date: Wed, 5 Apr 2017 18:12:00 +0900 Subject: [PATCH] Adds section covering neutron diagnosic tools Closes-bug: #1499114 Change-Id: I1bd579be4f190f94e97f6caaf3167a651f2db791 --- .../source/ops-network-troubleshooting.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/ops-guide/source/ops-network-troubleshooting.rst b/doc/ops-guide/source/ops-network-troubleshooting.rst index 31ac7a5f49..f5dbf6ef4e 100644 --- a/doc/ops-guide/source/ops-network-troubleshooting.rst +++ b/doc/ops-guide/source/ops-network-troubleshooting.rst @@ -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 `_ 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 `_ 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 `_ +for more options.