Revision 65cb5c4d
b/lib/client/gnt_backup.py | ||
---|---|---|
32 | 32 |
from ganeti import errors |
33 | 33 |
|
34 | 34 |
|
35 |
_VALUE_TRUE = "true" |
|
36 |
|
|
37 |
|
|
38 | 35 |
def PrintExportList(opts, args): |
39 | 36 |
"""Prints a list of all the exported system images. |
40 | 37 |
|
b/lib/client/gnt_instance.py | ||
---|---|---|
54 | 54 |
_SHUTDOWN_NODES_SEC_BY_TAGS) |
55 | 55 |
|
56 | 56 |
|
57 |
_VALUE_TRUE = "true" |
|
58 |
|
|
59 | 57 |
#: default list of options for L{ListInstances} |
60 | 58 |
_LIST_DEF_FIELDS = [ |
61 | 59 |
"name", "hypervisor", "os", "pnode", "status", "oper_ram", |
Also available in: Unified diff