Prevent from installing The Redis and The Telemetry plugins alongside

Change-Id: Ie80a20514f48dd556b2f6ed6b6ff7e2de3846497
This commit is contained in:
Roman Babyuk 2016-09-26 11:02:14 +03:00
parent a874aef9dd
commit 8455d9f2c6
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@ attributes:
metadata:
# Settings group can be one of "general", "security", "compute", "network",
# "storage", "logging", "openstack_services" and "other".
restrictions:
- condition: "settings:ceilometer-redis.metadata.enabled == true"
message: "Please do not use the Telemetry plugin with Redis plugin enabled"
strict: false
action: disable
group: 'other'
advanced_settings:
label: "Advanced settings"