summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openstack-nova-consoleauth.service
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/etc/systemd/system/openstack-nova-consoleauth.service')
-rw-r--r--openstack/etc/systemd/system/openstack-nova-consoleauth.service11
1 files changed, 0 insertions, 11 deletions
diff --git a/openstack/etc/systemd/system/openstack-nova-consoleauth.service b/openstack/etc/systemd/system/openstack-nova-consoleauth.service
deleted file mode 100644
index 2c582518..00000000
--- a/openstack/etc/systemd/system/openstack-nova-consoleauth.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Openstack Console Auth (nova-consoleauth)
-After=syslog.target network.target
-
-[Service]
-Type=simple
-User=nova
-ExecStart=/usr/bin/nova-consoleauth --config-file /etc/nova/nova.conf
-
-[Install]
-WantedBy=multi-user.target