From b04790e12e5c436e58a961d388a6d13a720ef687 Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Wed, 10 Jan 2018 11:44:11 -0500 Subject: [PATCH] Fix fwaas v2 configuration doc The wrong extension was listed in the admin guide. Change-Id: Idac3ffb974d904c50b2f7563a475d34865266b59 Closes-bug: #1742450 --- doc/source/admin/fwaas-v2-scenario.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/admin/fwaas-v2-scenario.rst b/doc/source/admin/fwaas-v2-scenario.rst index e784da3be0d..8a5de3c81ad 100644 --- a/doc/source/admin/fwaas-v2-scenario.rst +++ b/doc/source/admin/fwaas-v2-scenario.rst @@ -27,13 +27,13 @@ Enable FWaaS v2 #. Configure the FWaaS plugin for the L3 agent. - In the ``AGENT`` section of ``l3_agent.ini``, make sure the FWaaS extension - is loaded: + In the ``AGENT`` section of ``l3_agent.ini``, make sure the FWaaS v2 + extension is loaded: .. code-block:: ini [AGENT] - extensions = fwaas + extensions = fwaas_v2 #. Create the required tables in the database: