summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
diff options
context:
space:
mode:
authorDevananda van der Veen <devananda.vdv@gmail.com>2013-06-22 12:10:21 -0700
committerDevananda van der Veen <devananda.vdv@gmail.com>2013-07-03 04:03:22 -0700
commit8eb63c2078369d872737679cf8ab5425b7c83e19 (patch)
treee5a4730af1e6791c79fc270ea619207e51cd784d /doc/source/index.rst
parent216fac0b2f8adf54d40c834a3b01690e21505ffc (diff)
downloadironic-8eb63c2078369d872737679cf8ab5425b7c83e19.tar.gz
Rename "manager" to "conductor"
This rename to "conductor" more clearly communicates that this service has a many-to-many relationship. One or more service instances coordinate between each other to conduct actions on a set of nodes, using guarded locks to prevent conflicting simultaneous actions on any given node. The old name "manager" suggested a more one-to-many relationship, which is not the design pattern which we use here. Rename ironic/manager to ironic/conductor Rename ironic.manager.manager.ManagerService to ironic.conductor.manager.ConductorManager Rename ironic-manager to ironic-conductor Update docs too Change-Id: I3191be72a44bdaf14c763ce7519a7ae9066b2bc5
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r--doc/source/index.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index b80cc633a..41caefbdc 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -30,9 +30,10 @@ today, that is where you want to look.
.. TODO
.. - installation
.. - configuration
+.. - DB and AMQP
+.. - API and Conductor services
.. - integration with other OS services
-.. - single or multiple managers
-.. - different drivers
+.. - any driver-specific configuration
.. - hardware enrollment
.. - manual vs automatic
.. - hw plugins
@@ -70,7 +71,7 @@ Python API Quick Reference
dev/common
dev/db
dev/drivers
- dev/manager
+ dev/conductor
Indices and tables
==================