summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openstack-nova-serialproxy.service
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/systemd/system/openstack-nova-serialproxy.service
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/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