Merge "Fix devstack config for devstack-plugin-nfs jobs"

This commit is contained in:
Jenkins 2016-03-23 19:25:51 +00:00 committed by Gerrit Code Review
commit e3634a739b

View File

@ -2387,7 +2387,7 @@
export PROJECTS="{plugin-repo} $PROJECTS"
export DEVSTACK_LOCAL_CONFIG="enable_plugin devstack-plugin-{plugin} git://git.openstack.org/{plugin-repo}"
export DEVSTACK_LOCAL_CONFIG+="ENABLE_NFS_CINDER=True"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"ENABLE_NFS_CINDER=True"
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then