From: Jeff Layton Date: Thu, 7 Feb 2019 18:39:59 +0000 (-0500) Subject: mgr: make orchestrator_cli be always-on X-Git-Tag: v14.1.0~132^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=55422589cef06195de13c484a48de1cb80467dbe;p=ceph.git mgr: make orchestrator_cli be always-on The volumes module has at least a loose dependency on the orchestrator, and thus also relies on the orchestrator_cli module for the backend setting. Since the volumes module is always-on, do the same with the orchestrator_cli module. Signed-off-by: Jeff Layton --- diff --git a/doc/mgr/ansible.rst b/doc/mgr/ansible.rst index e92c22b6365e6..e81e67baf3065 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 > always_on_modules = { "progress", "balancer", "devicehealth", + "orchestrator_cli", "volumes", } }