Do not make Cinder Max volume predicate a default

This commit is contained in:
Hemant Kumar
2019-01-16 14:05:35 -05:00
parent a88d1d3dcc
commit 727b3097f9
5 changed files with 127 additions and 4 deletions

View File

@@ -568,6 +568,7 @@ var AzureDiskVolumeFilter = VolumeFilter{
}
// CinderVolumeFilter is a VolumeFilter for filtering Cinder Volumes
// It will be deprecated once Openstack cloudprovider has been removed from in-tree.
var CinderVolumeFilter = VolumeFilter{
FilterVolume: func(vol *v1.Volume) (string, bool) {
if vol.Cinder != nil {