Remove documentation for removed neutron command line options
This patch removes the documentation for the --neutron-* command line options that had been deprecated and removed over time. Change-Id: I72447bffcde92a85b2c3f436806268d1ae94e005
This commit is contained in:
parent
9c4b435b04
commit
a9c9885254
@ -26,15 +26,6 @@ Deploy an overcloud stack
|
||||
[--ceph-storage-flavor CEPH_STORAGE_FLAVOR]
|
||||
[--block-storage-flavor BLOCK_STORAGE_FLAVOR]
|
||||
[--swift-storage-flavor SWIFT_STORAGE_FLAVOR]
|
||||
[--neutron-flat-networks NEUTRON_FLAT_NETWORKS]
|
||||
[--neutron-physical-bridge NEUTRON_PHYSICAL_BRIDGE]
|
||||
[--neutron-bridge-mappings NEUTRON_BRIDGE_MAPPINGS]
|
||||
[--neutron-public-interface NEUTRON_PUBLIC_INTERFACE]
|
||||
[--neutron-network-type NEUTRON_NETWORK_TYPE]
|
||||
[--neutron-tunnel-types NEUTRON_TUNNEL_TYPES]
|
||||
[--neutron-disable-tunneling]
|
||||
[--neutron-network-vlan-ranges NEUTRON_NETWORK_VLAN_RANGES]
|
||||
[--neutron-mechanism-drivers NEUTRON_MECHANISM_DRIVERS]
|
||||
[--libvirt-type LIBVIRT_TYPE]
|
||||
[--ntp-server NTP_SERVER] [--cinder-lvm]
|
||||
[--no-proxy NO_PROXY] [-O <OUTPUT DIR>]
|
||||
@ -98,62 +89,6 @@ Deploy an overcloud stack
|
||||
|
||||
Nova flavor to use for swift storage nodes.
|
||||
|
||||
.. option:: --neutron-flat-networks <networks>
|
||||
|
||||
Deprecated.
|
||||
|
||||
Comma separated list of physical_network names with which flat networks
|
||||
can be created. Use * to allow flat networks with arbitrary
|
||||
physical_network names. (default: 'datacentre')
|
||||
|
||||
.. option:: --neutron-physical-bridge <bridge>
|
||||
|
||||
Deprecated.
|
||||
|
||||
.. option:: --neutron-bridge-mappings <mappings>
|
||||
|
||||
Deprecated.
|
||||
|
||||
Comma separated list of bridge mappings. (default: datacentre:br-ex)
|
||||
|
||||
.. option:: --neutron-public-interface <interface>
|
||||
|
||||
Deprecated.
|
||||
|
||||
.. option:: --neutron-network-type <type>
|
||||
|
||||
Deprecated.
|
||||
|
||||
The network type for the tenant networks.
|
||||
|
||||
.. option:: --neutron-tunnel-types <type>
|
||||
|
||||
Deprecated.
|
||||
|
||||
Network types supported by the agent (gre and/or vxlan).
|
||||
|
||||
.. option:: --neutron-disable-tunneling
|
||||
|
||||
Deprecated.
|
||||
|
||||
Disables tunneling.
|
||||
|
||||
.. option:: --neutron-network-vlan-ranges <ranges>
|
||||
|
||||
Deprecated.
|
||||
|
||||
Comma separated list of <physical_network>:<vlan_min>:<vlan_max> or
|
||||
<physical_network> specifying physical_network names usable for VLAN
|
||||
provider and tenant networks, as well as ranges of VLAN tags on each
|
||||
available for allocation to tenant networks. (ex: datacentre:1:1000)
|
||||
|
||||
.. option:: --neutron-mechanism-drivers <drivers>
|
||||
|
||||
Deprecated.
|
||||
|
||||
An ordered list of extension driver entrypoints to be loaded from the
|
||||
neutron.ml2.extension_drivers namespace.
|
||||
|
||||
.. option:: --libvirt-type {kvm,qemu}
|
||||
|
||||
Libvirt domain type. (default: kvm)
|
||||
|
Loading…
x
Reference in New Issue
Block a user