diff options
author | 2017-02-17 11:12:36 +0100 | |
---|---|---|
committer | 2017-05-19 09:58:07 +0200 | |
commit | 0a0e2ee629a143efe29bb00ffb06c90515f0e504 (patch) | |
tree | 5a0e6efc9767f09f907baac205acf71eb8f2f942 /puppet/services/logging | |
parent | a8366c93edfe92eaf6a7b9b5ac0f754f12c3a068 (diff) |
Update the template_version alias for all the templates to pike.
Master is now the development branch for pike
changing the release alias name.
Change-Id: I938e4a983e361aefcaa0bd9a4226c296c5823127
Diffstat (limited to 'puppet/services/logging')
-rw-r--r-- | puppet/services/logging/fluentd-base.yaml | 2 | ||||
-rw-r--r-- | puppet/services/logging/fluentd-client.yaml | 2 | ||||
-rw-r--r-- | puppet/services/logging/fluentd-config.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/puppet/services/logging/fluentd-base.yaml b/puppet/services/logging/fluentd-base.yaml index 72109662..21049a9e 100644 --- a/puppet/services/logging/fluentd-base.yaml +++ b/puppet/services/logging/fluentd-base.yaml @@ -1,4 +1,4 @@ -heat_template_version: ocata +heat_template_version: pike description: Fluentd base service diff --git a/puppet/services/logging/fluentd-client.yaml b/puppet/services/logging/fluentd-client.yaml index 931646e6..e34f31fa 100644 --- a/puppet/services/logging/fluentd-client.yaml +++ b/puppet/services/logging/fluentd-client.yaml @@ -1,4 +1,4 @@ -heat_template_version: ocata +heat_template_version: pike description: Fluentd client configured with Puppet diff --git a/puppet/services/logging/fluentd-config.yaml b/puppet/services/logging/fluentd-config.yaml index 3bc90ac1..9ade6419 100644 --- a/puppet/services/logging/fluentd-config.yaml +++ b/puppet/services/logging/fluentd-config.yaml @@ -1,4 +1,4 @@ -heat_template_version: ocata +heat_template_version: pike description: Fluentd logging configuration |