aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/extraconfig/tls/no-ca.yaml
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>2016-06-09 15:33:06 +0300
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2016-06-09 15:33:06 +0300
commit20c1b992beb47afba2faeec86083e65240cb4a4b (patch)
tree1117ea9ba264c2fb09e666de66103bd28bc471ee /puppet/extraconfig/tls/no-ca.yaml
parentf89de8512b39f3fd4af48c4812eea336ea59f02a (diff)
Replace no-op TLS stacks with OS::Heat::None
These stacks effectively do nothing. So better replace them with the None resource. Change-Id: If1fc759ca7f03f66229c27560cc4b8e10baa0f11
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.'