doc: point to relevant nova config in routed networks guide

While the focus of the routed provider networks documentation
is on the Neutron side of things, this document provides a useful
location to point at relevant Nova configuration.

This reference relates to the Nova scheduler and ensuring that
instance move operations don't result in instances being scheduled
to hosts which do not have access to the required network(s).

Change-Id: Idd7382bd38d70383107d2997205ff880bede8d96
This commit is contained in:
Andrew Bonney 2022-04-25 12:05:13 +01:00
parent 720a1c3de9
commit 9b4dec3a16

View File

@ -184,6 +184,14 @@ Controller node
#. Restart the ``neutron-server`` service.
#. (Optional) Configure the Nova scheduler to filter based upon routed network
host aggregates. Without this option set, once ports are attached to
instances and have IP addresses assigned, Nova may schedule instances to
hosts which do not have access to the required segment. See the `Nova
configuration reference
<https://docs.openstack.org/nova/latest/configuration/config.html#scheduler.query_placement_for_routed_network_aggregates>`_
for more information.
Network or compute nodes
------------------------