8a6be5f0b0
Avoid panko related kolla configurations in the ceilometer-agent-notification if panko is disabled. Change-Id: I9920e426e50e7fa6307ba8f453beb08fbd161534
12 lines
350 B
YAML
12 lines
350 B
YAML
# This heat environment can be used to disable panko services.
|
|
# Panko should not be used in most deployement, but we can't yet remove it from
|
|
# the default setup.
|
|
|
|
resource_registry:
|
|
OS::TripleO::Services::PankoApi: OS::Heat::None
|
|
|
|
parameter_defaults:
|
|
CeilometerEnablePanko: false
|
|
EventPipelinePublishers:
|
|
- gnocchi://?archive_policy=high
|