Comment 1 for bug 1586018

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

Reviewed: https://review.openstack.org/321754
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=3545e6d503c7451921333134fb75d3fef3713952
Submitter: Jenkins
Branch: master

commit 3545e6d503c7451921333134fb75d3fef3713952
Author: Jeffrey Zhang <jeffrey.zhang@99cloud.net>
Date: Fri May 27 01:04:03 2016 +0800

    Fix the incompatibility for ansible 2.1.0

    Ansible 2.1.0 has lots of change and the plugin is not compatible
    between 2.0.0 and 2.1.0. This change fix the gap.

    * fix the signature change for _make_tmp_path in ansible 2.1.0
    * fix the common_options in the kolla_docker.py

    Change-Id: I05f5f05581c8bd625cd868fa0db549d0c60a7043
    Closes-Bug: #1586018