python-keystone: uprev to 16.0.0 for stx 5.0
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / files / python-keystone / stx-files / openstack-keystone.service
diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/files/python-keystone/stx-files/openstack-keystone.service b/meta-starlingx/meta-stx-integ/recipes-devtools/python/files/python-keystone/stx-files/openstack-keystone.service
deleted file mode 100644 (file)
index a72aa84..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=OpenStack Identity Service (code-named Keystone)
-After=syslog.target network.target
-
-[Service]
-Type=forking
-#ReminAfterExit is set to yes as we have 2 pids to monitor
-RemainAfterExit=yes
-ExecStart=/usr/bin/keystone-all start
-ExecStop=/usr/bin/keystone-all stop
-ExecReload=/usr/bin/keystone-all reload
-
-[Install]
-WantedBy=multi-user.target