Drop unused [api] port

Now aodh-api is run by mod_wsgi or uwsgi, and aodh itself does not care
about the TCP port which it listens at.

Change-Id: I2d7c35cbc994befef7e373a51660f9361db9e4f3
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-07-18 18:38:05 +09:00
parent 60107d4d42
commit d77e7c1a46

View File

@@ -21,9 +21,6 @@ rabbit_stream_fanout = {{ aodh_oslomsg_rabbit_stream_fanout }}
rabbit_quorum_delivery_limit = {{ aodh_oslomsg_rabbit_quorum_delivery_limit }}
rabbit_quorum_max_memory_bytes = {{ aodh_oslomsg_rabbit_quorum_max_memory_bytes }}
[api]
port = {{ aodh_service_port }}
[database]
connection = {{ aodh_connection_string }}
max_overflow = {{ aodh_db_max_overflow }}