k8s_ironic: fix minion template

Fix CLUSTER_UUID passing to minion node.

Closes-Bug: #1646350
Change-Id: I9925706e39bebd6dd81e6a1e88c537ed19faa2e3
This commit is contained in:
Eli Qiao 2016-12-01 13:16:16 +08:00
parent 1cf8a5f422
commit f2f9bd4653
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ resources:
$REGISTRY_INSECURE: {get_param: registry_insecure}
$REGISTRY_CHUNKSIZE: {get_param: registry_chunksize}
$TLS_DISABLED: {get_param: tls_disabled}
$CLUSTER _UUID: {get_param: cluster_uuid}
$CLUSTER_UUID: {get_param: cluster_uuid}
$MAGNUM_URL: {get_param: magnum_url}
$USERNAME: {get_param: username}
$PASSWORD: {get_param: password}