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
This commit is contained in:
parent
b117328446
commit
77243d3b02
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user