diff --git a/doc/source/devref/network_ip_availability.rst b/doc/source/devref/network_ip_availability.rst index b951c243ad7..2814dd7d268 100644 --- a/doc/source/devref/network_ip_availability.rst +++ b/doc/source/devref/network_ip_availability.rst @@ -40,17 +40,6 @@ This API does not account reserved IPs such as a subnet's gateway IP or other reserved or unused IPs of a subnet's cidr that are consumed as a result of the subnet creation itself. -Enabling in Neutron -------------------- - -To enable this plugin within neutron, append this pluging class to the -comma-delimited plugin list to the end of the **service_plugins** configuration -property within your neutron.conf file. - -Example:: - - service_plugins=router, network_ip_availability - API Specification -----------------