Changes between Version 37 and Version 38 of Eucalyptus/Install


Ignore:
Timestamp:
Aug 4, 2009, 4:52:41 PM (15 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Eucalyptus/Install

    v37 v38  
    4141{{{
    4242for x in hostname1 hostname2 ... hostnameN ; do \
    43     ssh $x "mkdir -p /usr/local/instances/; /usr/sbin/euca_conf -hypervisor xen -instances /usr/local/instances /etc/eucalyptus/eucalyptus.conf"
     43    ssh $x "mkdir -p /usr/local/instances/; /usr/sbin/euca_conf -hypervisor xen -instances /usr/local/instances"
    4444done
    4545}}}