zun/devstack
Kien Nguyen 486e91f961 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.

Follow patch set I4d1cd223ed9904fcb19b26fc9362b676e0b4f9b3
Change-Id: I78e6f578d26f6ed6f8ec2b336da55316e25e5ad9
2018-01-24 11:48:32 +07:00
..
lib Add procname for uwsgi based services 2018-01-24 11:48:32 +07:00
README.rst Merge "Consolidate devstack config into sample" 2017-11-25 21:25:35 +00:00
local.conf.sample Set capability_scope to global in devstack 2017-12-05 04:29:40 +00:00
local.conf.subnode.sample Set capability_scope to global in devstack 2017-12-05 04:29:40 +00:00
plugin.sh Remove LIBS_FROM_GIT from the plugin code 2017-11-23 11:35:06 +08:00
settings Remove SCREEN_LOGDIR from devstack setting 2017-09-21 14:32:48 +05:30

README.rst

DevStack Integration

This directory contains the files necessary to integrate zun with devstack.

Refer the quickstart guide at https://docs.openstack.org/zun/latest/contributor/quickstart.html for more information on using devstack and zun.