From 6f4b9379971b01e90c261765dbddb3fc6703cbc7 Mon Sep 17 00:00:00 2001 From: dirk Date: Wed, 25 May 2016 13:07:20 +0200 Subject: [PATCH] changed labels in environments_config.yaml, set compatibility to '*' --- components.yaml | 2 +- environment_config.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components.yaml b/components.yaml index 8c43491..153a37d 100644 --- a/components.yaml +++ b/components.yaml @@ -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" diff --git a/environment_config.yaml b/environment_config.yaml index 1bb4df9..e4ad5f4 100644 --- a/environment_config.yaml +++ b/environment_config.yaml @@ -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"