Skip to content

Commit 886d7db

Browse files
committed
nova: fix usage of scheduler_driver config option
The scheduler_driver option has been moved and deprecated. This change uses the new group and name for the option. Change-Id: I27aeff5911510c9f47191acaa0c0b5b71f977cd7
1 parent 3742b14 commit 886d7db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/nova

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ function create_nova_conf {
453453
fi
454454
iniset $NOVA_CONF wsgi api_paste_config "$NOVA_API_PASTE_INI"
455455
iniset $NOVA_CONF DEFAULT rootwrap_config "$NOVA_CONF_DIR/rootwrap.conf"
456-
iniset $NOVA_CONF DEFAULT scheduler_driver "$SCHEDULER"
456+
iniset $NOVA_CONF scheduler driver "$SCHEDULER"
457457
iniset $NOVA_CONF filter_scheduler enabled_filters "$FILTERS"
458458
iniset $NOVA_CONF DEFAULT default_floating_pool "$PUBLIC_NETWORK_NAME"
459459
if [[ $SERVICE_IP_VERSION == 6 ]]; then

0 commit comments

Comments
 (0)