Merge "Repair link in Neutron documentation"

This commit is contained in:
Jenkins 2017-05-29 23:37:53 +00:00 committed by Gerrit Code Review
commit 9622465f99

View File

@ -10,9 +10,7 @@ during resource creation.
Users can check if flavor available by performing a GET on the Users can check if flavor available by performing a GET on the
/v2.0/extensions/flavors. If it is unavailable,there is an 404 error /v2.0/extensions/flavors. If it is unavailable,there is an 404 error
response (itemNotFound). response (itemNotFound).
Refer `Networking extensions <http://developer.openstack.org/api-ref Refer `Show extension details <#show-extension-details>`__ for more details.
/networking/v2/#show-extension-details>`_ for more details.
for more information
List flavors List flavors
============ ============
@ -76,12 +74,12 @@ This operation establishes a new flavor.
The service_type to which the flavor applies is a required The service_type to which the flavor applies is a required
parameter. The corresponding service plugin must have been parameter. The corresponding service plugin must have been
activated as part of the configuration. See `Service providers activated as part of the configuration.
<http://developer.openstack.org/api-ref-networking-v2.html#service- Check `Service providers <#list-service-providers>`__ for how to see
type>`_ for how to see currently loaded service types. Additionally currently loaded service types. Additionally the service plugin
the service plugin needs to support the use of flavors. For needs to support the use of flavors. For example, the LOADBALANCERV2
example, the LOADBALANCERV2 service type using the LBaaSv2 API service type using the LBaaSv2 API currently supports Neutron service
currently supports Neutron service flavors. flavors.
Creation currently limited to administrators. Other users will Creation currently limited to administrators. Other users will
receive a ``Forbidden 403`` response code with a response body receive a ``Forbidden 403`` response code with a response body