summaryrefslogtreecommitdiff
path: root/doc/api_samples
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem@us.ibm.com>2016-11-07 11:28:34 -0500
committerMatt Riedemann <mriedem@us.ibm.com>2016-11-07 11:30:08 -0500
commit1e4178b6a09fac00a560dcf7c5127c55c060c025 (patch)
tree4cc9717f14f09d2fefe2de1e23adcf4d6d2d3911 /doc/api_samples
parent0132cc8c2663843a891e054d9185e6ba2fd589ad (diff)
downloadnova-1e4178b6a09fac00a560dcf7c5127c55c060c025.tar.gz
Add functional api_samples test for addFloatingIp action
This is needed for filling the gap in the api-ref docs. Change-Id: Ib21e4ae25780c1780678074b4ccc5a86944ce992 Related-Bug: #1636185
Diffstat (limited to 'doc/api_samples')
-rw-r--r--doc/api_samples/servers/server-action-addfloatingip.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/api_samples/servers/server-action-addfloatingip.json b/doc/api_samples/servers/server-action-addfloatingip.json
new file mode 100644
index 0000000000..e4ad5638ab
--- /dev/null
+++ b/doc/api_samples/servers/server-action-addfloatingip.json
@@ -0,0 +1,6 @@
+{
+ "addFloatingIp" : {
+ "address": "10.10.10.10",
+ "fixed_address": "192.168.0.3"
+ }
+} \ No newline at end of file