]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Move Move ServiceSpec to python-common
authorSebastian Wagner <sebastian.wagner@suse.com>
Mon, 9 Mar 2020 16:15:21 +0000 (17:15 +0100)
committerSebastian Wagner <sebastian.wagner@suse.com>
Tue, 10 Mar 2020 12:28:23 +0000 (13:28 +0100)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
doc/mgr/orchestrator_modules.rst

index 7c1546afaadd7a950bd08ab84fd669d304721bc1..96e1b601129904374e5c001d12cccb5c0e64eeff 100644 (file)
@@ -237,17 +237,25 @@ functionality to choose a location in this way. Optionally, you can
 specify a location when creating a stateless service.
 
 
+.. py:currentmodule:: ceph.deployment.service_spec
+
 .. autoclass:: PlacementSpec
    :members:
 
-   
+.. py:currentmodule:: orchestrator
+
+
 Services
 --------
 
 .. autoclass:: ServiceDescription
 
+.. py:currentmodule:: ceph.deployment.service_spec
+
 .. autoclass:: ServiceSpec
 
+.. py:currentmodule:: orchestrator
+
 .. automethod:: Orchestrator.describe_service
 
 .. automethod:: Orchestrator.service_action
@@ -307,13 +315,21 @@ Stateless Services
 .. automethod:: Orchestrator.add_rbd_mirror
 .. automethod:: Orchestrator.apply_rbd_mirror
 
+.. py:currentmodule:: ceph.deployment.service_spec
+
 .. autoclass:: RGWSpec
 
+.. py:currentmodule:: orchestrator
+
 .. automethod:: Orchestrator.add_rgw
 .. automethod:: Orchestrator.apply_rgw
 
+.. py:currentmodule:: ceph.deployment.service_spec
+
 .. autoclass:: NFSServiceSpec
 
+.. py:currentmodule:: orchestrator
+
 .. automethod:: Orchestrator.add_nfs
 .. automethod:: Orchestrator.apply_nfs