Remove OpenStack cloud provider

And keep OpenStack Cinder CSI translation
This commit is contained in:
Jan Safranek
2022-11-10 18:26:00 +01:00
parent 5b284a50b7
commit 6005c3b512
190 changed files with 20 additions and 25110 deletions

View File

@@ -29,6 +29,9 @@ func newProvider() (framework.ProviderInterface, error) {
}
// Provider is a structure to handle OpenStack clouds for e2e testing
// It does not do anything useful, it's there only to provide valid
// --provider=openstack cmdline option to allow testing of CSI migration
// tests of kubernetes.io/cinder volume plugin.
type Provider struct {
framework.NullProvider
}