From d6fbcb9134a8be2e2f9a0a8362fa42aac59f8036 Mon Sep 17 00:00:00 2001 From: Adit Sarfaty Date: Mon, 12 Feb 2018 09:51:11 +0200 Subject: [PATCH] Fix admin utils doc The config resource belongs to the V3 plugin + make the plugins headers more noticable Change-Id: If35fb4d7d01810de81bda813838ab37d0ba837c7 --- doc/source/admin_util.rst | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/doc/source/admin_util.rst b/doc/source/admin_util.rst index 91126af4a4..b4f0159db3 100644 --- a/doc/source/admin_util.rst +++ b/doc/source/admin_util.rst @@ -4,8 +4,8 @@ Admin Utility The NSXv and the NSXv3 support the nsxadmin utility. This enables and administrator to determine and rectify inconsistencies between the Neutron DB and the NSX. usage: nsxadmin -r -o -NSXv ----- +NSXv Plugin +----------- The following resources are supported: 'security-groups', 'edges', 'networks', 'firewall-sections', 'orphaned-edges', 'spoofguard-policy', 'missing-edges', 'backup-edges', 'nsx-security-groups', 'dhcp-binding' and 'metadata' @@ -261,8 +261,8 @@ Config nsxadmin -r config -o validate -NSXv3 ------ +NSXv3 Plugin +------------ The following resources are supported: 'security-groups', 'routers', 'networks', 'nsx-security-groups', 'dhcp-binding', 'metadata-proxy', 'orphaned-dhcp-servers', 'firewall-sections', 'certificate', 'orphaned-networks', 'orphaned-routers', and 'ports'. @@ -486,17 +486,6 @@ Rate Limit nsxadmin -r rate-limit -o nsx-update --property value=<> -NSXtvd ------- - -- All the nsx-v/v3 utilities can be used by calling - - nsxadmin --plugin nsxv/v3 -r <> -o <> - -- Add mapping between projects and plugin before starting to use the tvd plugin: - - nsxadmin -r projects -o import --property plugin=nsx-v --property project=<> - Config ~~~~~~ @@ -504,6 +493,17 @@ Config nsxadmin -r config -o validate +NSXtvd Plugin +------------- + +- All the nsx-v/v3 utilities can be used by calling + + nsxadmin --plugin nsxv/v3 -r <> -o <> + +- Add mapping between existing projects and old (v) plugin before starting to use the tvd plugin: + + nsxadmin -r projects -o import --property plugin=nsx-v --property project=<> + Upgrade Steps (Version 1.0.0 to Version 1.1.0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~