Merge "BS volume bootable parameter is a string"

This commit is contained in:
Zuul 2025-02-28 08:08:49 +00:00 committed by Gerrit Code Review
commit f2d582e2ad

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