Changeset 2005


Ignore:
Timestamp:
Jan 25, 2009, 11:02:20 PM (15 years ago)
Author:
broder
Message:

Punt on_restart, etc information from Xen, and bootloader options.

None of these options are useful, nor do they change. Plus the values
for on_poweroff and on_crash are misleading to people who aren't
familiar with Xen's use of "destroy".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/code/main.py

    r1977 r2005  
    527527        cputime = datetime.timedelta(seconds=int(cpu_time_float))
    528528    checkpoint.checkpoint('Status')
    529     display_fields = """name uptime memory state cpu_weight on_reboot
    530      on_poweroff on_crash on_xend_start on_xend_stop bootloader""".split()
    531529    display_fields = [('name', 'Name'),
    532530                      ('description', 'Description'),
     
    543541                      ('state', 'state (xen format)'),
    544542                      ('cpu_weight', 'CPU weight'+helppopup('CPU Weight')),
    545                       ('on_reboot', 'Action on VM reboot'),
    546                       ('on_poweroff', 'Action on VM poweroff'),
    547                       ('on_crash', 'Action on VM crash'),
    548                       ('on_xend_start', 'Action on Xen start'),
    549                       ('on_xend_stop', 'Action on Xen stop'),
    550                       ('bootloader', 'Bootloader options'),
    551543                      ]
    552544    fields = []
Note: See TracChangeset for help on using the changeset viewer.