docs: Blast final references to nova-network
Missed a few. Let's go again. Change-Id: I26368cb59b08f3271d74310d0aa1e36f3d0db5d5 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
parent
180221114c
commit
5dcfd0750f
@ -366,9 +366,10 @@ on Hyper-V. Below is a sample ``nova.conf`` for Windows:
|
|||||||
logfile = nova-compute.log
|
logfile = nova-compute.log
|
||||||
instance_usage_audit = true
|
instance_usage_audit = true
|
||||||
instance_usage_audit_period = hour
|
instance_usage_audit_period = hour
|
||||||
use_neutron = True
|
|
||||||
[glance]
|
[glance]
|
||||||
api_servers = http://IP_ADDRESS:9292
|
api_servers = http://IP_ADDRESS:9292
|
||||||
|
|
||||||
[neutron]
|
[neutron]
|
||||||
endpoint_override = http://IP_ADDRESS:9696
|
endpoint_override = http://IP_ADDRESS:9696
|
||||||
auth_strategy = keystone
|
auth_strategy = keystone
|
||||||
@ -377,6 +378,7 @@ on Hyper-V. Below is a sample ``nova.conf`` for Windows:
|
|||||||
password = Passw0rd
|
password = Passw0rd
|
||||||
auth_url = http://IP_ADDRESS:5000/v3
|
auth_url = http://IP_ADDRESS:5000/v3
|
||||||
auth_type = password
|
auth_type = password
|
||||||
|
|
||||||
[hyperv]
|
[hyperv]
|
||||||
vswitch_name = newVSwitch0
|
vswitch_name = newVSwitch0
|
||||||
limit_cpu_features = false
|
limit_cpu_features = false
|
||||||
@ -385,6 +387,7 @@ on Hyper-V. Below is a sample ``nova.conf`` for Windows:
|
|||||||
config_drive_cdrom = true
|
config_drive_cdrom = true
|
||||||
dynamic_memory_ratio = 1
|
dynamic_memory_ratio = 1
|
||||||
enable_instance_metrics_collection = true
|
enable_instance_metrics_collection = true
|
||||||
|
|
||||||
[rdp]
|
[rdp]
|
||||||
enabled = true
|
enabled = true
|
||||||
html5_proxy_base_url = https://IP_ADDRESS:4430
|
html5_proxy_base_url = https://IP_ADDRESS:4430
|
||||||
|
@ -106,23 +106,6 @@ Install and configure components
|
|||||||
for the first node in the :ref:`example architecture
|
for the first node in the :ref:`example architecture
|
||||||
<overview-example-architectures>`.
|
<overview-example-architectures>`.
|
||||||
|
|
||||||
* In the ``[DEFAULT]`` section, enable support for the Networking service:
|
|
||||||
|
|
||||||
.. path /etc/nova/nova.conf
|
|
||||||
.. code-block:: ini
|
|
||||||
|
|
||||||
[DEFAULT]
|
|
||||||
# ...
|
|
||||||
use_neutron = true
|
|
||||||
firewall_driver = nova.virt.firewall.NoopFirewallDriver
|
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
By default, Compute uses an internal firewall service. Since
|
|
||||||
Networking includes a firewall service, you must disable the Compute
|
|
||||||
firewall service by using the
|
|
||||||
``nova.virt.firewall.NoopFirewallDriver`` firewall driver.
|
|
||||||
|
|
||||||
* Configure the ``[neutron]`` section of **/etc/nova/nova.conf**. Refer to
|
* Configure the ``[neutron]`` section of **/etc/nova/nova.conf**. Refer to
|
||||||
the :neutron-doc:`Networking service install guide
|
the :neutron-doc:`Networking service install guide
|
||||||
<install/compute-install-obs.html>` for more details.
|
<install/compute-install-obs.html>` for more details.
|
||||||
|
@ -98,23 +98,6 @@ Install and configure components
|
|||||||
the first node in the :ref:`example architecture
|
the first node in the :ref:`example architecture
|
||||||
<overview-example-architectures>`.
|
<overview-example-architectures>`.
|
||||||
|
|
||||||
* In the ``[DEFAULT]`` section, enable support for the Networking service:
|
|
||||||
|
|
||||||
.. path /etc/nova/nova.conf
|
|
||||||
.. code-block:: ini
|
|
||||||
|
|
||||||
[DEFAULT]
|
|
||||||
# ...
|
|
||||||
use_neutron = true
|
|
||||||
firewall_driver = nova.virt.firewall.NoopFirewallDriver
|
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
By default, Compute uses an internal firewall service. Since Networking
|
|
||||||
includes a firewall service, you must disable the Compute firewall
|
|
||||||
service by using the ``nova.virt.firewall.NoopFirewallDriver`` firewall
|
|
||||||
driver.
|
|
||||||
|
|
||||||
* Configure the ``[neutron]`` section of **/etc/nova/nova.conf**. Refer to
|
* Configure the ``[neutron]`` section of **/etc/nova/nova.conf**. Refer to
|
||||||
the :neutron-doc:`Networking service install guide
|
the :neutron-doc:`Networking service install guide
|
||||||
<install/compute-install-rdo.html#configure-the-compute-service-to-use-the-networking-service>`
|
<install/compute-install-rdo.html#configure-the-compute-service-to-use-the-networking-service>`
|
||||||
|
@ -88,23 +88,6 @@ Install and configure components
|
|||||||
the first node in the :ref:`example architecture
|
the first node in the :ref:`example architecture
|
||||||
<overview-example-architectures>`.
|
<overview-example-architectures>`.
|
||||||
|
|
||||||
* In the ``[DEFAULT]`` section, enable support for the Networking service:
|
|
||||||
|
|
||||||
.. path /etc/nova/nova.conf
|
|
||||||
.. code-block:: ini
|
|
||||||
|
|
||||||
[DEFAULT]
|
|
||||||
# ...
|
|
||||||
use_neutron = true
|
|
||||||
firewall_driver = nova.virt.firewall.NoopFirewallDriver
|
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
By default, Compute uses an internal firewall service. Since Networking
|
|
||||||
includes a firewall service, you must disable the Compute firewall
|
|
||||||
service by using the ``nova.virt.firewall.NoopFirewallDriver`` firewall
|
|
||||||
driver.
|
|
||||||
|
|
||||||
* Configure the ``[neutron]`` section of **/etc/nova/nova.conf**. Refer to
|
* Configure the ``[neutron]`` section of **/etc/nova/nova.conf**. Refer to
|
||||||
the :neutron-doc:`Networking service install guide
|
the :neutron-doc:`Networking service install guide
|
||||||
<install/compute-install-ubuntu.html#configure-the-compute-service-to-use-the-networking-service>`
|
<install/compute-install-ubuntu.html#configure-the-compute-service-to-use-the-networking-service>`
|
||||||
|
@ -264,23 +264,6 @@ Install and configure components
|
|||||||
# ...
|
# ...
|
||||||
my_ip = 10.0.0.11
|
my_ip = 10.0.0.11
|
||||||
|
|
||||||
* In the ``[DEFAULT]`` section, enable support for the Networking service:
|
|
||||||
|
|
||||||
.. path /etc/nova/nova.conf
|
|
||||||
.. code-block:: ini
|
|
||||||
|
|
||||||
[DEFAULT]
|
|
||||||
# ...
|
|
||||||
use_neutron = true
|
|
||||||
firewall_driver = nova.virt.firewall.NoopFirewallDriver
|
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
By default, Compute uses an internal firewall driver. Since the
|
|
||||||
Networking service includes a firewall driver, you must disable the
|
|
||||||
Compute firewall driver by using the
|
|
||||||
``nova.virt.firewall.NoopFirewallDriver`` firewall driver.
|
|
||||||
|
|
||||||
* Configure the ``[neutron]`` section of **/etc/nova/nova.conf**. Refer to
|
* Configure the ``[neutron]`` section of **/etc/nova/nova.conf**. Refer to
|
||||||
the :neutron-doc:`Networking service install guide
|
the :neutron-doc:`Networking service install guide
|
||||||
<install/controller-install-obs.html#configure-the-compute-service-to-use-the-networking-service>`
|
<install/controller-install-obs.html#configure-the-compute-service-to-use-the-networking-service>`
|
||||||
|
@ -251,23 +251,6 @@ Install and configure components
|
|||||||
# ...
|
# ...
|
||||||
my_ip = 10.0.0.11
|
my_ip = 10.0.0.11
|
||||||
|
|
||||||
* In the ``[DEFAULT]`` section, enable support for the Networking service:
|
|
||||||
|
|
||||||
.. path /etc/nova/nova.conf
|
|
||||||
.. code-block:: ini
|
|
||||||
|
|
||||||
[DEFAULT]
|
|
||||||
# ...
|
|
||||||
use_neutron = true
|
|
||||||
firewall_driver = nova.virt.firewall.NoopFirewallDriver
|
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
By default, Compute uses an internal firewall driver. Since the
|
|
||||||
Networking service includes a firewall driver, you must disable the
|
|
||||||
Compute firewall driver by using the
|
|
||||||
``nova.virt.firewall.NoopFirewallDriver`` firewall driver.
|
|
||||||
|
|
||||||
* Configure the ``[neutron]`` section of **/etc/nova/nova.conf**. Refer to
|
* Configure the ``[neutron]`` section of **/etc/nova/nova.conf**. Refer to
|
||||||
the :neutron-doc:`Networking service install guide
|
the :neutron-doc:`Networking service install guide
|
||||||
<install/compute-install-rdo.html>` for more details.
|
<install/compute-install-rdo.html>` for more details.
|
||||||
|
@ -241,23 +241,6 @@ Install and configure components
|
|||||||
# ...
|
# ...
|
||||||
my_ip = 10.0.0.11
|
my_ip = 10.0.0.11
|
||||||
|
|
||||||
* In the ``[DEFAULT]`` section, enable support for the Networking service:
|
|
||||||
|
|
||||||
.. path /etc/nova/nova.conf
|
|
||||||
.. code-block:: ini
|
|
||||||
|
|
||||||
[DEFAULT]
|
|
||||||
# ...
|
|
||||||
use_neutron = true
|
|
||||||
firewall_driver = nova.virt.firewall.NoopFirewallDriver
|
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
By default, Compute uses an internal firewall driver. Since the
|
|
||||||
Networking service includes a firewall driver, you must disable the
|
|
||||||
Compute firewall driver by using the
|
|
||||||
``nova.virt.firewall.NoopFirewallDriver`` firewall driver.
|
|
||||||
|
|
||||||
* Configure the ``[neutron]`` section of **/etc/nova/nova.conf**. Refer to
|
* Configure the ``[neutron]`` section of **/etc/nova/nova.conf**. Refer to
|
||||||
the :neutron-doc:`Networking service install guide
|
the :neutron-doc:`Networking service install guide
|
||||||
<install/controller-install-ubuntu.html#configure-the-compute-service-to-use-the-networking-service>`
|
<install/controller-install-ubuntu.html#configure-the-compute-service-to-use-the-networking-service>`
|
||||||
|
Loading…
Reference in New Issue
Block a user