BS volume bootable parameter is a string

What a surprise

Change-Id: Ice0910261bd1b84f327c779b72ac3593efb09db2
This commit is contained in:
Artem Goncharov 2025-02-27 17:10:24 +01:00
parent 31fedb263d
commit c7e844448b

View File

@ -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": {