~tr3buchet/nova/lock

« back to all changes in this revision

Viewing changes to nova/cloudpipe/pipelib.py

  • Committer: Vishvananda Ishaya
  • Date: 2010-12-22 20:59:53 UTC
  • mto: This revision was merged to the branch mainline in revision 482.
  • Revision ID: vishvananda@gmail.com-20101222205953-j2j5t0qjwlcd0t2s
merge trunk and upgrade to cheetah templating

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        self.manager = manager.AuthManager()
50
50
 
51
51
    def launch_vpn_instance(self, project_id):
52
 
        logging.debug("Launching VPN for %s" % (project_id))
 
52
        logging.debug(_("Launching VPN for %s") % (project_id))
53
53
        project = self.manager.get_project(project_id)
54
54
        # Make a payload.zip
55
55
        tmpfolder = tempfile.mkdtemp()