Converting Bootable field to string because the API doesn't make sense
diff --git a/openstack/blockstorage/v1/volumes/results.go b/openstack/blockstorage/v1/volumes/results.go
index c1fb9e0..ca322d1 100644
--- a/openstack/blockstorage/v1/volumes/results.go
+++ b/openstack/blockstorage/v1/volumes/results.go
@@ -22,7 +22,7 @@
AvailabilityZone string `mapstructure:"availability_zone"`
// Indicates whether this is a bootable volume.
- Bootable bool `mapstructure:"bootable"`
+ Bootable string `mapstructure:"bootable"`
// The date when this volume was created.
CreatedAt string `mapstructure:"created_at"`