From ff55f7b2fef5bbdbe5c10e53a5b701e19ee03463 Mon Sep 17 00:00:00 2001 From: Rob Cresswell Date: Wed, 24 Feb 2016 10:21:59 -0800 Subject: [PATCH] Update example local.conf Update the example local conf to capture changes to vpn and fwaas setup, and add neutron qos. Change-Id: I277ce6e630496c85a656493ce0fc55a6be5d6c3f --- doc/source/ref/local_conf.rst | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/doc/source/ref/local_conf.rst b/doc/source/ref/local_conf.rst index 25444bc6dc..c31529d009 100644 --- a/doc/source/ref/local_conf.rst +++ b/doc/source/ref/local_conf.rst @@ -45,19 +45,24 @@ that Horizon supports in DevStack when `stack.sh` is run. # Enable Neutron (Networking) # to use nova net rather than neutron, comment out the following group disable_service n-net + enable_plugin neutron https://git.openstack.org/openstack/neutron enable_service q-svc enable_service q-agt enable_service q-dhcp enable_service q-l3 enable_service q-meta enable_service q-metering - enable_service neutron - enable_service q-fwaas - enable_service q-vpn + enable_service q-qos # end group - # enable lbaas plugin to neutron - enable_plugin neutron-lbaas git://git.openstack.org/openstack/neutron-lbaas + # Enable VPN plugin for neutron + enable_plugin neutron-vpnaas https://git.openstack.org/openstack/neutron-vpnaas + + # Enable Firewall plugin for neutron + enable_plugin neutron-fwaas https://git.openstack.org/openstack/neutron-fwaas + + # Enable Load Balancer plugin for neutron + enable_plugin neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas # Enable Ceilometer (Metering) enable_service ceilometer-acompute ceilometer-acentral ceilometer-anotification ceilometer-collector ceilometer-api