Ensure [telemetry_services] alarm_backend is set properly

... in PostgreSQL job.

Change-Id: I5c150eaac2f7bd885ac973d7527da4cba3cdf214
This commit is contained in:
Takashi Kajinami 2024-02-14 18:32:57 +09:00
parent e47e4ac7f9
commit f1e87fadd4
1 changed files with 7 additions and 2 deletions

View File

@ -64,11 +64,16 @@
postgresql: true
mysql: false
devstack_localrc:
DATABASE_TYPE: "postgresql"
AODH_BACKEND: "postgresql"
DATABASE_TYPE: postgresql
AODH_BACKEND: postgresql
USE_PYTHON3: True
# TODO: Update the plugins so they work with global venv
GLOBAL_VENV: False
devstack_local_conf:
test-config:
$TEMPEST_CONFIG:
telemetry_services:
alarm_backend: postgresql
tempest_test_regex: telemetry_tempest_plugin.aodh
- job: