From a9c9885254d8f7fc73fb8d1419b02ceb333834bb Mon Sep 17 00:00:00 2001 From: Brent Eagles Date: Tue, 17 Jan 2017 13:53:21 -0330 Subject: [PATCH] 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 --- doc/source/command-objects/overcloud.rst | 65 ------------------------ 1 file changed, 65 deletions(-) diff --git a/doc/source/command-objects/overcloud.rst b/doc/source/command-objects/overcloud.rst index 0e9dbd0b2..fd6d718d6 100644 --- a/doc/source/command-objects/overcloud.rst +++ b/doc/source/command-objects/overcloud.rst @@ -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 ] @@ -98,62 +89,6 @@ Deploy an overcloud stack Nova flavor to use for swift storage nodes. -.. option:: --neutron-flat-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 - - Deprecated. - -.. option:: --neutron-bridge-mappings - - Deprecated. - - Comma separated list of bridge mappings. (default: datacentre:br-ex) - -.. option:: --neutron-public-interface - - Deprecated. - -.. option:: --neutron-network-type - - Deprecated. - - The network type for the tenant networks. - -.. option:: --neutron-tunnel-types - - Deprecated. - - Network types supported by the agent (gre and/or vxlan). - -.. option:: --neutron-disable-tunneling - - Deprecated. - - Disables tunneling. - -.. option:: --neutron-network-vlan-ranges - - Deprecated. - - Comma separated list of :: or - 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 - - 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)