commit | aceb27e858b594ae80bf07bb0278a715e5a4cd3b | [log] [tgz] |
---|---|---|
author | Davanum Srinivas <davanum@gmail.com> | Thu Aug 17 08:59:59 2017 -0400 |
committer | Davanum Srinivas <davanum@gmail.com> | Thu Aug 17 10:33:14 2017 -0400 |
tree | 46481a63b2e7fdf2b196e897892fb45c3b0ddc65 | |
parent | 644a6b9f106507ebc6fd49c51f0c5f6abfaa97fb [diff] |
Add procname for uwsgi based services Code in grenade and elsewhere rely on the process/service name when one runs "ps auxw" and they grep for example "grep -e glance-api" to check if the service is running. with uwsgi, let us make sure we use process name prefix so it is easier to spot the services and be compatible with code elsewhere that relies on this. Change-Id: I4d1cd223ed9904fcb19b26fc9362b676e0b4f9b3