Merge "Set train-dev as the default tag for heat-container-agent"

This commit is contained in:
Zuul 2019-08-01 22:22:53 +00:00 committed by Gerrit Code Review
commit 871c0bccdb
4 changed files with 7 additions and 3 deletions

View File

@ -1207,7 +1207,7 @@ _`heat_container_agent_tag`
This label allows users to select `a specific heat_container_agent
version, based on its container tag
<https://hub.docker.com/r/openstackmagnum/heat-container-agent/tags/>`_.
Stein-default: stein-dev
Train-default: train-dev
_`kube_dashboard_enabled`
This label triggers the deployment of the kubernetes dashboard.

View File

@ -554,7 +554,7 @@ parameters:
heat_container_agent_tag:
type: string
description: tag of the heat_container_agent system container
default: stein-dev
default: train-dev
keystone_auth_enabled:
type: boolean

View File

@ -15,6 +15,6 @@ kubernetes_images:
magnum_images:
- name: heat-container-agent
tag: stein-dev
tag: train-dev
helm_version: v2.12.3

View File

@ -0,0 +1,4 @@
---
other:
- |
Now the heat-container-agent default tag for Train release is train-dev.