From dd1dea22f23a67c7c6ee1503a7658c7449161f68 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/compute-install-obs.rst | 4 ++-- doc/source/install/compute-install-rdo.rst | 4 ++-- doc/source/install/compute-install-ubuntu.rst | 4 ++-- doc/source/install/controller-install-obs.rst | 2 +- doc/source/install/controller-install-rdo.rst | 2 +- doc/source/install/controller-install-ubuntu.rst | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/source/install/compute-install-obs.rst b/doc/source/install/compute-install-obs.rst index ff5d0e77a3..726fecbbef 100644 --- a/doc/source/install/compute-install-obs.rst +++ b/doc/source/install/compute-install-obs.rst @@ -112,7 +112,7 @@ Install and configure components [DEFAULT] # ... - use_neutron = True + use_neutron = true firewall_driver = nova.virt.firewall.NoopFirewallDriver .. note:: @@ -134,7 +134,7 @@ Install and configure components [vnc] # ... - enabled = True + enabled = true server_listen = 0.0.0.0 server_proxyclient_address = $my_ip novncproxy_base_url = http://controller:6080/vnc_auto.html diff --git a/doc/source/install/compute-install-rdo.rst b/doc/source/install/compute-install-rdo.rst index 35bdf42043..72de7be4df 100644 --- a/doc/source/install/compute-install-rdo.rst +++ b/doc/source/install/compute-install-rdo.rst @@ -104,7 +104,7 @@ Install and configure components [DEFAULT] # ... - use_neutron = True + use_neutron = true firewall_driver = nova.virt.firewall.NoopFirewallDriver .. note:: @@ -126,7 +126,7 @@ Install and configure components [vnc] # ... - enabled = True + enabled = true server_listen = 0.0.0.0 server_proxyclient_address = $my_ip novncproxy_base_url = http://controller:6080/vnc_auto.html diff --git a/doc/source/install/compute-install-ubuntu.rst b/doc/source/install/compute-install-ubuntu.rst index e025dfec9c..20b4b826f1 100644 --- a/doc/source/install/compute-install-ubuntu.rst +++ b/doc/source/install/compute-install-ubuntu.rst @@ -94,7 +94,7 @@ Install and configure components [DEFAULT] # ... - use_neutron = True + use_neutron = true firewall_driver = nova.virt.firewall.NoopFirewallDriver .. note:: @@ -116,7 +116,7 @@ Install and configure components [vnc] # ... - enabled = True + enabled = true server_listen = 0.0.0.0 server_proxyclient_address = $my_ip novncproxy_base_url = http://controller:6080/vnc_auto.html diff --git a/doc/source/install/controller-install-obs.rst b/doc/source/install/controller-install-obs.rst index f3f82e9a93..44e1948a3b 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 fb5b1b2e36..c36017ee75 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 49300a21a3..b77b7d9cad 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::