The patch to remove the use of the test-matrix [0] also switched from
using the neutron-legacy based service names (q-*) to the new neutron-*
names. However it turns out that the new implementation is not yet working
properly for most neutron-consuming projects, so we switch back to the
previous situation for now.
[0] https://review.openstack.org/546765
Change-Id: Id6de87211d6c4ea8fd14aa9203d8d5b17e9e2f04
| ... | ... |
@@ -280,12 +280,20 @@ |
| 280 | 280 |
n-sch: true |
| 281 | 281 |
placement-api: true |
| 282 | 282 |
# Neutron services |
| 283 |
- neutron-api: true |
|
| 284 |
- neutron-agent: true |
|
| 285 |
- neutron-dhcp: true |
|
| 286 |
- neutron-l3: true |
|
| 287 |
- neutron-metadata-agent: true |
|
| 288 |
- neutron-metering: true |
|
| 283 |
+ # We need to keep using the neutron-legacy based services for |
|
| 284 |
+ # now until all issues with the new lib/neutron code are solved |
|
| 285 |
+ q-agt: true |
|
| 286 |
+ q-dhcp: true |
|
| 287 |
+ q-l3: true |
|
| 288 |
+ q-meta: true |
|
| 289 |
+ q-metering: true |
|
| 290 |
+ q-svc: true |
|
| 291 |
+ # neutron-api: true |
|
| 292 |
+ # neutron-agent: true |
|
| 293 |
+ # neutron-dhcp: true |
|
| 294 |
+ # neutron-l3: true |
|
| 295 |
+ # neutron-metadata-agent: true |
|
| 296 |
+ # neutron-metering: true |
|
| 289 | 297 |
# Swift services |
| 290 | 298 |
s-account: true |
| 291 | 299 |
s-container: true |