From 77243d3b0281e828278e8497e09403c07cb9e2f9 Mon Sep 17 00:00:00 2001 From: vponomaryov Date: Tue, 5 Apr 2016 14:34:20 +0300 Subject: [PATCH] Disable redundant upload of manila service image Set 'MANILA_SERVICE_IMAGE_ENABLED' env var to 'False' to disable upload of Manila service image that is not used by any HDFS CI jobs. Change-Id: I8f8701bce3112de97de104d2e80905965d98958c --- manila/pre_test_hook.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manila/pre_test_hook.sh b/manila/pre_test_hook.sh index 7979f03..6ebc33f 100755 --- a/manila/pre_test_hook.sh +++ b/manila/pre_test_hook.sh @@ -21,6 +21,9 @@ echo "TEMPEST_SERVICES+=,manila" >> $localrc_path echo "MANILA_USE_DOWNGRADE_MIGRATIONS=True" >> $localrc_path +# NOTE(vponomaryov): enable following only for 'scenario' tests if such added. +echo "MANILA_SERVICE_IMAGE_ENABLED=False" >> $localrc_path + # Enabling isolated metadata in Neutron is required because # Tempest creates isolated networks and created vm's in scenario tests don't # have access to Nova Metadata service. This leads to unavailability of