Commit 91b14c0 1 parent 8d512bb commit 91b14c0 Copy full SHA for 91b14c0
File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Train
2
2
[DEFAULT]
3
3
debug = {{ options.debug }}
4
- bind_host = {{ options.service_listen_info.watcher_api.ip }}
5
- bind_port = {{ options.service_listen_info.watcher_api.port }}
6
4
host_href = {{ options.external_endpoints.watcher_api.url }}
7
5
8
6
{% include "parts/section-transport-url" %}
@@ -16,12 +14,12 @@ host_href = {{ options.external_endpoints.watcher_api.url }}
16
14
{% include "parts/section-oslo-middleware" %}
17
15
18
16
[api]
17
+ # The listen IP address for the watcher API server (host address value)
18
+ host = 0.0.0.0
19
+
19
20
# The port for the watcher API server (port value)
20
21
port = {{ options.service_listen_info.watcher_api.port }}
21
22
22
- # The listen IP address for the watcher API server (host address value)
23
- host = {{ options.service_listen_info.watcher_api.ip }}
24
-
25
23
# Number of workers for Watcher API service. The default is equal to the number
26
24
# of CPUs available if that can be determined, else a default worker count of 1
27
25
# is returned. (integer value)
You can’t perform that action at this time.
0 commit comments