summaryrefslogtreecommitdiff
path: root/openstack/etc/nova/nova.conf
diff options
context:
space:
mode:
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