diff --git a/openstack_cli/src/block_storage/v3/manageable_volume/create.rs b/openstack_cli/src/block_storage/v3/manageable_volume/create.rs index 9a076d6ab..9ebc1bdce 100644 --- a/openstack_cli/src/block_storage/v3/manageable_volume/create.rs +++ b/openstack_cli/src/block_storage/v3/manageable_volume/create.rs @@ -207,7 +207,7 @@ struct ResponseData { /// #[serde()] #[structable()] - bootable: bool, + bootable: String, /// The cluster name of volume backend. /// diff --git a/openstack_cli/src/block_storage/v3/volume/create_30.rs b/openstack_cli/src/block_storage/v3/volume/create_30.rs index e24b4a833..7e32d24f9 100644 --- a/openstack_cli/src/block_storage/v3/volume/create_30.rs +++ b/openstack_cli/src/block_storage/v3/volume/create_30.rs @@ -187,7 +187,7 @@ struct ResponseData { /// #[serde()] #[structable()] - bootable: bool, + bootable: String, /// The cluster name of volume backend. /// diff --git a/openstack_cli/src/block_storage/v3/volume/create_313.rs b/openstack_cli/src/block_storage/v3/volume/create_313.rs index 0bd3c5a55..dd9aef292 100644 --- a/openstack_cli/src/block_storage/v3/volume/create_313.rs +++ b/openstack_cli/src/block_storage/v3/volume/create_313.rs @@ -190,7 +190,7 @@ struct ResponseData { /// #[serde()] #[structable()] - bootable: bool, + bootable: String, /// The cluster name of volume backend. /// diff --git a/openstack_cli/src/block_storage/v3/volume/create_347.rs b/openstack_cli/src/block_storage/v3/volume/create_347.rs index 9ee9f1435..af7dc9588 100644 --- a/openstack_cli/src/block_storage/v3/volume/create_347.rs +++ b/openstack_cli/src/block_storage/v3/volume/create_347.rs @@ -197,7 +197,7 @@ struct ResponseData { /// #[serde()] #[structable()] - bootable: bool, + bootable: String, /// The cluster name of volume backend. /// diff --git a/openstack_cli/src/block_storage/v3/volume/create_353.rs b/openstack_cli/src/block_storage/v3/volume/create_353.rs index a78862178..9c15e4a4e 100644 --- a/openstack_cli/src/block_storage/v3/volume/create_353.rs +++ b/openstack_cli/src/block_storage/v3/volume/create_353.rs @@ -197,7 +197,7 @@ struct ResponseData { /// #[serde()] #[structable()] - bootable: bool, + bootable: String, /// The cluster name of volume backend. /// diff --git a/openstack_cli/src/block_storage/v3/volume/list.rs b/openstack_cli/src/block_storage/v3/volume/list.rs index c6fb5178a..1e8679fbb 100644 --- a/openstack_cli/src/block_storage/v3/volume/list.rs +++ b/openstack_cli/src/block_storage/v3/volume/list.rs @@ -174,7 +174,7 @@ struct ResponseData { /// #[serde()] #[structable(wide)] - bootable: bool, + bootable: String, /// The cluster name of volume backend. /// diff --git a/openstack_cli/src/block_storage/v3/volume/set_30.rs b/openstack_cli/src/block_storage/v3/volume/set_30.rs index f8505a7a5..cc830ccac 100644 --- a/openstack_cli/src/block_storage/v3/volume/set_30.rs +++ b/openstack_cli/src/block_storage/v3/volume/set_30.rs @@ -129,7 +129,7 @@ struct ResponseData { /// #[serde()] #[structable()] - bootable: bool, + bootable: String, /// The cluster name of volume backend. /// diff --git a/openstack_cli/src/block_storage/v3/volume/set_353.rs b/openstack_cli/src/block_storage/v3/volume/set_353.rs index 3cc38bd04..c24fc6000 100644 --- a/openstack_cli/src/block_storage/v3/volume/set_353.rs +++ b/openstack_cli/src/block_storage/v3/volume/set_353.rs @@ -129,7 +129,7 @@ struct ResponseData { /// #[serde()] #[structable()] - bootable: bool, + bootable: String, /// The cluster name of volume backend. /// diff --git a/openstack_cli/src/block_storage/v3/volume/show.rs b/openstack_cli/src/block_storage/v3/volume/show.rs index d74d0bade..8070b33f0 100644 --- a/openstack_cli/src/block_storage/v3/volume/show.rs +++ b/openstack_cli/src/block_storage/v3/volume/show.rs @@ -105,7 +105,7 @@ struct ResponseData { /// #[serde()] #[structable()] - bootable: bool, + bootable: String, /// The cluster name of volume backend. /// diff --git a/openstack_tui/src/cloud_worker/block_storage/v3/volume/list_detailed.rs b/openstack_tui/src/cloud_worker/block_storage/v3/volume/list_detailed.rs index 80029fcaa..627a5c6f2 100644 --- a/openstack_tui/src/cloud_worker/block_storage/v3/volume/list_detailed.rs +++ b/openstack_tui/src/cloud_worker/block_storage/v3/volume/list_detailed.rs @@ -164,7 +164,7 @@ pub struct BlockStorageVolume { /// #[serde()] #[structable(title = "BOOTABLE", wide)] - pub bootable: bool, + pub bootable: String, /// The cluster name of volume backend. ///