Fix DVR gate job breakage

The Neutron DVR gate jobs are broken due to commit
7fac6b6838. Add an empty 'neutron-dvr'
entry in the 'primary' section of features.yaml

Also add logging on what the features have been set to.

Change-Id: I7f57de5d43f6943863b1df3e2c367587b519fc05
This commit is contained in:
John L. Villalovos 2016-12-17 19:03:25 -08:00
parent 7fac6b6838
commit 86c1444121
2 changed files with 6 additions and 0 deletions

View File

@ -263,6 +263,8 @@ function setup_localrc {
MY_ENABLED_SERVICES=$(cd $BASE/new/devstack-gate && ./test-matrix.py -b $branch_for_matrix -f $DEVSTACK_GATE_FEATURE_MATRIX -r $test_matrix_role)
local original_enabled_services=$(cd $BASE/new/devstack-gate && ./test-matrix.py -b $branch_for_matrix -f $DEVSTACK_GATE_FEATURE_MATRIX -r primary)
echo "MY_ENABLED_SERVICES: ${MY_ENABLED_SERVICES}"
echo "original_enabled_services: ${original_enabled_services}"
# Allow optional injection of ENABLED_SERVICES from the calling context
if [[ ! -z $ENABLED_SERVICES ]] ; then

View File

@ -110,6 +110,10 @@ primary:
kilo:
services: [q-vpn]
neutron-dvr:
base:
services: []
swift:
base:
services: [s-proxy, s-account, s-container, s-object]