[Dashboard] Change default ip address for the dashboard to ipv4 (#10287)

* Done.

* Add todo.

* Addressed code review.

* Fix issue.

* Fix test failure.

* Fix a test.
This commit is contained in:
SangBin Cho
2020-08-27 14:43:10 -07:00
committed by GitHub
parent 7dbc1f439c
commit f35339b5ff
6 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ class RayParams:
worker_path=None,
huge_pages=False,
include_dashboard=None,
dashboard_host="localhost",
dashboard_host=ray_constants.DEFAULT_DASHBOARD_IP,
dashboard_port=ray_constants.DEFAULT_DASHBOARD_PORT,
logging_level=logging.INFO,
logging_format=ray_constants.LOGGER_FORMAT,