summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openstack-nova-serialproxy.service
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-02-24 17:49:39 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-03-02 14:52:50 +0000
commit6c38caebfdf2cb3b0e4e00870a7a83fed9957dc0 (patch)
treef6c94a0adb23c7eaa9d2ae339f7891335cc829e5 /openstack/etc/systemd/system/openstack-nova-serialproxy.service
parente4f9b2852d4982e47d7a22d9afd759167bb5022d (diff)
downloaddefinitions-6c38caebfdf2cb3b0e4e00870a7a83fed9957dc0.tar.gz
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.
Diffstat (limited to 'openstack/etc/systemd/system/openstack-nova-serialproxy.service')
-rw-r--r--openstack/etc/systemd/system/openstack-nova-serialproxy.service11
1 files changed, 11 insertions, 0 deletions
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