Fix inconsistency in docs

* Make the `True` lowercase to reflect examples in config and
    other parameters in docs

TrivialFix

Change-Id: I259d36bc15e034c248ec39b2c5c97ff95986b31b
This commit is contained in:
Robin Naundorf 2018-05-18 08:51:53 +02:00
parent 2e0114602f
commit 3f19c7079a
3 changed files with 3 additions and 3 deletions

View File

@ -368,7 +368,7 @@ Install and configure components
[DEFAULT]
# ...
use_neutron = True
use_neutron = true
firewall_driver = nova.virt.firewall.NoopFirewallDriver
.. note::

View File

@ -359,7 +359,7 @@ Install and configure components
[DEFAULT]
# ...
use_neutron = True
use_neutron = true
firewall_driver = nova.virt.firewall.NoopFirewallDriver
.. note::

View File

@ -349,7 +349,7 @@ Install and configure components
[DEFAULT]
# ...
use_neutron = True
use_neutron = true
firewall_driver = nova.virt.firewall.NoopFirewallDriver
.. note::