Merge "Deprecate `volume_image_dep_tests`"
diff --git a/tempest/config.py b/tempest/config.py
index 5d02238..7719720 100644
--- a/tempest/config.py
+++ b/tempest/config.py
@@ -1121,6 +1121,7 @@
                help='Volume types used for data volumes. Multiple volume '
                     'types can be assigned.'),
     cfg.BoolOpt('enable_volume_image_dep_tests',
+                deprecated_name='volume_image_dep_tests',
                 default=True,
                 help='Run tests for dependencies between images, volumes '
                 'and instance snapshots')