Browse code

Undeprecate neutron-legacy scripts

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

Dr. Jens Harbott authored on 2020/01/30 00:46:35
Showing 2 changed files
... ...
@@ -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:
... ...
@@ -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