Merge "Pass missing variables to heat-params"

This commit is contained in:
Jenkins 2016-08-09 12:24:03 +00:00 committed by Gerrit Code Review
commit a72817c77e
1 changed files with 2 additions and 0 deletions

View File

@ -231,6 +231,8 @@ resources:
"$TRUSTEE_PASSWORD": {get_param: trustee_password}
"$TRUST_ID": {get_param: trust_id}
"$AUTH_URL": {get_param: auth_url}
"$KUBE_API_PUBLIC_ADDRESS": {get_attr: [kube_master_floating, floating_ip_address]}
"$KUBE_API_PRIVATE_ADDRESS": {get_attr: [kube_master_eth0, fixed_ips, 0, ip_address]}
configure_etcd:
type: OS::Heat::SoftwareConfig