From 5b13b0400ffee7ae58234df2d2ec87d691d2ad6c Mon Sep 17 00:00:00 2001
From: Christian Berendt <berendt@b1-systems.de>
Date: Fri, 2 Dec 2016 21:40:38 +0100
Subject: [PATCH] [admin-guide] improve config syntax in "Advanced operational
 features"

Change-Id: I48a7727654ffbe91c041581ab67cf5f4876d357b
---
 .../source/networking-adv-operational-features.rst          | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/admin-guide/source/networking-adv-operational-features.rst b/doc/admin-guide/source/networking-adv-operational-features.rst
index f3afcb65b4..0febab720c 100644
--- a/doc/admin-guide/source/networking-adv-operational-features.rst
+++ b/doc/admin-guide/source/networking-adv-operational-features.rst
@@ -54,11 +54,11 @@ notification, edit notification options in ``neutron.conf``:
 
    # Driver or drivers to handle sending notifications. (multi
    # valued)
-   #notification_driver=messagingv2
+   # notification_driver=messagingv2
 
    # AMQP topic used for OpenStack notifications. (list value)
    # Deprecated group/name - [rpc_notifier2]/topics
-     notification_topics = notifications
+   notification_topics = notifications
 
 Setting cases
 -------------
@@ -120,4 +120,4 @@ Below is a sample ``neutron.conf`` configuration file:
 
     notification_topics = notifications
 
-    control_exchange=openstack
+    control_exchange = openstack