Merge "Remove repeated parameter from floatingip"
This commit is contained in:
commit
503273b448
@ -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
|
||||
----------------
|
||||
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user