aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-resource-registry-puppet.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2015-03-04 12:12:04 -0500
committerDan Prince <dprince@redhat.com>2015-03-06 15:10:34 -0500
commita61ba61a3fdd2db4555a1b524f8ea1fcf16623b7 (patch)
tree1a85f50f1e1950e1a16e41b91195d6836de3889a /overcloud-resource-registry-puppet.yaml
parent44a22fc61e24c2efc221edd7085c8f4d44b39fc0 (diff)
Correct the parameter_defaults section name.
Also, we can actually uncomment this now that heatclient 0.3 has been released. Change-Id: I0b4ce13f1426c364ea7921596022e5165e025fdb
Diffstat (limited to 'overcloud-resource-registry-puppet.yaml')
-rw-r--r--overcloud-resource-registry-puppet.yaml5
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