Revision 41543d8b

b/lib/cli.py
132 132
  "OSPARAMS_OPT",
133 133
  "OS_OPT",
134 134
  "OS_SIZE_OPT",
135
  "OOB_TIMEOUT_OPT",
135 136
  "PREALLOC_WIPE_DISKS_OPT",
136 137
  "PRIMARY_IP_VERSION_OPT",
137 138
  "PRIORITY_OPT",
......
1149 1150
                              dest="node_powered",
1150 1151
                              help="Specify if the SoR for node is powered")
1151 1152

  
1153
OOB_TIMEOUT_OPT = cli_option("--oob-timeout", dest="oob_timeout", type="int",
1154
                         default=constants.OOB_TIMEOUT,
1155
                         help="Maximum time to wait for out-of-band helper")
1156

  
1152 1157

  
1153 1158
#: Options provided by all commands
1154 1159
COMMON_OPTS = [DEBUG_OPT]
b/lib/client/gnt_node.py
114 114
                               help=("Ignore the Node(s) offline status"
115 115
                                     " (potentially DANGEROUS)"))
116 116

  
117
OOB_TIMEOUT_OPT = cli_option("--oob-timeout", dest="oob_timeout", type="int",
118
                         default=constants.OOB_TIMEOUT,
119
                         help="Maximum time to wait for out-of-band helper")
120 117

  
121 118
def ConvertStorageType(user_storage_type):
122 119
  """Converts a user storage type to its internal name.

Also available in: Unified diff