Changeset 1b6cc95
- Timestamp:
- Jun 22, 2010 1:06:53 PM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- 181aeb4
- Parents:
- 2b6e64d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/protogeni_access.py
r2b6e64d1 r1b6cc95 12 12 import random 13 13 import traceback 14 import xml.parsers.expat 14 15 15 16 from threading import Thread, Timer, Lock … … 773 774 elif self.node_startcommand: 774 775 # XXX: debug 775 print >>script, "sudo perl -I%s %s import_key.pl /users/%s/.ssh/authorized_keys /root/.ssh/authorized_keys" % (fed_lib_dir, fed_bin_dir, user)776 print >>script, "sudo perl -I%s %s/import_key.pl /users/%s/.ssh/authorized_keys /root/.ssh/authorized_keys" % (fed_lib_dir, fed_bin_dir, user) 776 777 # XXX: debug 777 778 if elem.get_attribute('startup'): … … 1007 1008 try: 1008 1009 param = { 'credential': slice_cred } 1009 segment_commands.pg_call(self.cm_url, 'DeleteSli ver',1010 segment_commands.pg_call(self.cm_url, 'DeleteSlice', 1010 1011 param, ctxt) 1011 1012 except segment_commands.ProtoGENIError, e: … … 1246 1247 embedding.append({ 1247 1248 'toponame': k, 1248 'physname': [ "%s%s" % (n, self.domain)],1249 'physname': [n ], 1249 1250 }) 1250 1251 # Grab the log (this is some anal locking, but better safe than
Note: See TracChangeset
for help on using the changeset viewer.