Adjust fip.port_details schema

On the response admin_state_up can be only boolean

Change-Id: I2d991491dbc5a97e36446a6d29c52b653b5a1657
This commit is contained in:
Artem Goncharov
2025-05-08 11:00:35 +02:00
parent 52d3f05969
commit f193d31dfc

View File

@@ -1039,7 +1039,7 @@ class NeutronGenerator(OpenStackServerSourceBase):
"description": "The ID of the attached network.",
},
"admin_state_up": {
"type": ["string", "boolean"],
"type": "boolean",
"description": "The administrative state of the resource, which is up (`true`) or down (`false`).",
},
"mac_address": {