Comment 6 for bug 1438077

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

Reviewed: https://review.openstack.org/195998
Committed: https://git.openstack.org/cgit/openstack/sahara/commit/?id=2495f1af8504511ce39fda032ce2fa3e021f2b81
Submitter: Jenkins
Branch: stable/kilo

commit 2495f1af8504511ce39fda032ce2fa3e021f2b81
Author: Trevor McKay <email address hidden>
Date: Wed May 13 14:24:14 2015 -0400

    Fix cluster templates update

    This change fixes the following issues:

    * Remove _appy_defaults for cluster template fields on update
      Fields that are not specified should not be given default values
      on update like they are on creation. If a field is not specified,
      it should be left alone

    * Do not delete node groups if the cluster template update does
      specify a node_group field

    Closes-Bug: #1438077
    Change-Id: I65dd15e02871f9c7227d2b51acedd6e06cb04950
    (cherry picked from commit 196f72f18e7c5649580a7746b87e35defaadb943)