Просмотр исходного кода

Fix running deployment message

Daniel Vincze 1 год назад
Родитель
Сommit
5142328e7f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      coriolis/conductor/rpc/server.py

+ 1 - 1
coriolis/conductor/rpc/server.py

@@ -1351,7 +1351,7 @@ class ConductorServerEndpoint(object):
         if [m.id for m in migrations if m.executions[0].status in (
                 constants.ACTIVE_EXECUTION_STATUSES)]:
             raise exception.InvalidReplicaState(
-                "Replica '%s' is currently being migrated" % replica_id)
+                "Transfer '%s' is currently being deployed" % replica_id)
 
     @staticmethod
     def _check_running_executions(action):