From 6c38caebfdf2cb3b0e4e00870a7a83fed9957dc0 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 24 Feb 2015 17:49:39 +0000 Subject: Enable nova serial console access This allows the local system to access the serial console using https://github.com/larsks/novaconsole/, so it's possible to debug whether the system has network access. --- .../etc/systemd/system/openstack-nova-serialproxy.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openstack/etc/systemd/system/openstack-nova-serialproxy.service (limited to 'openstack/etc/systemd/system/openstack-nova-serialproxy.service') diff --git a/openstack/etc/systemd/system/openstack-nova-serialproxy.service b/openstack/etc/systemd/system/openstack-nova-serialproxy.service new file mode 100644 index 00000000..2557dc2b --- /dev/null +++ b/openstack/etc/systemd/system/openstack-nova-serialproxy.service @@ -0,0 +1,11 @@ +[Unit] +Description=OpenStack Nova Serial Proxy +After=syslog.target network.target + +[Service] +Type=simple +User=nova +ExecStart=/usr/bin/nova-serialproxy --config-file /etc/nova/nova.conf + +[Install] +WantedBy=multi-user.target -- cgit v1.2.1