devref: Remove stale description about network_ip_availability

You no longer need to enable the plugin explicitly
after the recent change. [1]

[1] I8c1568d097525c43576e516bd86d820c6b0a78fb

Change-Id: I7c546e199e1e71708285e66345f650dbaff681b2
This commit is contained in:
YAMAMOTO Takashi 2016-03-25 15:14:51 +09:00
parent 097bb4eafa
commit 1eb18c7d7e

View File

@ -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
-----------------