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:
parent
720a1c3de9
commit
9b4dec3a16
@ -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
|
||||
------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user