diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-07-07 09:40:19 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-07-07 09:40:19 +0000 |
commit | 294c81c0b1cd7fa2a28114f3450bc014b3127489 (patch) | |
tree | 2ee3a60599535e009712876209c66ed32d18879b /extraconfig/all_nodes/mac_hostname.yaml | |
parent | e75563319fa2984256ff569a6eb2e4e980d80f4f (diff) | |
parent | 7ff66b9af1b755e3613e1f13274eef498eff1942 (diff) |
Merge "Remove config_identifier from all_nodes extraconfig examples"
Diffstat (limited to 'extraconfig/all_nodes/mac_hostname.yaml')
-rw-r--r-- | extraconfig/all_nodes/mac_hostname.yaml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/extraconfig/all_nodes/mac_hostname.yaml b/extraconfig/all_nodes/mac_hostname.yaml index 5883e06a..7d8704e3 100644 --- a/extraconfig/all_nodes/mac_hostname.yaml +++ b/extraconfig/all_nodes/mac_hostname.yaml @@ -113,10 +113,3 @@ resources: objectstorage_mappings: {get_attr: [CollectMacDeploymentsObjectStorage, deploy_stdouts]} cephstorage_mappings: {get_attr: [CollectMacDeploymentsCephStorage, deploy_stdouts]} actions: ['CREATE'] # Only do this on CREATE - -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: {get_attr: [DistributeMacDeploymentsController, deploy_stdouts]} - |