Merge "No validate when perform eject replica source"

This commit is contained in:
Zuul 2020-11-26 02:17:11 +00:00 committed by Gerrit Code Review
commit eb7603d08a

View File

@ -1486,7 +1486,6 @@ class Instance(BuiltInstance):
task_api.API(self.context).promote_to_replica_source(self.id)
def eject_replica_source(self):
self.validate_can_perform_action()
LOG.info("Ejecting replica source %s from its replication set.",
self.id)