diff --git a/api-ref/source/os-tenant-network.inc b/api-ref/source/os-tenant-network.inc index a9883bb000ce..eb296e6cc2c8 100644 --- a/api-ref/source/os-tenant-network.inc +++ b/api-ref/source/os-tenant-network.inc @@ -45,6 +45,11 @@ Create Project Network .. rest_method:: POST /os-tenant-networks +.. note:: + This API is only implemented for the nova-network service and will result + in a 503 error response if the cloud is using the Neutron networking + service. Use the Neutron ``networks`` API to create a new network. + Creates a project network. Policy defaults enable only users with the administrative role to @@ -104,6 +109,11 @@ Delete Project Network .. rest_method:: DELETE /os-tenant-networks/{network_id} +.. note:: + This API is only implemented for the nova-network service and will result + in a 500 error response if the cloud is using the Neutron networking + service. Use the Neutron ``networks`` API to delete an existing network. + Deletes a project network. Policy defaults enable only users with the administrative role or