summaryrefslogtreecommitdiff
path: root/cinder/volume/drivers/dell_emc/powermax/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'cinder/volume/drivers/dell_emc/powermax/utils.py')
-rw-r--r--cinder/volume/drivers/dell_emc/powermax/utils.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/cinder/volume/drivers/dell_emc/powermax/utils.py b/cinder/volume/drivers/dell_emc/powermax/utils.py
index 6956329ad..fc2b51294 100644
--- a/cinder/volume/drivers/dell_emc/powermax/utils.py
+++ b/cinder/volume/drivers/dell_emc/powermax/utils.py
@@ -216,6 +216,9 @@ REVERT_SS_EXC = 'Link must be fully copied for this operation to proceed'
IS_TRUE = ['<is> True', 'True', 'true', True]
IS_FALSE = ['<is> False', 'False', 'false', False]
+# <like> filter
+LIKE_FILTER = '<like>'
+
class PowerMaxUtils(object):
"""Utility class for Rest based PowerMax volume drivers.