Work on the new neutron scripts has stalled and they aren't in a useable
state yet. Given the ongoing decline in contributions, let us
acknowledge this and undeprecate the neutron-legacy scripts so that
people can continue to use them without feeling guilty about it.
Change-Id: I4bce19da861abf18ddb89d82fd312c5e49a4ee7c
| ... | ... |
@@ -405,22 +405,15 @@ |
| 405 | 405 |
n-cpu: true |
| 406 | 406 |
n-novnc: true |
| 407 | 407 |
n-sch: true |
| 408 |
+ # Placement service |
|
| 408 | 409 |
placement-api: true |
| 409 | 410 |
# Neutron services |
| 410 |
- # We need to keep using the neutron-legacy based services for |
|
| 411 |
- # now until all issues with the new lib/neutron code are solved |
|
| 412 | 411 |
q-agt: true |
| 413 | 412 |
q-dhcp: true |
| 414 | 413 |
q-l3: true |
| 415 | 414 |
q-meta: true |
| 416 | 415 |
q-metering: true |
| 417 | 416 |
q-svc: true |
| 418 |
- # neutron-api: true |
|
| 419 |
- # neutron-agent: true |
|
| 420 |
- # neutron-dhcp: true |
|
| 421 |
- # neutron-l3: true |
|
| 422 |
- # neutron-metadata-agent: true |
|
| 423 |
- # neutron-metering: true |
|
| 424 | 417 |
# Swift services |
| 425 | 418 |
s-account: true |
| 426 | 419 |
s-container: true |
| ... | ... |
@@ -449,12 +442,10 @@ |
| 449 | 449 |
tls-proxy: true |
| 450 | 450 |
# Nova services |
| 451 | 451 |
n-cpu: true |
| 452 |
+ # Placement services |
|
| 452 | 453 |
placement-client: true |
| 453 | 454 |
# Neutron services |
| 454 |
- # We need to keep using the neutron-legacy based services for |
|
| 455 |
- # now until all issues with the new lib/neutron code are solved |
|
| 456 | 455 |
q-agt: true |
| 457 |
- # neutron-agent: true |
|
| 458 | 456 |
# Cinder services |
| 459 | 457 |
c-bak: true |
| 460 | 458 |
c-vol: true |
| ... | ... |
@@ -464,7 +455,7 @@ |
| 464 | 464 |
# s-*: false |
| 465 | 465 |
horizon: false |
| 466 | 466 |
tempest: false |
| 467 |
- # Test matrix emits ceilometer but ceilomenter is not installed in the |
|
| 467 |
+ # Test matrix emits ceilometer but ceilometer is not installed in the |
|
| 468 | 468 |
# integrated gate, so specifying the services has not effect. |
| 469 | 469 |
# ceilometer-*: false |
| 470 | 470 |
devstack_localrc: |