From 605d617d55438e6d786ad296aa2967d9711e1e01 Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Tue, 23 May 2017 17:09:44 +0700 Subject: [PATCH] Repair links in Nova documentation Some reference links are out of date. There's 404 error when trying to access them. For example: http://developer.openstack.org/api-ref/networking/ v2-ext/index.html#security-groups-security-groups Change-Id: Iead6a6f32cdb2c9067bb5425333ad043514edbce --- api-ref/source/images.inc | 4 ++-- api-ref/source/os-floating-ip-dns.inc | 2 +- api-ref/source/os-floating-ip-pools.inc | 2 +- api-ref/source/os-floating-ips-bulk.inc | 2 +- api-ref/source/os-floating-ips.inc | 10 ++++++---- api-ref/source/os-networks.inc | 2 +- api-ref/source/os-security-group-rules.inc | 2 +- api-ref/source/os-security-groups.inc | 2 +- api-ref/source/os-tenant-network.inc | 2 +- api-ref/source/os-volumes.inc | 2 +- 10 files changed, 16 insertions(+), 14 deletions(-) diff --git a/api-ref/source/images.inc b/api-ref/source/images.inc index 61d13234db..2c2feff35b 100644 --- a/api-ref/source/images.inc +++ b/api-ref/source/images.inc @@ -10,7 +10,7 @@ deprecated all the proxy APIs and users should use the native APIs instead. These will fail with a 404 starting from microversion 2.36. See: `Relevant Image APIs - `__. + `__. Lists, shows details and deletes images. Also sets, lists, shows details, create, update and deletes image metadata. @@ -18,7 +18,7 @@ Also sets, lists, shows details, create, update and deletes image metadata. An image is a collection of files that you use to create and rebuild a server. By default, operators provide pre-built operating system images. You can also create custom images. See: `Create Image Action -`__. +`__. By default, the ``policy.json`` file authorizes all users to view the image size in the ``OS-EXT-IMG-SIZE:size`` extended attribute. diff --git a/api-ref/source/os-floating-ip-dns.inc b/api-ref/source/os-floating-ip-dns.inc index 065f734ef9..860b40affc 100644 --- a/api-ref/source/os-floating-ip-dns.inc +++ b/api-ref/source/os-floating-ip-dns.inc @@ -13,7 +13,7 @@ deprecated all the proxy APIs and users should use the native APIs instead. These will fail with a 404 starting from microversion 2.36. See: `Relevant Network APIs - `__. + `__. Manages DNS records associated with floating IP addresses. The API dispatches requests to a DNS driver that is selected at startup. diff --git a/api-ref/source/os-floating-ip-pools.inc b/api-ref/source/os-floating-ip-pools.inc index ad333cfe12..0740d4cb2b 100644 --- a/api-ref/source/os-floating-ip-pools.inc +++ b/api-ref/source/os-floating-ip-pools.inc @@ -10,7 +10,7 @@ deprecated all the proxy APIs and users should use the native APIs instead. These will fail with a 404 starting from microversion 2.36. See: `Relevant Network APIs - `__. + `__. Manages groups of floating IPs. diff --git a/api-ref/source/os-floating-ips-bulk.inc b/api-ref/source/os-floating-ips-bulk.inc index 0614b21bb7..fcdfd8f03e 100644 --- a/api-ref/source/os-floating-ips-bulk.inc +++ b/api-ref/source/os-floating-ips-bulk.inc @@ -10,7 +10,7 @@ deprecated all the proxy APIs and users should use the native APIs instead. These will fail with a 404 starting from microversion 2.36. See: `Relevant Network APIs - `__. + `__. (nova-network only) Bulk-creates, deletes, and lists floating IPs. Default pool name is ``nova``. diff --git a/api-ref/source/os-floating-ips.inc b/api-ref/source/os-floating-ips.inc index e4eba4fa14..ad7588ca9d 100644 --- a/api-ref/source/os-floating-ips.inc +++ b/api-ref/source/os-floating-ips.inc @@ -10,7 +10,7 @@ deprecated all the proxy APIs and users should use the native APIs instead. These will fail with a 404 starting from microversion 2.36. See: `Relevant Network APIs - `__. + `__. Lists floating IP addresses for a project. Also, creates (allocates) a floating IP address for a project, shows floating IP address details, @@ -20,16 +20,18 @@ The cloud administrator configures a pool of floating IP addresses in OpenStack Compute. The project quota defines the maximum number of floating IP addresses that you can allocate to the project. After you `allocate a floating IP -address `__ +address `__ for a project, you can: - `Add (associate) the floating IP - address `__ + address `__ with an instance in the project. You can associate only one floating IP address with an instance at a time. - `Remove (disassociate) the floating IP - address `__ + address `__ from an instance in the project. - Delete, or deallocate, a floating IP from the project, which diff --git a/api-ref/source/os-networks.inc b/api-ref/source/os-networks.inc index 93872f6fdd..450cd4981a 100644 --- a/api-ref/source/os-networks.inc +++ b/api-ref/source/os-networks.inc @@ -18,7 +18,7 @@ using ``neutron`` directly. These will fail with a 404 starting from microversion 2.36. See: `Relevant Network APIs - `__. + `__. Creates, lists, shows information for, and deletes networks. diff --git a/api-ref/source/os-security-group-rules.inc b/api-ref/source/os-security-group-rules.inc index 32d25f7d7e..5b7437c0c1 100644 --- a/api-ref/source/os-security-group-rules.inc +++ b/api-ref/source/os-security-group-rules.inc @@ -12,7 +12,7 @@ deprecated all the proxy APIs and users should use the native APIs instead. These will fail with a 404 starting from microversion 2.36. See: `Relevant Network APIs - `__. + `__. Creates and deletes security group rules. diff --git a/api-ref/source/os-security-groups.inc b/api-ref/source/os-security-groups.inc index e1877a5bb8..87c7ad0b4f 100644 --- a/api-ref/source/os-security-groups.inc +++ b/api-ref/source/os-security-groups.inc @@ -13,7 +13,7 @@ deprecated all the proxy APIs and users should use the native APIs instead. These will fail with a 404 starting from microversion 2.36. See: `Relevant Network APIs - `__. + `__. Lists, shows information for, creates, updates and deletes security groups. diff --git a/api-ref/source/os-tenant-network.inc b/api-ref/source/os-tenant-network.inc index eb296e6cc2..c464bdc33c 100644 --- a/api-ref/source/os-tenant-network.inc +++ b/api-ref/source/os-tenant-network.inc @@ -13,7 +13,7 @@ deprecated all the proxy APIs and users should use the native APIs instead. These will fail with a 404 starting from microversion 2.36. See: `Relevant Network APIs - `__. + `__. Creates, lists, shows information for, and deletes project networks. diff --git a/api-ref/source/os-volumes.inc b/api-ref/source/os-volumes.inc index a49bd05efa..1b99a80896 100644 --- a/api-ref/source/os-volumes.inc +++ b/api-ref/source/os-volumes.inc @@ -10,7 +10,7 @@ deprecated all the proxy APIs and users should use the native APIs instead. These will fail with a 404 starting from microversion 2.36. See: `Relevant Volume APIs - `__. + `__. Manages volumes and snapshots for use with the Compute API. Lists, shows details, creates, and deletes volumes and snapshots.