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 /puppet/extraconfig/all_nodes/neutron-ml2-cisco-nexus-ucsm.yaml | |
parent | e75563319fa2984256ff569a6eb2e4e980d80f4f (diff) | |
parent | 7ff66b9af1b755e3613e1f13274eef498eff1942 (diff) |
Merge "Remove config_identifier from all_nodes extraconfig examples"
Diffstat (limited to 'puppet/extraconfig/all_nodes/neutron-ml2-cisco-nexus-ucsm.yaml')
-rw-r--r-- | puppet/extraconfig/all_nodes/neutron-ml2-cisco-nexus-ucsm.yaml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/puppet/extraconfig/all_nodes/neutron-ml2-cisco-nexus-ucsm.yaml b/puppet/extraconfig/all_nodes/neutron-ml2-cisco-nexus-ucsm.yaml index 71445800..e924fc87 100644 --- a/puppet/extraconfig/all_nodes/neutron-ml2-cisco-nexus-ucsm.yaml +++ b/puppet/extraconfig/all_nodes/neutron-ml2-cisco-nexus-ucsm.yaml @@ -343,11 +343,3 @@ resources: input_values: ucsm_config: {get_param: NetworkUCSMHostList} actions: ['CREATE'] # Only do this on CREATE - -outputs: - # The Deployment applying the hieradata outputs the derived config-id, which - # changes if the input_values change, so if the stdouts from - # NetworkCiscoDeployment change, we need to reapply puppet (which will - # happen if we return a different config_identifier) - config_identifier: - value: {get_attr: [NetworkCiscoDeployment, deploy_stdouts]} |