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.
Reviewed: https:/ /review. openstack. org/402085 /git.openstack. org/cgit/ openstack/ tripleo- common/ commit/ ?id=10ee43e413a 04cdb359ff9125c 4f0f99ab4d5383
Committed: https:/
Submitter: Jenkins
Branch: master
commit 10ee43e413a04cd b359ff9125c4f0f 99ab4d5383
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: Iee172782ed8faa 1eb077f43132083 e5c6af67250
Closes-Bug: #1643882