Skip to content

Commit 7653bb5

Browse files
committed
Cinder: Remove multiatttach request parameter
The multiattach request parameter is no longer part of the API [1]. Starting with microversion 3.50 (Queens), you need to use a volume type with multiattach capability instead. Depends on #2658. [1] openstack/cinder@d4535c7
1 parent 1b8e9af commit 7653bb5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

openstack/blockstorage/v3/volumes/requests.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ type CreateOpts struct {
4141
BackupID string `json:"backup_id,omitempty"`
4242
// The associated volume type
4343
VolumeType string `json:"volume_type,omitempty"`
44-
// Multiattach denotes if the volume is multi-attach capable.
45-
Multiattach bool `json:"multiattach,omitempty"`
4644
}
4745

4846
// ToVolumeCreateMap assembles a request body based on the contents of a

0 commit comments

Comments
 (0)