diff options
Diffstat (limited to 'doc/mgr/administrator.rst')
-rw-r--r-- | doc/mgr/administrator.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/mgr/administrator.rst b/doc/mgr/administrator.rst index d59b013aa57..18f3f0f2190 100644 --- a/doc/mgr/administrator.rst +++ b/doc/mgr/administrator.rst @@ -100,7 +100,6 @@ Here is an example of enabling the :term:`Dashboard` module: $ ceph mgr module ls { "enabled_modules": [ - "restful", "status" ], "disabled_modules": [ @@ -112,7 +111,6 @@ Here is an example of enabling the :term:`Dashboard` module: $ ceph mgr module ls { "enabled_modules": [ - "restful", "status", "dashboard" ], @@ -122,8 +120,7 @@ Here is an example of enabling the :term:`Dashboard` module: $ ceph mgr services { - "dashboard": "http://myserver.com:7789/", - "restful": "https://myserver.com:8789/" + "dashboard": "http://myserver.com:7789/" } |