diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index a8726ccd..0c28b2a1 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -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 diff --git a/features.yaml b/features.yaml index 467cf140..367617eb 100644 --- a/features.yaml +++ b/features.yaml @@ -110,6 +110,10 @@ primary: kilo: services: [q-vpn] + neutron-dvr: + base: + services: [] + swift: base: services: [s-proxy, s-account, s-container, s-object]