Browse code

Update doc to reflect neutron became devstack default

Removing the explicit enablment of Neutron services, as with [1] they are configured as defaults in stackrc.

[1] https://review.openstack.org/#/c/350750/

Change-Id: Ic8910cd28fe37842f7d824e68bd2ea705e7e52de

Jan Stodt authored on 2016/08/24 22:29:06
Showing 1 changed files
... ...
@@ -76,12 +76,6 @@ serving as a hypervisor for guest instances.
76 76
         RABBIT_PASSWORD=secret
77 77
         SERVICE_PASSWORD=secret
78 78
 
79
-        # Do not use Nova-Network
80
-        disable_service n-net
81
-        # Enable Neutron
82
-        ENABLED_SERVICES+=,q-svc,q-dhcp,q-meta,q-agt,q-l3
83
-
84
-
85 79
         ## Neutron options
86 80
         Q_USE_SECGROUP=True
87 81
         FLOATING_RANGE="172.18.161.0/24"
... ...
@@ -389,11 +383,7 @@ controller node.
389 389
 
390 390
         Q_USE_PROVIDER_NETWORKING=True
391 391
 
392
-        # Do not use Nova-Network
393
-        disable_service n-net
394
-
395
-        # Neutron
396
-        ENABLED_SERVICES+=,q-svc,q-dhcp,q-meta,q-agt
392
+        disable_service q-l3
397 393
 
398 394
         ## Neutron Networking options used to create Neutron Subnets
399 395
 
... ...
@@ -530,12 +520,6 @@ setup, with small modifications for the interface mappings.
530 530
     RABBIT_PASSWORD=secret
531 531
     SERVICE_PASSWORD=secret
532 532
 
533
-    # Do not use Nova-Network
534
-    disable_service n-net
535
-    # Enable Neutron
536
-    ENABLED_SERVICES+=,q-svc,q-dhcp,q-meta,q-agt,q-l3
537
-
538
-
539 533
     ## Neutron options
540 534
     Q_USE_SECGROUP=True
541 535
     FLOATING_RANGE="172.18.161.0/24"
... ...
@@ -582,10 +566,7 @@ you do not require them.
582 582
     Q_ML2_PLUGIN_MECHANISM_DRIVERS=macvtap
583 583
     Q_USE_PROVIDER_NETWORKING=True
584 584
 
585
-    #Enable Neutron services
586
-    disable_service n-net
587 585
     enable_plugin neutron git://git.openstack.org/openstack/neutron
588
-    ENABLED_SERVICES+=,q-agt,q-svc
589 586
 
590 587
     ## MacVTap agent options
591 588
     Q_AGENT=macvtap