aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/cinder-storage.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-07-05 09:55:59 +0000
committerGerrit Code Review <review@openstack.org>2016-07-05 09:55:59 +0000
commit519b94ff1e2b4d3de563ca28c14cb48a4fbcf34c (patch)
treef727d0defc49377fd1f2f10f39075dea63977558 /puppet/cinder-storage.yaml
parent9f8e1685513f6671369295e97ec254e855c606cd (diff)
parent59b6afcd35f9fc136f75b22c0b51bbe8f7005a6a (diff)
Merge "Replace NodeConfigIdentifiers with DeployIdentifier"
Diffstat (limited to 'puppet/cinder-storage.yaml')
-rw-r--r--puppet/cinder-storage.yaml8
1 files changed, 0 insertions, 8 deletions
diff --git a/puppet/cinder-storage.yaml b/puppet/cinder-storage.yaml
index 7d00ffa6..ed6afc53 100644
--- a/puppet/cinder-storage.yaml
+++ b/puppet/cinder-storage.yaml
@@ -379,11 +379,3 @@ outputs:
management_ip_address:
description: IP address of the server in the management network
value: {get_attr: [ManagementPort, ip_address]}
- config_identifier:
- description: identifier which changes if the node configuration may need re-applying
- value:
- list_join:
- - ''
- - - {get_attr: [BlockStorageDeployment, deploy_stdout]}
- - {get_attr: [NodeTLSCAData, deploy_stdout]}
- - {get_param: UpdateIdentifier}