diff options
author | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-01-05 19:16:17 +0000 |
---|---|---|
committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-01-05 19:16:17 +0000 |
commit | b5f8ab0e913c121a80ff0efe358960099e7c87f8 (patch) | |
tree | 750448f074f288c1fa485b7aa2703aff0ab61d97 /contrib | |
parent | 1cc5e933ccc29a88d09d2050e5224ee27eda767c (diff) | |
download | nova-b5f8ab0e913c121a80ff0efe358960099e7c87f8.tar.gz |
fix injection and xml
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/nova.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/nova.sh b/contrib/nova.sh index da1ba030c3..80bf6789b9 100755 --- a/contrib/nova.sh +++ b/contrib/nova.sh @@ -82,9 +82,10 @@ if [ "$CMD" == "install" ]; then sudo /etc/init.d/iscsitarget restart sudo modprobe kvm sudo /etc/init.d/libvirt-bin restart + sudo modprobe nbd sudo apt-get install -y python-twisted python-sqlalchemy python-mox python-greenlet python-carrot - sudo apt-get install -y python-daemon python-eventlet python-gflags python-tornado python-ipy - sudo apt-get install -y python-libvirt python-libxml2 python-routes + sudo apt-get install -y python-daemon python-eventlet python-gflags python-ipy + sudo apt-get install -y python-libvirt python-libxml2 python-routes python-cheetah if [ "$USE_MYSQL" == 1 ]; then cat <<MYSQL_PRESEED | debconf-set-selections mysql-server-5.1 mysql-server/root_password password $MYSQL_PASS |