Skip to content

Commit

Permalink
Fixed novnc 1006 error
Browse files Browse the repository at this point in the history
  • Loading branch information
uksysadmin committed Mar 30, 2015
1 parent 75fbe8d commit 22e2221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22e2221

Please sign in to comment.