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 4c562f3978
1 changed files with 9 additions and 0 deletions

View File

@ -49,6 +49,15 @@ 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 "RECLONE=True" >> $localrc_path
echo "MANILA_REPO_ROOT=ajarr" >> $localrc_path
echo "MANILACLIENT_BRANCH=ceph" >> $localrc_path
export DEVSTACK_LOCAL_CONFIG=$(echo "$DEVSTACK_LOCAL_CONFIG" | sed 's_git://git.openstack.org/openstack/manila_https://github.com/ajarr/manila ceph_')
echo "$DEVSTACK_LOCAL_CONFIG"
cat $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.