Comment 5 for bug 1794824

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

Reviewed: https://review.openstack.org/605796
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=d295cd94b82218f62c4b564f0a3a76cc04cba549
Submitter: Zuul
Branch: master

commit d295cd94b82218f62c4b564f0a3a76cc04cba549
Author: trown <email address hidden>
Date: Thu Sep 27 11:41:24 2018 -0400

    Make openshift-master service idempotent

    The openshift-master service will fail any time it is used with a
    stack update. This is because the openshift_upgrade var is not
    defined, but is checked whenever tripleo_stack_action == 'UPDATE'.

    This patch adds a check for openshift_upgrade being defined before
    checking if it is True.

    Closes-Bug: 1794824
    Change-Id: I3a598724154a3242b777eefed9304300c45d8c29