From 22e2221c48816803e16792a75e4126928e99a490 Mon Sep 17 00:00:00 2001 From: uksysadmin Date: Mon, 30 Mar 2015 20:51:53 +0100 Subject: [PATCH] Fixed novnc 1006 error --- compute.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compute.sh b/compute.sh index 7376aac..2d99cd4 100755 --- a/compute.sh +++ b/compute.sh @@ -44,7 +44,7 @@ sudo c_rehash /etc/ssl/certs/ca.pem nova_compute_install() { # Install some packages: - sudo apt-get -y install ntp nova-api-metadata nova-compute nova-compute-qemu nova-doc novnc nova-novncproxy nova-consoleauth sasl2-bin + sudo apt-get -y install ntp nova-api-metadata nova-compute nova-compute-qemu nova-doc novnc nova-novncproxy sasl2-bin sudo apt-get -y install neutron-common neutron-plugin-ml2 neutron-plugin-openvswitch-agent # [DVR] # sudo apt-get -y install neutron-l3-agent sudo apt-get -y install vlan bridge-utils