Enable automatic host cell discovery
Configure the scheduler to automatically discover and map hosts into cell1 every 30 seconds ensuring that hosts are discovered automatically. This will be completed by future work to orchestrate the enablement and mapping of compute hosts into cells using relations and actions at a later date. Change-Id: I5ed10e67936388bb074739b63e3a5ecf9036035f Partial-Bug: 1667124
This commit is contained in:
parent
e8539fe8fd
commit
98459797bb
@ -169,3 +169,10 @@ lock_path=/var/lock/nova
|
||||
{% include "parts/section-serial-console" %}
|
||||
|
||||
{% include "parts/section-placement" %}
|
||||
|
||||
[scheduler]
|
||||
# NOTE(jamespage): perform automatic host cell mapping
|
||||
# until we can orchestrate this better
|
||||
# using the nova-cc <--> nova-compute
|
||||
# relation
|
||||
discover_hosts_in_cells_interval = 30
|
||||
|
Loading…
Reference in New Issue
Block a user