diff --git a/doc/source/install/compute-install-obs.rst b/doc/source/install/compute-install-obs.rst index f74aa35885..00ae9438cf 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 168071738c..c50d990f0c 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 2266c331f9..dda3ec601d 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 e7a88bf26e..eabdee96c1 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 184c3354a9..df2de4e35b 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 a728b60efe..c7a50c67cf 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::