Merge "Remove repeated parameter from floatingip"

This commit is contained in:
Zuul 2018-02-19 16:42:33 +00:00 committed by Gerrit Code Review
commit 503273b448
2 changed files with 0 additions and 3 deletions

View File

@ -65,7 +65,6 @@ Response Parameters
- fixed_ip_address: floatingip-fixed_ip_address
- floating_ip_address: floating_ip_address
- port_id: floatingip-port_id
- revision_number: revision_number
Response Example
----------------

View File

@ -15,7 +15,6 @@
"floating_ip_address": "172.24.4.228",
"port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ab",
"id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7",
"revision_number": 1,
"status": "ACTIVE"
},
{
@ -33,7 +32,6 @@
"floating_ip_address": "172.24.4.227",
"port_id": null,
"id": "61cea855-49cb-4846-997d-801b70c71bdd",
"revision_number": 1,
"status": "DOWN"
}
]