Enable pidstat by default

pidstat comes from the sysstat package and will allow us to get some
per-process CPU/memory information for devstack runs.  pidstat was added
to devstack in the following change:

    https://review.openstack.org/#/c/68702

Change-Id: Iee001c8fd01aba9c9c98c2b15361ffb8d0346813
This commit is contained in:
Russell Bryant
2014-01-26 20:52:22 -05:00
parent 6cf7a3a128
commit 797a8a0321

View File

@@ -33,7 +33,7 @@ function setup_localrc() {
rm -f localrc
fi
DEFAULT_ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-sch,horizon,mysql,rabbit,sysstat
DEFAULT_ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-sch,horizon,mysql,rabbit,sysstat,pidstat
DEFAULT_ENABLED_SERVICES+=,s-proxy,s-account,s-container,s-object,cinder,c-api,c-vol,c-sch,n-cond
# Allow optional injection of ENABLED_SERVICES from the calling context