Enable debug mode for services in scenario000 and scenario001

We have it enabled in 002 and 003 but not in these two.

Change-Id: I22061b08c19b527f3deb9ce04d1d55bd0d0e843c
This commit is contained in:
Alfredo Moralejo 2019-11-12 11:33:16 +01:00
parent 97e5a40dbb
commit b8960f62f8
2 changed files with 2 additions and 0 deletions

View File

@ -6,5 +6,6 @@ fi
$SUDO packstack ${ADDITIONAL_ARGS} \
--allinone \
--debug \
--os-debug-mode=y \
--service-workers=2 \
--default-password="packstack" || export FAILURE=true

View File

@ -27,6 +27,7 @@ $SUDO packstack ${ADDITIONAL_ARGS} \
${NODE_FLAGS} \
--cinder-volume-name="aVolume" \
--debug \
--os-debug-mode=y \
--service-workers=2 \
--default-password="packstack" \
--os-aodh-install=n \