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
This commit is contained in:
Pierre Riteau 2018-11-26 18:33:16 +00:00
parent 710bf8e125
commit ef9764e3ca
1 changed files with 1 additions and 1 deletions

View File

@ -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