From 7ff66b9af1b755e3613e1f13274eef498eff1942 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Tue, 5 Jul 2016 17:46:23 +0100 Subject: Remove config_identifier from all_nodes extraconfig examples Since https://review.openstack.org/#/c/315616 this is no longer required. Change-Id: I0452d1577a25d19b4351bfe7830a6c7bbe485e67 --- extraconfig/all_nodes/default.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'extraconfig/all_nodes/default.yaml') diff --git a/extraconfig/all_nodes/default.yaml b/extraconfig/all_nodes/default.yaml index 68f9eadd..b210588f 100644 --- a/extraconfig/all_nodes/default.yaml +++ b/extraconfig/all_nodes/default.yaml @@ -20,8 +20,6 @@ parameters: # Note extra parameters can be defined, then passed data via the # environment parameter_defaults, without modifying the parent template -outputs: - # This value should change if the configuration data has changed - # It is used to e.g re-apply puppet after hieradata values change. - config_identifier: - value: none +#outputs: + # Outputs can be passed here and inspected via heat, but they are not + # consumed by the parent template -- cgit 1.2.3-korg