~ubuntu-branches/ubuntu/lucid/eucalyptus/lucid-201003031429

« back to all changes in this revision

Viewing changes to tools/euca_conf.in

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2010-02-03 13:59:37 UTC
  • Revision ID: james.westby@ubuntu.com-20100203135937-ojsav2ku1ab2vyul
Tags: 1.6.2~bzr1166-0ubuntu2
* clc/modules/www/src/main/java/edu/ucsb/eucalyptus/admin/client/EucalyptusWebInterface.java:
  use upstream's better method of getting the version displayed in the web
  login page
* tools/euca_conf.in: add known_hosts -> /dev/null to the SCP_OPT
* debian/eucalyptus-common.eucalyptus.upstart: allow for simple
  eucalyptus process management with 'start,stop,status' of 'eucalyptus'
  by ensuring that a dummy sleep process at least runs when the cc or
  nc are started, LP: #504521, #504704
* debian/eucalyptus-cc.upstart, debian/eucalyptus.conf,
  tools/eucalyptus.conf.5: document CC clean restart, LP: #464384

Show diffs side-by-side

added added

removed removed

Lines of Context:
425
425
            continue
426
426
        fi
427
427
        if [ "$1" = "--skip-scp-hostcheck" ]; then 
428
 
            SCP_OPT="-oStrictHostKeyChecking=no"
 
428
            SCP_OPT="-oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null"
429
429
            shift
430
430
            continue
431
431
        fi