Duplicated parameter definition in template

The parameter 'auth_url' was defined two times in
magnum/templates/kubernetes/kubeminion.yaml

Change-Id: I9ba22dda141106cb1b66627cdca70ee5dd00d633
Closes-Bug: #1589831
This commit is contained in:
Wenzhi Yu 2016-06-07 15:23:05 +08:00
parent af6c774d03
commit 275d6f5ee2
1 changed files with 3 additions and 8 deletions

View File

@ -134,12 +134,6 @@ parameters:
type: string
description: an alternative term for a project
auth_url:
type: string
description: >
url for kubernetes to authenticate before sending request to neutron
must be v2 since kubernetes backend only suppor v2 at this point
username:
type: string
description: >
@ -192,7 +186,9 @@ parameters:
auth_url:
type: string
description: url for keystone
description: >
url for keystone, must be v2 since k8s backend only support v2
at this point
insecure_registry_url:
type: string
@ -241,7 +237,6 @@ resources:
$TLS_DISABLED: {get_param: tls_disabled}
$BAY_UUID: {get_param: bay_uuid}
$MAGNUM_URL: {get_param: magnum_url}
$AUTH_URL: {get_param: auth_url}
$USERNAME: {get_param: username}
$PASSWORD: {get_param: password}
$VOLUME_DRIVER: {get_param: volume_driver}