From f193d31dfc5c34eadb2f9fb904dc7096b1030a70 Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Thu, 8 May 2025 11:00:35 +0200 Subject: [PATCH] Adjust fip.port_details schema On the response admin_state_up can be only boolean Change-Id: I2d991491dbc5a97e36446a6d29c52b653b5a1657 --- codegenerator/openapi/neutron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegenerator/openapi/neutron.py b/codegenerator/openapi/neutron.py index 204e3a4..b7727a4 100644 --- a/codegenerator/openapi/neutron.py +++ b/codegenerator/openapi/neutron.py @@ -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": {