summaryrefslogtreecommitdiff
path: root/install-files/openstack/usr/lib/systemd/system/openstack-keystone.service
diff options
context:
space:
mode:
Diffstat (limited to 'install-files/openstack/usr/lib/systemd/system/openstack-keystone.service')
-rw-r--r--install-files/openstack/usr/lib/systemd/system/openstack-keystone.service16
1 files changed, 0 insertions, 16 deletions
diff --git a/install-files/openstack/usr/lib/systemd/system/openstack-keystone.service b/install-files/openstack/usr/lib/systemd/system/openstack-keystone.service
deleted file mode 100644
index 6f6ff644..00000000
--- a/install-files/openstack/usr/lib/systemd/system/openstack-keystone.service
+++ /dev/null
@@ -1,16 +0,0 @@
-[Unit]
-Description=OpenStack Identity Service (code-named Keystone)
-ConditionPathExists=/etc/keystone/keystone.conf
-After=network-online.target
-Wants=network-online.target
-
-[Service]
-Type=notify
-Restart=always
-User=keystone
-StandardOutput=null
-StandardError=null
-ExecStart=/usr/bin/keystone-all --config-file /etc/keystone/keystone.conf
-
-[Install]
-WantedBy=multi-user.target