summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/openstack-nova-setup
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-03-20 14:29:32 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-03-23 22:58:56 +0000
commitbf5d8455dff85bfc0b8f22d9171fa22a697cb4cf (patch)
tree17b4ad1f7bc23747466daf91761c37306c7d9b2e /openstack/usr/share/openstack/openstack-nova-setup
parent1827c6de25c939301d2d7d3415711b65ad1f0ffe (diff)
downloaddefinitions-bf5d8455dff85bfc0b8f22d9171fa22a697cb4cf.tar.gz
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
Diffstat (limited to 'openstack/usr/share/openstack/openstack-nova-setup')
-rw-r--r--openstack/usr/share/openstack/openstack-nova-setup4
1 files changed, 2 insertions, 2 deletions
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]