use temporary registry of kolla-ansible to support opendaylight

Change-Id: I1191ff620100d5fddf52716f478fb576040150e5
This commit is contained in:
zhouya 2017-06-03 09:44:22 +08:00
parent b67988c905
commit cd574b28e6
1 changed files with 1 additions and 3 deletions

View File

@ -124,12 +124,10 @@ function kolla_install
else
mkdir -p $sourcedir
cd $sourcedir
git clone https://git.openstack.org/openstack/kolla-ansible
git clone https://github.com/huzhijiang/kolla-ansible
fi
cd $sourcedir/kolla-ansible
git remote update
#git checkout -f $sourceversion
#cp -r /home/kolla_install/kolla/etc/kolla /etc
git checkout -b stable/ocata remotes/origin/stable/ocata
cp -r /home/kolla_install/kolla-ansible/etc/kolla /etc
# TODO: (huzhj)Use latest registry server from upstream