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-20 15:22:30 +0000
commit4c37effedcc8fde1788c5f48dbb72ba9504a8828 (patch)
tree492aa6f23132edf83a8303e69a841f11818a830f /openstack/etc/systemd/system/openstack-nova-serialproxy.service
parent63a9f92f328999fb2961c0f754c8e78604d0df03 (diff)
downloaddefinitions-4c37effedcc8fde1788c5f48dbb72ba9504a8828.tar.gz
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