List swift and keystone in feature.yaml

This lists swift and keystone as configurations in the features.yaml
file so that they can be toggled on using DEVSTACK_GATE_SWIFT and
DEVSTACK_GATE_KEYSTONE variables. When paired with
DEVSTACK_GATE_NO_SERVICES this allows us to easily only turn on keystone
and swift for swift functional testing.

This isn't strictly necessary but makes the swift functional test jobs
run much quicker.

Change-Id: I1ace341721487e4700de308d3d5b800661210fc0
This commit is contained in:
Clark Boylan 2017-06-02 10:50:53 -07:00
parent b5991463f1
commit 2ec101c4c8
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@ config:
features: [cinder-mn-grenade-sub-bak]
neutron_dvr:
features: [neutron-dvr]
swift:
features: [swift]
keystone:
features: [keystone]
branches:
# The value of ""default" is the name of the "trunk" branch