Adding environment_conf.yaml

Environment config enables two variables needed for plugin deploy.

Change-Id: I1a410d152da65146fcb0d1c8d3c1b2371a9399df
This commit is contained in:
Kostyantyn Kalynovskyi 2016-09-02 15:16:30 +03:00 committed by Oleksandr Martsyniuk
parent b095a02afb
commit 6e9d09da0c
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"