Add trust info

Add trust info in kubecluter-coreos and kubecluster-fedora-ironic

Change-Id: Id8263ff442f1f58804cd2da29d48233158d673d9
Partially-Implements: blueprint create-trustee-user-for-each-bay
This commit is contained in:
Hua Wang 2016-02-29 20:15:02 +08:00
parent b0b3a3db00
commit 3d002e3035
2 changed files with 54 additions and 0 deletions

View File

@ -115,6 +115,33 @@ parameters:
service.
default: 8080
trustee_domain_id:
type: string
description: domain id of the trustee
default: ""
trustee_user_id:
type: string
description: user id of the trustee
default: ""
trustee_username:
type: string
description: username of the trustee
default: ""
trustee_password:
type: string
description: password of the trustee
default: ""
hidden: true
trust_id:
type: string
description: id of the trust which is used by the trustee
default: ""
hidden: true
resources:
######################################################################

View File

@ -109,6 +109,33 @@ parameters:
description: >
tenant name
trustee_domain_id:
type: string
description: domain id of the trustee
default: ""
trustee_user_id:
type: string
description: user id of the trustee
default: ""
trustee_username:
type: string
description: username of the trustee
default: ""
trustee_password:
type: string
description: password of the trustee
default: ""
hidden: true
trust_id:
type: string
description: id of the trust which is used by the trustee
default: ""
hidden: true
resources:
######################################################################