Test Patch: DO NOT MERGE

Test manila-tempest-dsvm-cephfs-native CI by using the
development branches of Manila and Manila-client projects.

Change-Id: Iedcf7dde1294c4218a874041e5aebfc588d3bf08
This commit is contained in:
Ramana Raja 2016-01-08 21:32:24 +05:30
parent c2622a8272
commit 54848cb8c6
1 changed files with 7 additions and 0 deletions

View File

@ -49,6 +49,13 @@ echo "API_RATE_LIMIT=False" >> $localrc_path
echo "TEMPEST_SERVICES+=,manila" >> $localrc_path
echo "MANILA_USE_DOWNGRADE_MIGRATIONS=True" >> $localrc_path
# Use development branches of Manila and Manila client projects to
# test Manila+CephFSNativeDriver CI.
echo "MANILA_REPO_ROOT=ajarr" >> $localrc_path
echo "MANILACLIENT_BRANCH=ceph" >> $localrc_path
sed -i '/enable_plugin manila/c enable_plugin manila https://github.com/ajarr/manila ceph' $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.