Bump docker to 1.12 in bootstrap-servers
I've seen issues with API versioning between docker 1.11 and docker-py in containers. 1.12 seems fine. We should also pin docker-py version in kolla-toolbox image. Change-Id: I07d5f573176b79a3775dcab2748f428c114bd985
This commit is contained in:
parent
7ed9cb246f
commit
b0e9b2f33e
@ -12,14 +12,14 @@ create_kolla_user: True
|
|||||||
docker_storage_driver: ""
|
docker_storage_driver: ""
|
||||||
|
|
||||||
debian_pkg_install:
|
debian_pkg_install:
|
||||||
- docker-engine=1.11.*
|
- docker-engine=1.12.*
|
||||||
- git
|
- git
|
||||||
- python-setuptools
|
- python-setuptools
|
||||||
- ntp
|
- ntp
|
||||||
|
|
||||||
redhat_pkg_install:
|
redhat_pkg_install:
|
||||||
- epel-release
|
- epel-release
|
||||||
- docker-engine-1.11.0
|
- docker-engine-1.12.0
|
||||||
- git
|
- git
|
||||||
- python-setuptools
|
- python-setuptools
|
||||||
- ntp
|
- ntp
|
||||||
|
Loading…
Reference in New Issue
Block a user