Comment 3 for bug 1499588

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

Reviewed: https://review.openstack.org/227680
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=3533f462cb8716be95cda3d3b82f04fa287c37fa
Submitter: Jenkins
Branch: master

commit 3533f462cb8716be95cda3d3b82f04fa287c37fa
Author: Eli Qiao <email address hidden>
Date: Fri Sep 25 13:50:58 2015 +0800

    Swarm: move write-docker-service.sh before other configure scripts

    In Ic88edf4b2e0005f6aa0a6df33b94ff275a5623d2,
    we changed write-docker-service.yaml to write-docker-service.sh, this bring
    a regression bug, before write-docker-service.sh being called,
    /etc/systemd/system/docker.service.d/ was not created yet, this leading
    add_proxy scripts failed.

    This patch moves configure_swarm and add_proxy after write-docker-service.
    Besids, rename make_cert.py to make-cert.py to consistent with other shell
    scrpts naming style.

    Change-Id: Ia7fcc029189047ae6424a26ac4cb6b4b785552db
    Closes-Bug: #1499588