Upgrade from python-docker-py to python2-docker

Change-Id: I94b86857f156d49a7239c804f49d5bffb0f213aa
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
This commit is contained in:
Zhijiang Hu 2017-11-15 14:45:33 +08:00
parent 4cb3b627a7
commit 0ca1bdef6c
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ fi
echo "nameserver 8.8.8.8" > /etc/resolv.conf
daisy_management_ip=$1
yum -y install epel-release
yum -y install epel-release centos-release-openstack-pike
#curl -sSL https://get.docker.io | bash
yum remove -y docker-engine
@ -30,7 +30,7 @@ echo -e "[Service]\nMountFlags=shared\nEnvironmentFile=/etc/sysconfig/docker\nEx
systemctl daemon-reload
systemctl restart docker
systemctl enable docker
yum install -y python-docker-py
yum install -y python2-docker
yum -y install ntp
systemctl enable ntpd.service