[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
This commit is contained in:
Qian Min Chen 2018-07-17 22:42:00 +08:00
parent 6201296d61
commit 4a599ca931
1 changed files with 1 additions and 1 deletions

View File

@ -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/