Fix a mistake in tacker localrc

missing '\n' in DEVSTACK_LOCAL_CONFIG line
Refer to https://review.openstack.org/#/c/471780/ for more info.

Change-Id: I81f6fa99c9528943a485b320f223235aa3ea5ec9
This commit is contained in:
Yan Xing'an 2017-06-13 00:10:13 -07:00
parent ba1e0d359f
commit 9a46466f19
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
export PROJECTS="openstack/python-barbicanclient $PROJECTS"
esac
export DEVSTACK_LOCAL_CONFIG+="enable_plugin tacker git://git.openstack.org/openstack/tacker"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin tacker git://git.openstack.org/openstack/tacker"
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi