From d48d4f02d8e4f34852aa773a05397ce4517b4b12 Mon Sep 17 00:00:00 2001 From: Ramana Raja Date: Thu, 7 Apr 2016 15:43:14 +0530 Subject: [PATCH] manila: Disable upload of service image The cephfs_native driver CI does not need the service image that is being uploaded. Disable the upload until a need arises, for example, when the CI does scenario testing. Change-Id: I1ed0af5fd61829a075a41df2939f0377deb351b3 --- manila/pre_test_hook.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manila/pre_test_hook.sh b/manila/pre_test_hook.sh index 34a69431..1ac34a72 100644 --- a/manila/pre_test_hook.sh +++ b/manila/pre_test_hook.sh @@ -49,6 +49,11 @@ echo "API_RATE_LIMIT=False" >> $localrc_path echo "TEMPEST_SERVICES+=,manila" >> $localrc_path echo "MANILA_USE_DOWNGRADE_MIGRATIONS=True" >> $localrc_path + +# NOTE(rraja): Enable when need arises, for example, when the CI does scenario +# testing. +echo "MANILA_SERVICE_IMAGE_ENABLED=False" >> $localrc_path + # Enable isolated metadata in Neutron because Tempest creates isolated # networks and created VMs in scenario tests don't have access to Nova Metadata # service. This leads to unavailability of created VMs in scenario tests.