summaryrefslogtreecommitdiff
path: root/api-ref/source/os-networks.inc
diff options
context:
space:
mode:
authorghanshyam <ghanshyam.mann@nectechnologies.in>2016-04-20 17:11:06 +0900
committerghanshyam <ghanshyam.mann@nectechnologies.in>2016-04-20 17:11:06 +0900
commitd0eb85880ce3531933b0b47b6e9f78c88c389a1f (patch)
treea9301d6aea4f1cba95b2c97946f792b680540d5d /api-ref/source/os-networks.inc
parent0315d46766fa4357c6608541be39aada4eb5941d (diff)
downloadnova-d0eb85880ce3531933b0b47b6e9f78c88c389a1f.tar.gz
Remove duplicate api ref for os-networks/actions
This remove the duplicate entry of os-networks/actions api ref and add the action name in their content. Part of bp:api-ref-in-rst Change-Id: I3ca28793b6bcf390c8a2bfa1dfcf0213cf6bd428
Diffstat (limited to 'api-ref/source/os-networks.inc')
-rw-r--r--api-ref/source/os-networks.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/api-ref/source/os-networks.inc b/api-ref/source/os-networks.inc
index c0c61759ef..1578684b2d 100644
--- a/api-ref/source/os-networks.inc
+++ b/api-ref/source/os-networks.inc
@@ -165,6 +165,8 @@ Associate Host
Associates a network with a host.
+Specify the ``associate_host`` action in the request body.
+
Policy defaults enable only users with the administrative role or the owner of the server to perform this operation. Cloud providers can change these permissions through the ``policy.json`` file.
Normal response codes: 202
@@ -195,6 +197,8 @@ Disassociate Host
Disassociates a host from a network.
+Specify the ``disassociate_host`` action in the request body.
+
Policy defaults enable only users with the administrative role or the owner of the server to perform this operation. Cloud providers can change these permissions through the ``policy.json`` file.
Normal response codes: 202
@@ -225,6 +229,8 @@ Disassociate Network
Disassociates a network from a project. You can then reuse the network.
+Specify the ``disassociate`` action in the request body.
+
Policy defaults enable only users with the administrative role or the owner of the server to perform this operation. Cloud providers can change these permissions through the ``policy.json`` file.
Normal response codes: 202
@@ -255,6 +261,8 @@ Disassociate Project
Disassociates a project from a network.
+Specify the ``disassociate_project`` action in the request body.
+
Policy defaults enable only users with the administrative role or the owner of the server to perform this operation. Cloud providers can change these permissions through the ``policy.json`` file.
Normal response codes: 202