diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-01-03 10:31:44 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-01-03 10:31:44 +0000 |
commit | 6b8c34b27a324120f6945f7873f479d37ba2e516 (patch) | |
tree | d4dea5dfda9cdffb7aa8bd54b17249bb74e74c24 /puppet/services/network | |
parent | 52fa7c6f511218e961e6cc02073898e6ac5ae706 (diff) | |
parent | 3c6ec654b45fa1490cd452404ada735397852e38 (diff) |
Merge "Bump template version for all templates to "ocata""
Diffstat (limited to 'puppet/services/network')
-rw-r--r-- | puppet/services/network/contrail-analytics.yaml | 2 | ||||
-rw-r--r-- | puppet/services/network/contrail-base.yaml | 2 | ||||
-rw-r--r-- | puppet/services/network/contrail-config.yaml | 2 | ||||
-rw-r--r-- | puppet/services/network/contrail-control.yaml | 2 | ||||
-rw-r--r-- | puppet/services/network/contrail-database.yaml | 2 | ||||
-rw-r--r-- | puppet/services/network/contrail-webui.yaml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/puppet/services/network/contrail-analytics.yaml b/puppet/services/network/contrail-analytics.yaml index 1c2331fa..ad14d315 100644 --- a/puppet/services/network/contrail-analytics.yaml +++ b/puppet/services/network/contrail-analytics.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2016-04-08 +heat_template_version: ocata description: > Contrail Analytics service deployment using puppet, this YAML file diff --git a/puppet/services/network/contrail-base.yaml b/puppet/services/network/contrail-base.yaml index 03dbea5b..b49b2add 100644 --- a/puppet/services/network/contrail-base.yaml +++ b/puppet/services/network/contrail-base.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2016-04-08 +heat_template_version: ocata description: > Base parameters for all Contrail Services. diff --git a/puppet/services/network/contrail-config.yaml b/puppet/services/network/contrail-config.yaml index 0987fc75..03774480 100644 --- a/puppet/services/network/contrail-config.yaml +++ b/puppet/services/network/contrail-config.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2016-04-08 +heat_template_version: ocata description: > Contrail Config service deployment using puppet, this YAML file diff --git a/puppet/services/network/contrail-control.yaml b/puppet/services/network/contrail-control.yaml index 9356e9e9..7c28d283 100644 --- a/puppet/services/network/contrail-control.yaml +++ b/puppet/services/network/contrail-control.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2016-04-08 +heat_template_version: ocata description: > Contrail Control service deployment using puppet, this YAML file diff --git a/puppet/services/network/contrail-database.yaml b/puppet/services/network/contrail-database.yaml index e5712618..c56b90a2 100644 --- a/puppet/services/network/contrail-database.yaml +++ b/puppet/services/network/contrail-database.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2016-04-08 +heat_template_version: ocata description: > Contrail Database service deployment using puppet, this YAML file diff --git a/puppet/services/network/contrail-webui.yaml b/puppet/services/network/contrail-webui.yaml index 72b9e1c0..72cc6fa5 100644 --- a/puppet/services/network/contrail-webui.yaml +++ b/puppet/services/network/contrail-webui.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2016-04-08 +heat_template_version: ocata description: > Contrail WebUI service deployment using puppet, this YAML file |