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:
Ramana Raja 2016-04-07 15:43:14 +05:30
parent b53a074536
commit d48d4f02d8
1 changed files with 5 additions and 0 deletions

View File

@ -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.