This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c515df  CLOUDSTACK-10012: Listen on :: for all interface ipv4/6
8c515df is described below

commit 8c515df3e412591b58091862062d81009676041d
Author: Rohit Yadav <[email protected]>
AuthorDate: Sat Nov 4 15:42:56 2017 +0530

    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 <[email protected]>
---
 client/conf/server.properties.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/conf/server.properties.in b/client/conf/server.properties.in
index 1facb0e..7140bd2 100644
--- a/client/conf/server.properties.in
+++ b/client/conf/server.properties.in
@@ -16,7 +16,7 @@
 # under the License.
 
 # The binding interface for the management server
-bind.interface=
+bind.interface=::
 
 # The service context path where URL requests should be served
 context.path=/client

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to