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:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user