aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/swift-storage.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-11-23 09:48:47 +0000
committerGerrit Code Review <review@openstack.org>2015-11-23 09:48:47 +0000
commitf6093f3081d70496ca99a358a2e484a85ff02926 (patch)
tree1ef52d9ca636a5fcefb431dfd40132a2c97d4c5d /puppet/swift-storage.yaml
parent17c0f43894ff1ff4d7d8392f4ee1cc129431453c (diff)
parent52d19892c12ff785adc0f914647307c1287c059c (diff)
Merge "Allows for customization of NetworkDeployment actions"
Diffstat (limited to 'puppet/swift-storage.yaml')
-rw-r--r--puppet/swift-storage.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/puppet/swift-storage.yaml b/puppet/swift-storage.yaml
index 3d9b9018..19a7c7a3 100644
--- a/puppet/swift-storage.yaml
+++ b/puppet/swift-storage.yaml
@@ -77,7 +77,11 @@ parameters:
description: |
Role specific additional hiera configuration to inject into the cluster.
type: json
-
+ NetworkDeploymentActions:
+ type: comma_delimited_list
+ description: >
+ Heat action when to apply network configuration changes
+ default: ['CREATE']
resources:
@@ -149,6 +153,7 @@ resources:
properties:
config: {get_resource: NetworkConfig}
server: {get_resource: SwiftStorage}
+ actions: {get_param: NetworkDeploymentActions}
SwiftStorageHieraConfig:
type: OS::Heat::StructuredConfig