summaryrefslogtreecommitdiff
path: root/swift/common/manager.py
diff options
context:
space:
mode:
Diffstat (limited to 'swift/common/manager.py')
-rw-r--r--swift/common/manager.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/swift/common/manager.py b/swift/common/manager.py
index 3af96e580..9f417757b 100644
--- a/swift/common/manager.py
+++ b/swift/common/manager.py
@@ -39,7 +39,8 @@ ALL_SERVERS = ['account-auditor', 'account-server', 'container-auditor',
'container-updater', 'object-auditor', 'object-server',
'object-expirer', 'object-replicator',
'object-reconstructor', 'object-updater',
- 'proxy-server', 'account-replicator', 'account-reaper']
+ 'proxy-server', 'account-replicator', 'account-reaper',
+ 'object-rpcmanager', 'object-migrator']
MAIN_SERVERS = ['proxy-server', 'account-server', 'container-server',
'object-server']
REST_SERVERS = [s for s in ALL_SERVERS if s not in MAIN_SERVERS]