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
This commit is contained in:
1 changed files with 5 additions and 0 deletions
@@ -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.
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.