aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/cinder-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/cinder-storage.yaml
parent17c0f43894ff1ff4d7d8392f4ee1cc129431453c (diff)
parent52d19892c12ff785adc0f914647307c1287c059c (diff)
Merge "Allows for customization of NetworkDeployment actions"
Diffstat (limited to 'puppet/cinder-storage.yaml')
-rw-r--r--puppet/cinder-storage.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/cinder-storage.yaml b/puppet/cinder-storage.yaml
index b536418d..b500e43b 100644
--- a/puppet/cinder-storage.yaml
+++ b/puppet/cinder-storage.yaml
@@ -107,6 +107,11 @@ parameters:
MysqlVirtualIP:
type: string
default: ''
+ NetworkDeploymentActions:
+ type: comma_delimited_list
+ description: >
+ Heat action when to apply network configuration changes
+ default: ['CREATE']
resources:
BlockStorage:
@@ -178,6 +183,7 @@ resources:
properties:
config: {get_resource: NetworkConfig}
server: {get_resource: BlockStorage}
+ actions: {get_param: NetworkDeploymentActions}
BlockStorageDeployment:
type: OS::Heat::StructuredDeployment