summaryrefslogtreecommitdiffstats
path: root/puppet/extraconfig/tls/no-ca.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-06-10 08:54:15 +0000
committerGerrit Code Review <review@openstack.org>2016-06-10 08:54:15 +0000
commitdae80694cbd9dee56ea9a530c421b6a2f456a691 (patch)
treed436a295ee66b089c4bc115e70ee183b8480d999 /puppet/extraconfig/tls/no-ca.yaml
parent697e00ffe010fbbafe6851605599c87e8a20d951 (diff)
parent20c1b992beb47afba2faeec86083e65240cb4a4b (diff)
Merge "Replace no-op TLS stacks with OS::Heat::None"
Diffstat (limited to 'puppet/extraconfig/tls/no-ca.yaml')
-rw-r--r--puppet/extraconfig/tls/no-ca.yaml17
1 files changed, 0 insertions, 17 deletions
diff --git a/puppet/extraconfig/tls/no-ca.yaml b/puppet/extraconfig/tls/no-ca.yaml
deleted file mode 100644
index 5862a85c..00000000
--- a/puppet/extraconfig/tls/no-ca.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
-heat_template_version: 2015-04-30
-
-description: >
- This is a default no-op template which can be passed to the
- OS::Nova::Server resources. This template can be replaced with
- a different implementation via the resource registry, such that
- deployers may customize their configuration.
-
-parameters:
- server: # Here for compatibility with controller.yaml
- description: ID of the controller node to apply this config to
- type: string
-
-outputs:
- deploy_stdout:
- description: Deployment reference, used to trigger puppet apply on changes
- value: 'Root CA cert injection not enabled.'