diff options
| author | Anthony Young <sleepsonthefloor@gmail.com> | 2010-12-29 16:07:41 -0800 |
|---|---|---|
| committer | Anthony Young <sleepsonthefloor@gmail.com> | 2010-12-29 16:07:41 -0800 |
| commit | eb0ba37ff97230494cbc4397838cbeab7cf01e7f (patch) | |
| tree | 1fcb8a20a65c95795fc7ee52da3e67146a0fc881 | |
| parent | aa71b29518377a14d6dfec792ffd3790bd7849e7 (diff) | |
| download | nova-eb0ba37ff97230494cbc4397838cbeab7cf01e7f.tar.gz nova-eb0ba37ff97230494cbc4397838cbeab7cf01e7f.tar.xz nova-eb0ba37ff97230494cbc4397838cbeab7cf01e7f.zip | |
apt-get install socat, which is used to connect to the console
| -rwxr-xr-x | contrib/nova.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/nova.sh b/contrib/nova.sh index 92a50f8bc..e06706295 100755 --- a/contrib/nova.sh +++ b/contrib/nova.sh @@ -78,6 +78,7 @@ if [ "$CMD" == "install" ]; then sudo apt-get install -y user-mode-linux kvm libvirt-bin sudo apt-get install -y screen euca2ools vlan curl rabbitmq-server sudo apt-get install -y lvm2 iscsitarget open-iscsi + sudo apt-get install -y socat echo "ISCSITARGET_ENABLE=true" | sudo tee /etc/default/iscsitarget sudo /etc/init.d/iscsitarget restart sudo modprobe kvm |
