Add etcd_volume_size parameter in coreos template

Without those fixes new cluster fails with message:
ERROR: The Parameter (etcd_volume_size) was not defined in template.

Task: 1722523
Story: 20337

Change-Id: Ie38c9e010b61fafeda51ae8dccba94b6ed743f1d
This commit is contained in:
Farid Da Encarnacao 2018-07-19 10:22:22 -04:00 committed by Farid Da Encarnacao
parent 974399a912
commit d417395e0a
1 changed files with 6 additions and 0 deletions

View File

@ -294,6 +294,12 @@ parameters:
domain name for cluster DNS
default: "cluster.local"
etcd_volume_size:
type: number
description: >
size of the cinder volume for etcd storage
default: 0
openstack_ca:
type: string
hidden: true