Comment 16 for bug 1570962

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to murano (stable/mitaka)

Reviewed: https://review.openstack.org/369070
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=6a927bb9749b282cfe60197b52c98c6e302f912f
Submitter: Jenkins
Branch: stable/mitaka

commit 6a927bb9749b282cfe60197b52c98c6e302f912f
Author: Kirill Zaitsev <email address hidden>
Date: Mon Sep 12 00:02:57 2016 +0300

    Better detect and configure murano-agent pre-installed on image

    After I8d90d33dc0a1c36ac4524f8f3b82223c23829126 a bug has been
    introduced in setting agent's config: it was only set if there was no
    'muranoagent' binary in PATH. This patch fixes this behaviour.
    The patch also improves murano-agent detection, by setting PATH to a
    wider number of directories, when checking for murano-agent binary.
    It also improves support of different pre-built
    images by not restricting path to murano-agent binary to a specific path.
    Contains a bunch of comments with clarifications.

    Change-Id: Ie4c498b5546aabaab2070400452765c62cb561a3
    Closes-Bug: #1570962