nova/doc/api_samples/servers/server-action-addfloatingip.json
Matt Riedemann 1e4178b6a0 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
2016-11-07 11:30:08 -05:00

6 lines
106 B
JSON

{
"addFloatingIp" : {
"address": "10.10.10.10",
"fixed_address": "192.168.0.3"
}
}