- Timestamp:
- Oct 25, 2008, 2:12:06 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-console-host/files/usr/sbin/invirt-update-conserver
r1187 r1246 1 1 #!/usr/bin/python 2 2 3 import sipb_xen_database4 3 import subprocess 5 4 import os 6 5 import socket 7 6 from invirt.config import structs as config 8 9 sipb_xen_database.connect(config.db.uri)10 7 11 8 def live_vms():
Note: See TracChangeset
for help on using the changeset viewer.