Comment 5 for bug 1746703

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/539891
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=ad80bfd0693f61df5bf46a4ba2dbb0a87d3fe6f9
Submitter: Zuul
Branch: master

commit ad80bfd0693f61df5bf46a4ba2dbb0a87d3fe6f9
Author: Jianghua Wang <email address hidden>
Date: Thu Feb 1 10:19:40 2018 +0000

    Remove the unsupported 'insecure_registry' for >=docker 3.0.0

    The argument of 'insecure_registry' for image push has been removed
    by this commit (in docker 3.0.0):
    https://github.com/docker/docker-py/commit/b180b8770a265e33099bd6da76c3e556a1028491

    Actually this argument was marked as deprecated and unfunctional
    before this removing.

    This commit is to remove this parameter at invoking the push() function
    when docker version >= 3.0.0.

    Change-Id: Ifa7d304d08a4073dcb1dff751d5a443c112cd377
    Closes-Bug: #1746703