Преглед изворни кода

Fix running deployment message

Daniel Vincze пре 1 година
родитељ
комит
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 (
         if [m.id for m in migrations if m.executions[0].status in (
                 constants.ACTIVE_EXECUTION_STATUSES)]:
                 constants.ACTIVE_EXECUTION_STATUSES)]:
             raise exception.InvalidReplicaState(
             raise exception.InvalidReplicaState(
-                "Replica '%s' is currently being migrated" % replica_id)
+                "Transfer '%s' is currently being deployed" % replica_id)
 
 
     @staticmethod
     @staticmethod
     def _check_running_executions(action):
     def _check_running_executions(action):