tripleo-common/tripleo_common/image
Alfredo Moralejo d8a74de787 Set version=auto when creating docker client
When creating a docker client using docker library, version
1.26.0 of docker api is used by default, however the version
of docker included in CentOS 7 is currently 1.24.0. Using
version='auto', the client detects the api version in the
server and uses it.

This change sets version to 'auto' so that is automatically
detected as kolla [1] and others do.

Closes-Bug: #1702765

[1] https://github.com/openstack/kolla/blob/master/kolla/image/build.py#L135

Change-Id: I36d5316ac5244c227f6e9913a58d4fde1c2b1518
2017-07-07 08:49:29 +02:00
..
__init__.py Build image files from definitions in yaml 2016-03-18 11:43:32 -04:00
base.py Make overcloud_containers.yaml template driven 2017-06-22 11:03:04 +12:00
build.py Rename 'uploads' key to 'container_images' 2017-03-23 10:15:44 +13:00
exception.py Upload docker image files from yaml config file 2016-03-21 12:13:14 -04:00
image_builder.py Open log in utf-8 to prevent UnicodeEncodeError 2017-02-16 17:16:25 +00:00
image_uploader.py Set version=auto when creating docker client 2017-07-07 08:49:29 +02:00
kolla_builder.py Return the stdout of the kolla-build run 2017-06-22 11:03:42 +12:00