Atom feed of this document
  
Icehouse -  Icehouse -  Icehouse -  Icehouse -  Icehouse -  Icehouse -  Icehouse -  Icehouse - 

 Scheduler

Use the following options in the neutron.conf file to change scheduler settings.

Table 7.57. Description of configuration options for scheduler
Configuration option = Default value Description
[DEFAULT]
network_auto_schedule = True (BoolOpt) Allow auto scheduling networks to DHCP agent.
network_scheduler_driver = neutron.scheduler.dhcp_agent_scheduler.ChanceScheduler (StrOpt) Driver to use for scheduling network to DHCP agent
router_auto_schedule = True (BoolOpt) Allow auto scheduling of routers to L3 agent.
router_delete_namespaces = False (BoolOpt) Delete namespace after removing a router.
router_scheduler_driver = neutron.scheduler.l3_agent_scheduler.ChanceScheduler (StrOpt) Driver to use for scheduling router to a default L3 agent

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...