Skip to content

Commit 8c515df

Browse files
committed
CLOUDSTACK-10012: Listen on :: for all interface ipv4/6
Per @wido's comment on PR #2226, this adds default server configuration to make embedded Jetty listen on all interfaces ipv4 and ipv6. This also fixes default deployment and mgmt server start issues on Trillian and other CI systems. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent eda3b35 commit 8c515df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/conf/server.properties.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
# The binding interface for the management server
19-
bind.interface=
19+
bind.interface=::
2020

2121
# The service context path where URL requests should be served
2222
context.path=/client

0 commit comments

Comments
 (0)