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

Based on the policy of heat-container-agent tag, now it's updated
as train-dev and as long as we release Train, it will be updated
with train-stable.

Change-Id: Iec43df292dbd6a7e7ee33a0d4b8670b653a7ebbd
This commit is contained in:
Feilong Wang 2019-07-26 10:01:19 +12:00
parent 451358a57c
commit c6bf1da085
4 changed files with 7 additions and 3 deletions

View File

@ -1209,7 +1209,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.