From 4a599ca93118a45da081f6118376f1a8352ba977 Mon Sep 17 00:00:00 2001 From: Qian Min Chen Date: Tue, 17 Jul 2018 22:42:00 +0800 Subject: [PATCH] [doc] Correct the invalid runserver command in horizon Since the horizon remove the 'run_tests.sh' file, so use 'tox -e runserver' command. Change-Id: Idbb4789c6e756b819123757186669275190d32f7 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c4c082c..938f58b 100644 --- a/README.rst +++ b/README.rst @@ -54,7 +54,7 @@ And enable it in Horizon:: To run horizon with the newly enabled Karbor Dashboard plugin run:: - ./run_tests.sh --runserver 0.0.0.0:8080 + tox -e runserver 0.0.0.0:8080 to have the application start on port 8080 and the horizon dashboard will be available in your browser at http://localhost:8080/