Revision 2c0af7da lib/cli.py

b/lib/cli.py
158 158
  "REMOVE_INSTANCE_OPT",
159 159
  "REMOVE_UIDS_OPT",
160 160
  "RESERVED_LVS_OPT",
161
  "RUNTIME_MEM_OPT",
161 162
  "ROMAN_OPT",
162 163
  "SECONDARY_IP_OPT",
163 164
  "SECONDARY_ONLY_OPT",
......
1361 1362
                                action="store_true", default=False,
1362 1363
                                help="Ignore instance policy violations")
1363 1364

  
1365
RUNTIME_MEM_OPT = cli_option("-m", "--runtime-memory", dest="runtime_mem",
1366
                             help="Sets the instance's runtime memory,"
1367
                             " ballooning it up or down to the new value",
1368
                             default=None, type="unit", metavar="<size>")
1364 1369

  
1365 1370
#: Options provided by all commands
1366 1371
COMMON_OPTS = [DEBUG_OPT]

Also available in: Unified diff