Cleanup duplicated auth_url in k8scluster/master template

Cleanup duplicated auth_url in k8scluster/master template.

Change-Id: I83120436a520261d7e19a0c7790e96ffb276d87d
This commit is contained in:
Eli Qiao
2016-03-28 11:32:56 +08:00
parent f153d61c44
commit 97a939f7ae
2 changed files with 1 additions and 6 deletions

View File

@ -446,7 +446,6 @@ resources:
fixed_subnet: {get_resource: fixed_subnet}
api_pool_id: {get_resource: api_pool}
etcd_pool_id: {get_resource: etcd_pool}
auth_url: {get_param: auth_url}
username: {get_param: username}
password: {get_param: password}
tenant_name: {get_param: tenant_name}

View File

@ -129,7 +129,7 @@ parameters:
auth_url:
type: string
description: >
url for kubernetes to authenticate before sending request to neutron
url for kubernetes to authenticate
username:
type: string
description: >
@ -175,9 +175,6 @@ parameters:
default: ""
hidden: true
auth_url:
type: string
description: url for keystone
resources:
@ -234,7 +231,6 @@ resources:
"$TRUSTEE_USER_ID": {get_param: trustee_user_id}
"$TRUSTEE_PASSWORD": {get_param: trustee_password}
"$TRUST_ID": {get_param: trust_id}
"$AUTH_URL": {get_param: auth_url}
make_cert:
type: OS::Heat::SoftwareConfig