[suse] Add hidden attr to password in the Heat Template

The password should be a secret, we can mark it as
hidden for that, see

http://docs.openstack.org/developer/heat/template_guide/hot_spec.html#parameters-section

Change-Id: I05f018d128583e8933be06876b908c2864410a2e
This commit is contained in:
Dirk Mueller 2016-11-18 09:13:48 +01:00
parent f0a9ba8f52
commit ace25e10f2
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ parameters:
fill in for Kubernetes config file
default:
ChangeMe
hidden: true
tenant_name:
type: string