Add docker_volume_size in the kubecluster-coreos.yaml template.

This field is required to add in the every heat-template because we
are passing volume size.

Change-Id: I0bb47b3a3dd7d42c16c8ac9e40deabd4a0bc4a64
Closes-bug: #1432517
This commit is contained in:
digambar 2015-03-16 13:35:12 +05:30
parent d4664f175c
commit 514a208403
1 changed files with 8 additions and 0 deletions

View File

@ -87,6 +87,13 @@ parameters:
constraints:
- allowed_values: ["true", "false"]
docker_volume_size:
type: string
description: >
size of a cinder volume to allocate to docker for container/image
storage
default: 25
resources:
master_wait_handle:
@ -332,6 +339,7 @@ resources:
kube_master_ip: {get_attr: [kube_master_eth0, fixed_ips, 0, ip_address]}
external_network_id: {get_param: external_network_id}
kube_allow_priv: {get_param: kube_allow_priv}
docker_volume_size: {get_param: docker_volume_size}
token: {get_param: token}
ssh_authorized_key: {get_param: ssh_authorized_key}