[cli-reference] add a new sanity check parameter

Change-Id: I88b666522b8e21297657605b83d10174847e64fa
Closes-Bug: #1618766
This commit is contained in:
chenxing 2016-09-14 04:37:40 +00:00 committed by chen.xing
parent 4d0a4a4bea
commit c9bdbf3c32

View File

@ -7,7 +7,7 @@ neutron-sanity-check command-line client
The :command:`neutron-sanity-check` client is a tool that checks various The :command:`neutron-sanity-check` client is a tool that checks various
sanity about the Networking service. sanity about the Networking service.
This chapter documents :command:`neutron-sanity-check` version ``8.1.0``. This chapter documents :command:`neutron-sanity-check` version ``9.0.0``.
neutron-sanity-check usage neutron-sanity-check usage
~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -16,31 +16,33 @@ neutron-sanity-check usage
usage: neutron-sanity-check [-h] [--arp_header_match] [--arp_responder] usage: neutron-sanity-check [-h] [--arp_header_match] [--arp_responder]
[--config-dir DIR] [--config-file PATH] [--debug] [--config-dir DIR] [--config-file PATH] [--debug]
[--dibbler_version] [--dnsmasq_version] [--dhcp_release6] [--dibbler_version]
[--ebtables_installed] [--icmpv6_header_match] [--dnsmasq_version] [--ebtables_installed]
[--ip6tables_installed] [--iproute2_vxlan] [--icmpv6_header_match] [--ip6tables_installed]
[--ipset_installed] [--keepalived_ipv6_support] [--iproute2_vxlan] [--ipset_installed]
[--keepalived_ipv6_support]
[--log-config-append PATH] [--log-config-append PATH]
[--log-date-format DATE_FORMAT] [--log-date-format DATE_FORMAT]
[--log-dir LOG_DIR] [--log-file PATH] [--log-dir LOG_DIR] [--log-file PATH]
[--noarp_header_match] [--noarp_responder] [--noarp_header_match] [--noarp_responder]
[--nodebug] [--nodibbler_version] [--nodebug] [--nodhcp_release6]
[--nodnsmasq_version] [--noebtables_installed] [--nodibbler_version] [--nodnsmasq_version]
[--noicmpv6_header_match] [--noebtables_installed] [--noicmpv6_header_match]
[--noip6tables_installed] [--noiproute2_vxlan] [--noip6tables_installed] [--noiproute2_vxlan]
[--noipset_installed] [--noipset_installed]
[--nokeepalived_ipv6_support] [--nonova_notify] [--nokeepalived_ipv6_support] [--nonova_notify]
[--noovs_conntrack] [--noovs_geneve] [--noovs_conntrack] [--noovs_geneve]
[--noovs_patch] [--noovs_vxlan] [--noovsdb_native] [--noovs_patch] [--noovs_vxlan] [--noovsdb_native]
[--noread_netns] [--nouse-syslog] [--nova_notify] [--noread_netns] [--nouse-syslog] [--nova_notify]
[--noverbose] [--novf_management] [--noverbose] [--novf_extended_management]
[--nowatch-log-file] [--ovs_conntrack] [--novf_management] [--nowatch-log-file]
[--ovs_geneve] [--ovs_patch] [--ovs_vxlan] [--ovs_conntrack] [--ovs_geneve] [--ovs_patch]
[--ovsdb_native] [--read_netns] [--ovs_vxlan] [--ovsdb_native] [--read_netns]
[--state_path STATE_PATH] [--state_path STATE_PATH]
[--syslog-log-facility SYSLOG_LOG_FACILITY] [--syslog-log-facility SYSLOG_LOG_FACILITY]
[--use-syslog] [--verbose] [--version] [--use-syslog] [--verbose] [--version]
[--vf_management] [--watch-log-file] [--vf_extended_management] [--vf_management]
[--watch-log-file]
neutron-sanity-check optional arguments neutron-sanity-check optional arguments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -69,6 +71,9 @@ neutron-sanity-check optional arguments
Print debugging output (set logging level to ``DEBUG`` instead of default Print debugging output (set logging level to ``DEBUG`` instead of default
``INFO`` level). ``INFO`` level).
``--dhcp_release6``
Check dhcp_release6 installation
``--dibbler_version`` ``--dibbler_version``
Check minimal dibbler version Check minimal dibbler version
@ -124,6 +129,9 @@ neutron-sanity-check optional arguments
``--nodebug`` ``--nodebug``
The inverse of :option:`--debug` The inverse of :option:`--debug`
``--nodhcp_release6``
The inverse of :option:`--dhcp_release6`
``--nodibbler_version`` ``--nodibbler_version``
The inverse of :option:`--dibbler_version` The inverse of :option:`--dibbler_version`
@ -178,6 +186,9 @@ neutron-sanity-check optional arguments
``--noverbose`` ``--noverbose``
The inverse of :option:`--verbose` The inverse of :option:`--verbose`
``--novf_extended_management``
The inverse of :option:`--vf_extended_management`
``--novf_management`` ``--novf_management``
The inverse of :option:`--vf_management` The inverse of :option:`--vf_management`
@ -219,6 +230,9 @@ neutron-sanity-check optional arguments
``--version`` ``--version``
show program's version number and exit show program's version number and exit
``--vf_extended_management``
Check for VF extended management support
``--vf_management`` ``--vf_management``
Check for VF management support Check for VF management support