Comment 2 for bug 1688300

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

Reviewed: https://review.openstack.org/462578
Committed: https://git.openstack.org/cgit/openstack/kuryr-kubernetes/commit/?id=79051f384c761342d059638d4595eb6707ac18f4
Submitter: Jenkins
Branch: master

commit 79051f384c761342d059638d4595eb6707ac18f4
Author: Daniel Mellado <email address hidden>
Date: Thu May 4 14:33:48 2017 +0000

    Fix kuryr devstack systemd unit file issues

    This commit fixes several unit file related issues on kuryr devstack
    plugin.

    - drops 'sudo' from Execstart
    - adds full path to commands in order to avoid unit file issues
    - handles dockerd path
    - wraps run_process to use root user instead of stack

    Change-Id: If585d3f33eed5e7488212157a763d217a7b7c4bd
    Co-Authored-By: Frederick F. Kautz IV <email address hidden>
    Closes-Bug:1688300
    Closes-Bug:1688346