aboutsummaryrefslogtreecommitdiffstats
path: root/extraconfig/tasks
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-22 21:22:02 +0000
committerGerrit Code Review <review@openstack.org>2017-06-22 21:22:02 +0000
commit7b60e56c0eb90e2a710cc5be7527e58d254621be (patch)
treea9de13e6357d32351b8f04b6c76d4315e499c92b /extraconfig/tasks
parent57c6d270a4fa4fe5632cf0bda85121a0719ba5e8 (diff)
parent69936229f4def703cd44ab164d8d1989c9fa37cb (diff)
Merge "Revert "Blacklist support for ExtraConfig""
Diffstat (limited to 'extraconfig/tasks')
-rw-r--r--extraconfig/tasks/ssh/host_public_key.yaml8
1 files changed, 0 insertions, 8 deletions
diff --git a/extraconfig/tasks/ssh/host_public_key.yaml b/extraconfig/tasks/ssh/host_public_key.yaml
index 02fdbf1c..e4ba0cc4 100644
--- a/extraconfig/tasks/ssh/host_public_key.yaml
+++ b/extraconfig/tasks/ssh/host_public_key.yaml
@@ -7,13 +7,6 @@ parameters:
server:
description: ID of the node to apply this config to
type: string
- deployment_actions:
- default: ['CREATE', 'UPDATE']
- type: comma_delimited_list
- description: >
- List of stack actions that will trigger any deployments in this
- templates. The actions will be an empty list of the server is in the
- toplevel DeploymentServerBlacklist parameter's value.
resources:
SshHostPubKeyConfig:
@@ -35,7 +28,6 @@ resources:
properties:
config: {get_resource: SshHostPubKeyConfig}
server: {get_param: server}
- actions: {get_param: deployment_actions}
outputs: