Browse code

Merge "Undeprecate neutron-legacy scripts"

Zuul authored on 2020/06/16 02:15:45
Showing 2 changed files
... ...
@@ -415,22 +415,15 @@
415 415
         n-cpu: true
416 416
         n-novnc: true
417 417
         n-sch: true
418
+        # Placement service
418 419
         placement-api: true
419 420
         # Neutron services
420
-        # We need to keep using the neutron-legacy based services for
421
-        # now until all issues with the new lib/neutron code are solved
422 421
         q-agt: true
423 422
         q-dhcp: true
424 423
         q-l3: true
425 424
         q-meta: true
426 425
         q-metering: true
427 426
         q-svc: true
428
-        # neutron-api: true
429
-        # neutron-agent: true
430
-        # neutron-dhcp: true
431
-        # neutron-l3: true
432
-        # neutron-metadata-agent: true
433
-        # neutron-metering: true
434 427
         # Swift services
435 428
         s-account: true
436 429
         s-container: true
... ...
@@ -459,12 +452,10 @@
459 459
           tls-proxy: true
460 460
           # Nova services
461 461
           n-cpu: true
462
+          # Placement services
462 463
           placement-client: true
463 464
           # Neutron services
464
-          # We need to keep using the neutron-legacy based services for
465
-          # now until all issues with the new lib/neutron code are solved
466 465
           q-agt: true
467
-          # neutron-agent: true
468 466
           # Cinder services
469 467
           c-bak: true
470 468
           c-vol: true
... ...
@@ -474,7 +465,7 @@
474 474
           # s-*: false
475 475
           horizon: false
476 476
           tempest: false
477
-          # Test matrix emits ceilometer but ceilomenter is not installed in the
477
+          # Test matrix emits ceilometer but ceilometer is not installed in the
478 478
           # integrated gate, so specifying the services has not effect.
479 479
           # ceilometer-*: false
480 480
         devstack_localrc:
... ...
@@ -58,8 +58,6 @@
58 58
 # Neutron Network Configuration
59 59
 # -----------------------------
60 60
 
61
-deprecated "Using lib/neutron-legacy is deprecated, and it will be removed in the future"
62
-
63 61
 if is_service_enabled tls-proxy; then
64 62
     Q_PROTOCOL="https"
65 63
 fi