diff options
author | Dan Prince <dprince@redhat.com> | 2015-03-04 12:12:04 -0500 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2015-03-06 15:10:34 -0500 |
commit | a61ba61a3fdd2db4555a1b524f8ea1fcf16623b7 (patch) | |
tree | 1a85f50f1e1950e1a16e41b91195d6836de3889a | |
parent | 44a22fc61e24c2efc221edd7085c8f4d44b39fc0 (diff) |
Correct the parameter_defaults section name.
Also, we can actually uncomment this now that heatclient 0.3
has been released.
Change-Id: I0b4ce13f1426c364ea7921596022e5165e025fdb
-rw-r--r-- | overcloud-resource-registry-puppet.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/overcloud-resource-registry-puppet.yaml b/overcloud-resource-registry-puppet.yaml index a71f24c0..c64cb494 100644 --- a/overcloud-resource-registry-puppet.yaml +++ b/overcloud-resource-registry-puppet.yaml @@ -16,6 +16,5 @@ resource_registry: OS::TripleO::AllNodes::SoftwareConfig: puppet/all-nodes-config.yaml OS::TripleO::BootstrapNode::SoftwareConfig: puppet/bootstrap-config.yaml -# NOTE(dprince): requires a new release of python-heatclient -#default_parameters: - #EnablePackageInstall: false +parameter_defaults: + EnablePackageInstall: false |