Revision 47988778 scripts/gnt-cluster

b/scripts/gnt-cluster
78 78
                " over the network to the cluster name, the operation is very"
79 79
                " dangerous as the IP address will be removed from the node"
80 80
                " and the change may not go through. Continue?") % name
81
    if not opts._ask_user(usertext):
81
    if not AskUser(usertext):
82 82
      return 1
83 83

  
84 84
  op = opcodes.OpRenameCluster(name=name)

Also available in: Unified diff