From c7e844448beb210fc1031c6a92026016e26aa29c Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Thu, 27 Feb 2025 17:10:24 +0100 Subject: [PATCH] BS volume bootable parameter is a string What a surprise Change-Id: Ice0910261bd1b84f327c779b72ac3593efb09db2 --- codegenerator/openapi/cinder_schemas/volume.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegenerator/openapi/cinder_schemas/volume.py b/codegenerator/openapi/cinder_schemas/volume.py index b23daea..b2f102a 100644 --- a/codegenerator/openapi/cinder_schemas/volume.py +++ b/codegenerator/openapi/cinder_schemas/volume.py @@ -110,7 +110,7 @@ VOLUME_SCHEMA: dict[str, Any] = { "description": "The name of the availability zone.", }, "bootable": { - "type": "boolean", + "type": "string", "description": "Enables or disables the bootable attribute. You can boot an instance from a bootable volume.", }, "multiattach": {