Fix typo in alarm backend name

It should be postgresq"l" instead of postgresq.

Change-Id: I0b8ab464bdf0227a8efb29a90087adc900d60225
This commit is contained in:
Takashi Kajinami 2024-02-07 18:00:43 +09:00
parent 30b484312f
commit 08f36e0ff0
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ telemetry_services_opts = [
help="Backend store used to store metrics"),
cfg.StrOpt('alarm_backend',
default='mysql',
choices=['mysql', 'postgresq'],
choices=['mysql', 'postgresql'],
help="Database used by the aodh service"),
]