From 36961838dc4b9bbf0a801866a0bbc49896ac4a81 Mon Sep 17 00:00:00 2001 From: Kyle Stevenson Date: Tue, 2 Sep 2014 17:13:26 -0700 Subject: [PATCH] Reduce redundancy in conductor manager docstrings Saying `RPC (Remote Procedure Call) calls' is redundant. Change-Id: I5772f55fa7309c88688f8a62a155b3011dab0a38 --- ironic/conductor/manager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ironic/conductor/manager.py b/ironic/conductor/manager.py index 38ebbc6f51..c0caf3ff74 100644 --- a/ironic/conductor/manager.py +++ b/ironic/conductor/manager.py @@ -20,8 +20,8 @@ A single instance of :py:class:`ironic.conductor.manager.ConductorManager` is created within the *ironic-conductor* process, and is responsible for performing all actions on bare metal resources (Chassis, Nodes, and Ports). -Commands are received via RPC calls. The conductor service also performs -periodic tasks, eg. to monitor the status of active deployments. +Commands are received via RPCs. The conductor service also performs periodic +tasks, eg. to monitor the status of active deployments. Drivers are loaded via entrypoints by the :py:class:`ironic.common.driver_factory` class. Each driver is instantiated