Comment 2 for bug 1510080

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

Reviewed: https://review.openstack.org/239445
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=247d5d81e371b8da97916cc6d69ad58db7ee8b2c
Submitter: Jenkins
Branch: master

commit 247d5d81e371b8da97916cc6d69ad58db7ee8b2c
Author: Matthew Mosesohn <email address hidden>
Date: Mon Oct 26 17:17:25 2015 +0300

    Fix version override of Fuel release in dockerctl

    Corrects options handling did not handle override
    of version so that one can correctly use the
    following commands:
    dockerctl -V 8.0 start postgres
    dockerctl --version 7.0 destroy nginx

    The wrong variable was in the template leaving the
    version defaulted to "", and then reverting to 8.0
    as hardocded by the RPM. Switched to @release var
    name.

    Fixed varname for dockerctl config in hardcoded conf
    distributed in the RPM so it does not get replaced.

    Change-Id: Ia864b0a9843f927aa85945e5ab0b2da4bec3a440
    Related-Commit: I28032852517ec8f7e959ad48a04621ec3e33fea1
    Related-Bug: #1501368
    Closes-Bug: #1510080