Changeset 1469


Ignore:
Timestamp:
Oct 31, 2008, 9:12:24 PM (15 years ago)
Author:
broder
Message:

When getting the authtoken in the web interface, call remctl from the
right place

File:
1 edited

Legend:

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

    r1391 r1469  
    246246    machine = validation.Validate(username, state, machine_id=fields.getfirst('machine_id')).machine
    247247
    248     token = remctl('control', machine.name, 'vnctoken')
     248    token = controls.remctl('control', machine.name, 'vnctoken')
    249249    host = controls.listHost(machine)
    250250    if host:
Note: See TracChangeset for help on using the changeset viewer.