From 96979b30512c79554f80e743ea88f57c4c671eb6 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Fri, 20 Mar 2015 14:29:32 +0000 Subject: Enable nova serial console This enables serial console access to local nodes from the host machine by running `novaconsole $VM_NAME` after it has been installed by running pip install git+http://github.com/larsks/novaconsole.git --- openstack/usr/share/openstack/openstack-nova-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openstack/usr/share') diff --git a/openstack/usr/share/openstack/openstack-nova-setup b/openstack/usr/share/openstack/openstack-nova-setup index 2fdd3608..86de2341 100644 --- a/openstack/usr/share/openstack/openstack-nova-setup +++ b/openstack/usr/share/openstack/openstack-nova-setup @@ -99,13 +99,13 @@ rm /etc/systemd/system/multi-user.target.wants/openstack-nova-setup.service # openstack-nova-compute or the security benefits of removing # database access from nova-compute will be negated #systemctl start openstack-nova-conductor -for service in compute api cert consoleauth scheduler novncproxy; do +for service in compute api cert consoleauth scheduler novncproxy serialproxy; do systemctl start openstack-nova-$service.service done #systemctl start openstack-nova-xvpnvncproxy # Create the links to run nova services when system start next times. -for service in compute api cert consoleauth scheduler novncproxy; do +for service in compute api cert consoleauth scheduler novncproxy serialproxy; do systemctl enable openstack-nova-$service.service done # See description of why this shouldn't run in a openstack in one node in [1] -- cgit v1.2.1