summaryrefslogtreecommitdiff
path: root/openstack/etc/nova/nova.conf
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/etc/nova/nova.conf
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/etc/nova/nova.conf')
-rw-r--r--openstack/etc/nova/nova.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/openstack/etc/nova/nova.conf b/openstack/etc/nova/nova.conf
index 30f265aa..ca009273 100644
--- a/openstack/etc/nova/nova.conf
+++ b/openstack/etc/nova/nova.conf
@@ -634,3 +634,11 @@ allow_resize_to_same_host=True
# Actual testing hardware does not support hardware acceleration
# so in this step we will configure libvirt to use qemu instead of KVM
virt_type=qemu
+
+##################
+# SERIAL CONSOLE #
+##################
+# Enable serial console proxy for serial console access from the host only
+[serial_console]
+serialproxy_host=127.0.0.1
+enabled=true