5532d6f404
Add a functional test for 'removeFloatingIp' action. Rename the example file for 'addFloatingIp' action to clarify that it is a request body example. Change-Id: Ic865318fa640eb17d1317fb3d5f064788ebf44e7
6 lines
106 B
JSON
6 lines
106 B
JSON
{
|
|
"addFloatingIp" : {
|
|
"address": "10.10.10.10",
|
|
"fixed_address": "192.168.0.3"
|
|
}
|
|
} |