From ef9764e3cac93356029e27a9f3383155abc00931 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Mon, 26 Nov 2018 18:33:16 +0000 Subject: [PATCH] Update config group for option aggregate_freepool_name The option "aggregate_freepool_name" from group "physical:host" is deprecated. We need to use the option "aggregate_freepool_name" from group "nova" instead. Change-Id: Ib2566eed3385dc6a4fee581fa2cd025974c808e8 --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 0b95d94c..0164f94e 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -56,7 +56,7 @@ function configure_blazar { # Keystone authtoken _blazar_setup_keystone $BLAZAR_CONF_FILE keystone_authtoken - iniset $BLAZAR_CONF_FILE physical:host aggregate_freepool_name $BLAZAR_FREEPOOL_NAME + iniset $BLAZAR_CONF_FILE nova aggregate_freepool_name $BLAZAR_FREEPOOL_NAME iniset $BLAZAR_CONF_FILE DEFAULT host $HOST_IP iniset $BLAZAR_CONF_FILE DEFAULT debug $BLAZAR_DEBUG