diff options
Diffstat (limited to 'doc/dev/developer_guide/dash-devel.rst')
-rw-r--r-- | doc/dev/developer_guide/dash-devel.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/dev/developer_guide/dash-devel.rst b/doc/dev/developer_guide/dash-devel.rst index 2285690e383..e65e846cb5d 100644 --- a/doc/dev/developer_guide/dash-devel.rst +++ b/doc/dev/developer_guide/dash-devel.rst @@ -161,8 +161,6 @@ dashboard and its URLs:: dashboard urls: https://192.168.178.84:41259, https://192.168.178.84:43259, https://192.168.178.84:45259 w/ user/pass: admin / admin - restful urls: https://192.168.178.84:42259, https://192.168.178.84:44259, https://192.168.178.84:46259 - w/ user/pass: admin / 598da51f-8cd1-4161-a970-b2944d5ad200 During development (especially in backend development), you also want to check on occasions if the dashboard manager module is still running. To do so @@ -175,8 +173,7 @@ should look similar to the following output: $ ./bin/ceph mgr services { - "dashboard": "https://home:41931/", - "restful": "https://home:42931/" + "dashboard": "https://home:41931/" } By default, this environment uses a randomly chosen port for Ceph Dashboard |