changed labels in environments_config.yaml, set compatibility to '*'

This commit is contained in:
dirk 2016-05-25 13:07:20 +02:00
parent b8d6a7c8a1
commit 6f4b937997
2 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@
# - https://specs.openstack.org/openstack/fuel-specs/specs/8.0/component-registry.html
- name: additional_service:fuel-plugin-dynatrace
compatible: []
compatible: ['*']
requires: []
incompatible: []
label: "Dynatrace Ruxit"

View File

@ -8,18 +8,18 @@ attributes:
type: "text"
weight: 20
value: ""
label: "Dynatrace Ruxit Tenant ID"
description: "Dynatrace Ruxit Tenant ID description"
label: "Ruxit Environment ID"
description: "Ruxit Environment ID description"
regex:
source: '\S'
error: "Dynatrace Ruxit Tenant ID must not be empty"
error: "Ruxit Environment ID must not be empty"
ruxit_token:
type: "text"
weight: 30
value: ""
label: "Dynatrace Ruxit Token"
description: "Dynatrace Ruxit Token description"
label: "Ruxit Token"
description: "Ruxit Token description"
regex:
source: '\S'
error: "Dynatrace Ruxit Token must not be empty"
error: "Ruxit Token must not be empty"