Guillaume Boutry bb61feacfd
Remove os-*-hostname variables
All traffic is either from traefik (which will handle hostname itself),
or through the K8S SVC. os-*-hostname variables should not be used.

Change-Id: I29b5798ed2fa7cc952ac686d7591921c678a6859
2024-05-10 12:23:45 +02:00

22 lines
586 B
YAML

options:
debug:
default: False
description: Enable debug logging.
type: boolean
region:
default: RegionOne
description: Space delimited list of OpenStack regions
type: string
alarm-history-time-to-live:
default: -1
description: |
Number of seconds that alarm histories are kept in the database for (<= 0
means forever)
type: int
alarm-histories-delete-batch-size:
default: 0
description: |
Number of alarm histories to be deleted in one iteration from the database (0
means all). (integer value)
type: int