Revert "Remove references to openstack and cinder"

This reverts commit 9bbf01bae9.
This commit is contained in:
Jan Safranek
2022-11-10 18:22:07 +01:00
parent 77b027936a
commit 5b284a50b7
216 changed files with 25733 additions and 22 deletions

View File

@@ -4097,6 +4097,20 @@ func TestValidateVolumes(t *testing.T) {
field: "rbd.image",
}},
},
// Cinder
{
name: "valid Cinder",
vol: core.Volume{
Name: "cinder",
VolumeSource: core.VolumeSource{
Cinder: &core.CinderVolumeSource{
VolumeID: "29ea5088-4f60-4757-962e-dba678767887",
FSType: "ext4",
ReadOnly: false,
},
},
},
},
// CephFS
{
name: "valid CephFS",