From 3f19c7079ad1c88acdbd312dff63da647f022d31 Mon Sep 17 00:00:00 2001 From: Robin Naundorf Date: Fri, 18 May 2018 08:51:53 +0200 Subject: [PATCH] Fix inconsistency in docs * Make the `True` lowercase to reflect examples in config and other parameters in docs TrivialFix Change-Id: I259d36bc15e034c248ec39b2c5c97ff95986b31b --- doc/source/install/controller-install-obs.rst | 2 +- doc/source/install/controller-install-rdo.rst | 2 +- doc/source/install/controller-install-ubuntu.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/install/controller-install-obs.rst b/doc/source/install/controller-install-obs.rst index f3f82e9a9..44e1948a3 100644 --- a/doc/source/install/controller-install-obs.rst +++ b/doc/source/install/controller-install-obs.rst @@ -368,7 +368,7 @@ Install and configure components [DEFAULT] # ... - use_neutron = True + use_neutron = true firewall_driver = nova.virt.firewall.NoopFirewallDriver .. note:: diff --git a/doc/source/install/controller-install-rdo.rst b/doc/source/install/controller-install-rdo.rst index fb5b1b2e3..c36017ee7 100644 --- a/doc/source/install/controller-install-rdo.rst +++ b/doc/source/install/controller-install-rdo.rst @@ -359,7 +359,7 @@ Install and configure components [DEFAULT] # ... - use_neutron = True + use_neutron = true firewall_driver = nova.virt.firewall.NoopFirewallDriver .. note:: diff --git a/doc/source/install/controller-install-ubuntu.rst b/doc/source/install/controller-install-ubuntu.rst index 49300a21a..b77b7d9ca 100644 --- a/doc/source/install/controller-install-ubuntu.rst +++ b/doc/source/install/controller-install-ubuntu.rst @@ -349,7 +349,7 @@ Install and configure components [DEFAULT] # ... - use_neutron = True + use_neutron = true firewall_driver = nova.virt.firewall.NoopFirewallDriver .. note::