Comment 3 for bug 1643882

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

Reviewed: https://review.openstack.org/402085
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=10ee43e413a04cdb359ff9125c4f0f99ab4d5383
Submitter: Jenkins
Branch: master

commit 10ee43e413a04cdb359ff9125c4f0f99ab4d5383
Author: Florian Fuchs <email address hidden>
Date: Thu Nov 24 15:50:04 2016 +0100

    Fix parameter update for custom roles

    When updating parameters for roles, a fixed set of parameters based
    on the standard roles (Compute, Control, Ceph-Storage, ...) was used to
    name the count and flavor params. This didn't account for custom roles.

    This patch changes this to derive the parameter names based on
    convention, so updating count/flavor params for custom roles doesn't
    break.

    Change-Id: Iee172782ed8faa1eb077f43132083e5c6af67250
    Closes-Bug: #1643882