summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-03-20 14:29:32 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-08 18:29:26 +0100
commit7a34bd40af4520fd7556c79b2c3db166393b8545 (patch)
tree357b6f1643815c620bd0fa3d9ba2664135d37c40 /openstack/usr/share/openstack
parentac2520812c1c88550a2fa59dcc80084b4238ba61 (diff)
downloaddefinitions-7a34bd40af4520fd7556c79b2c3db166393b8545.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')
-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]