Merge "Adding environment_conf.yaml"

This commit is contained in:
Jenkins 2016-09-15 12:38:07 +00:00 committed by Gerrit Code Review
commit f0b13a6f4d
1 changed files with 17 additions and 7 deletions

View File

@ -1,11 +1,21 @@
attributes:
metadata:
# Settings group can be one of "general", "security", "compute", "network",
# "storage", "logging", "openstack_services" and "other".
group: 'other'
fuel-plugin-mistral_text:
value: 'Set default value'
label: 'Text field'
description: 'Description for text field'
db_password:
label: 'db_password'
value:
generator: 'password'
weight: 25
type: "text"
type: "password"
restrictions:
- condition: "true"
action: "hide"
keystone_password:
label: 'Keystone password'
value:
generator: 'password'
weight: 25
type: "password"
restrictions:
- condition: "true"
action: "hide"