Merge "integration: chown ceilometer directory properly"

This commit is contained in:
Jenkins 2015-08-13 20:07:44 +00:00 committed by Gerrit Code Review
commit 497c1b795e

View File

@ -32,7 +32,7 @@ function generate_testr_results {
if [ -d $BASE/new/devstack ]; then
export CEILOMETER_DIR="$BASE/new/ceilometer"
STACK_USER=stack
sudo chown -R jenkins:stack $CEILOMETER_DIR
sudo chown -R $STACK_USER:stack $CEILOMETER_DIR
source $BASE/new/devstack/openrc admin admin
# Go to the ceilometer dir
cd $CEILOMETER_DIR