remove neutron advanced services from grenade

As the neutron splitout happens neutron advanced services should
actually be tested by grenade plugins instead. This decouples the
neutron advanced services from grenade so they can work on their own
upgrade mechanisms.

Change-Id: Iec8393660543e01f79a468142d9d7b5367c72af4
This commit is contained in:
Sean Dague 2015-07-13 14:10:29 -04:00
parent bbb0497a14
commit 9dc2583e87
1 changed files with 8 additions and 3 deletions

View File

@ -9,13 +9,13 @@ config:
# and don't need to incur the overhead of installing all services in the process.
no_services: [default]
neutron:
features: [neutron]
features: [neutron, neutron-adv]
# different backends
postgres:
features: [postgresql]
# feature changes for different test matrixes
grenade:
rm-features: [trove, sahara]
rm-features: [trove, sahara, neutron-adv]
tempest:
features: [tempest]
# feature changes for different configs of existing services
@ -88,7 +88,12 @@ features:
neutron:
base:
services: [quantum, q-svc, q-agt, q-dhcp, q-l3, q-meta, q-lbaas, q-fwaas, q-metering]
services: [quantum, q-svc, q-agt, q-dhcp, q-l3, q-meta, q-metering]
rm-services: [n-net]
neutron-adv:
base:
services: [q-lbaas, q-fwaas]
rm-services: [n-net]
swift: