Fix links to network APIs from api-ref

This fixes the direct links to the security groups, security
group rules and floating IPs (layer 3) extensions in the
neutron api-ref.

Part of blueprint deprecate-api-proxies

Change-Id: Ib2c4ed478714b187fde8b7c42da15cc56b26675e
This commit is contained in:
Matt Riedemann 2016-07-25 17:13:05 -04:00
parent 015baf0d6c
commit d2bd83bec9
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
deprecated all the proxy APIs and users should use the native APIs
instead.
See: `Relevant Network APIs
<http://developer.openstack.org/api-ref-networking-v2-ext.html#layer3-ext>`__.
<http://developer.openstack.org/api-ref/networking/v2-ext/index.html#layer-3-networking-routers-floatingips>`__.
Lists floating IP addresses for a project. Also, creates (allocates) a
floating IP address for a project, shows floating IP address details,

View File

@ -12,7 +12,7 @@
deprecated all the proxy APIs and users should use the native APIs
instead.
See: `Relevant Network APIs
<http://developer.openstack.org/api-ref-networking-v2-ext.html#security_group_rules>`__.
<http://developer.openstack.org/api-ref/networking/v2-ext/index.html#security-group-rules-security-group-rules>`__.
Creates and deletes security group rules.

View File

@ -13,7 +13,7 @@
deprecated all the proxy APIs and users should use the native APIs
instead.
See: `Relevant Network APIs
<http://developer.openstack.org/api-ref-networking-v2-ext.html#security_groups>`__.
<http://developer.openstack.org/api-ref/networking/v2-ext/index.html#security-groups-security-groups>`__.
Lists, shows information for, creates, updates and deletes security groups.