From 6e9d09da0c71f6828723b21ca5a0225bbeac60e3 Mon Sep 17 00:00:00 2001 From: Kostyantyn Kalynovskyi Date: Fri, 2 Sep 2016 15:16:30 +0300 Subject: [PATCH] Adding environment_conf.yaml Environment config enables two variables needed for plugin deploy. Change-Id: I1a410d152da65146fcb0d1c8d3c1b2371a9399df --- environment_config.yaml | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/environment_config.yaml b/environment_config.yaml index 2ab8338..d62c5b1 100644 --- a/environment_config.yaml +++ b/environment_config.yaml @@ -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"