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 /extraconfig/all_nodes | |
parent | 52fa7c6f511218e961e6cc02073898e6ac5ae706 (diff) | |
parent | 3c6ec654b45fa1490cd452404ada735397852e38 (diff) |
Merge "Bump template version for all templates to "ocata""
Diffstat (limited to 'extraconfig/all_nodes')
-rw-r--r-- | extraconfig/all_nodes/mac_hostname.j2.yaml | 2 | ||||
-rw-r--r-- | extraconfig/all_nodes/random_string.j2.yaml | 2 | ||||
-rw-r--r-- | extraconfig/all_nodes/swap-partition.j2.yaml | 2 | ||||
-rw-r--r-- | extraconfig/all_nodes/swap.j2.yaml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/extraconfig/all_nodes/mac_hostname.j2.yaml b/extraconfig/all_nodes/mac_hostname.j2.yaml index 75ffc9e6..fcf022ae 100644 --- a/extraconfig/all_nodes/mac_hostname.j2.yaml +++ b/extraconfig/all_nodes/mac_hostname.j2.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2014-10-16 +heat_template_version: ocata description: > Example extra config for cluster config diff --git a/extraconfig/all_nodes/random_string.j2.yaml b/extraconfig/all_nodes/random_string.j2.yaml index 9ce2ca8a..77d4b381 100644 --- a/extraconfig/all_nodes/random_string.j2.yaml +++ b/extraconfig/all_nodes/random_string.j2.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2014-10-16 +heat_template_version: ocata description: > Example extra config for cluster config diff --git a/extraconfig/all_nodes/swap-partition.j2.yaml b/extraconfig/all_nodes/swap-partition.j2.yaml index 36076b0c..ffd30327 100644 --- a/extraconfig/all_nodes/swap-partition.j2.yaml +++ b/extraconfig/all_nodes/swap-partition.j2.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2014-10-16 +heat_template_version: ocata description: > Extra config to add swap space to nodes. diff --git a/extraconfig/all_nodes/swap.j2.yaml b/extraconfig/all_nodes/swap.j2.yaml index ce65dacb..e8cd4c90 100644 --- a/extraconfig/all_nodes/swap.j2.yaml +++ b/extraconfig/all_nodes/swap.j2.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2014-10-16 +heat_template_version: ocata description: > Extra config to add swap space to nodes. |