diff options
author | 2016-07-05 09:55:59 +0000 | |
---|---|---|
committer | 2016-07-05 09:55:59 +0000 | |
commit | 519b94ff1e2b4d3de563ca28c14cb48a4fbcf34c (patch) | |
tree | f727d0defc49377fd1f2f10f39075dea63977558 /puppet/compute.yaml | |
parent | 9f8e1685513f6671369295e97ec254e855c606cd (diff) | |
parent | 59b6afcd35f9fc136f75b22c0b51bbe8f7005a6a (diff) |
Merge "Replace NodeConfigIdentifiers with DeployIdentifier"
Diffstat (limited to 'puppet/compute.yaml')
-rw-r--r-- | puppet/compute.yaml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/puppet/compute.yaml b/puppet/compute.yaml index f800cca6..db2d7465 100644 --- a/puppet/compute.yaml +++ b/puppet/compute.yaml @@ -799,12 +799,3 @@ outputs: description: Heat resource handle for the Nova compute server value: {get_resource: NovaCompute} - config_identifier: - description: identifier which changes if the node configuration may need re-applying - value: - list_join: - - ',' - - - {get_attr: [NovaComputeDeployment, deploy_stdout]} - - {get_attr: [NodeTLSCAData, deploy_stdout]} - - {get_attr: [ComputeExtraConfigPre, deploy_stdout]} - - {get_param: UpdateIdentifier} |