Use python-jinja2 from centos-openstack-ocata

python-jinja2 in centos-openstack-ocata now is 2.8.1 and can replace
the old one.

Change-Id: Id0e6fc46169d37e9570d35da1c890875d1342e19
This commit is contained in:
Zhijiang Hu 2017-09-11 05:44:32 -04:00
parent 7967b8acb9
commit 19af5971f6
1 changed files with 1 additions and 6 deletions

View File

@ -92,12 +92,7 @@ function kolla_install
check_and_install_rpm python-six.noarch
check_and_install_rpm python-beautifulsoup4.noarch
check_and_install_rpm python2-setuptools.noarch
check_installed "python-jinja2-2.8-2.fc23.noarch"
if [[ "$has_installed" == "yes" ]];then
echo "jinja2 has been already installed"
else
yum install -y https://kojipkgs.fedoraproject.org//packages/python-jinja2/2.8/2.fc23/noarch/python-jinja2-2.8-2.fc23.noarch.rpm
fi
check_and_install_rpm python-jinja2
imagebranch="ocata"
imageversion="170811155446"