示例#1
0
 def dettach_vip(self):
     self.create()
     instance_id = utils.get_instance_id_bytenant(DBInstanceType.SINGLE)
     utils.check_vip_dettach(instance_id)
     pass
示例#2
0
 def dettach_vip(self):
     self.create()
     instance_id = utils.get_instance_id_bytenant(DBInstanceType.READ_REPLI)
     utils.check_vip_dettach(instance_id)
示例#3
0
 def vip_dettach(self):
     self.create()
     instance_id = utils.get_instance_id_bytenant(DBInstanceType.MASTER)
     utils.check_vip_dettach(instance_id)
     pass