diff options
author | Lenz Grimmer <lenz@grimmer.com> | 2019-02-13 17:08:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-13 17:08:23 +0100 |
commit | 681de1a0f1ad2e9c821316cfd8e4cd4047096b28 (patch) | |
tree | 80ffd9629f739746783478c6b2e09da97cc6d159 /doc | |
parent | Merge pull request #26390 from smithfarm/wip-doc-mgr-dashboard (diff) | |
parent | mgr/dashboard: use orchestrator_cli to figure out the backend (diff) | |
download | ceph-681de1a0f1ad2e9c821316cfd8e4cd4047096b28.tar.xz ceph-681de1a0f1ad2e9c821316cfd8e4cd4047096b28.zip |
Merge pull request #26325 from jtlayton/wip-jlayton-dashboard-orch
mgr/dashboard: use the orchestrator_cli backend setting
Reviewed-by: Ricardo Dias <rdias@suse.com>
Reviewed-by: Sebastian Wagner <swagner@suse.com>
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Volker Theile <vtheile@suse.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mgr/ansible.rst | 1 | ||||
-rw-r--r-- | doc/mgr/orchestrator_cli.rst | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/doc/mgr/ansible.rst b/doc/mgr/ansible.rst index e92c22b6365..e81e67baf30 100644 --- a/doc/mgr/ansible.rst +++ b/doc/mgr/ansible.rst @@ -34,7 +34,6 @@ Enable the Ansible orchestrator module and use it with the :ref:`CLI <orchestrat :: - ceph mgr module enable orchestrator_cli ceph mgr module enable ansible ceph orchestrator set backend ansible diff --git a/doc/mgr/orchestrator_cli.rst b/doc/mgr/orchestrator_cli.rst index b9f7ea98329..8cc19c59923 100644 --- a/doc/mgr/orchestrator_cli.rst +++ b/doc/mgr/orchestrator_cli.rst @@ -55,7 +55,6 @@ You can select the orchestrator module to use with the ``set backend`` command:: For example, to enable the Rook orchestrator module and use it with the CLI:: - ceph mgr module enable orchestrator_cli ceph mgr module enable rook ceph orchestrator set backend rook |