Replace deprecated config option [DEFAULT].rabbit_vritual_host
The test job "gate-tempest-dsvm-cells" uses the Nova cells concept. This triggered a deprecation warning: WARNING oslo_config.cfg [...] Option "rabbit_virtual_host" from group "DEFAULT" is deprecated. Use option "rabbit_virtual_host" from group "oslo_messaging_rabbit". This change removes that warning. Change-Id: Ieaf437ecbf58edb8994f6afcb0ac2afcd5585a1e
This commit is contained in:
parent
846254620e
commit
b6259586bf
2
lib/nova
2
lib/nova
@ -648,7 +648,7 @@ function init_nova_cells {
|
||||
if is_service_enabled n-cell; then
|
||||
cp $NOVA_CONF $NOVA_CELLS_CONF
|
||||
iniset $NOVA_CELLS_CONF database connection `database_connection_url $NOVA_CELLS_DB`
|
||||
iniset $NOVA_CELLS_CONF DEFAULT rabbit_virtual_host child_cell
|
||||
iniset $NOVA_CELLS_CONF oslo_messaging_rabbit rabbit_virtual_host child_cell
|
||||
iniset $NOVA_CELLS_CONF DEFAULT dhcpbridge_flagfile $NOVA_CELLS_CONF
|
||||
iniset $NOVA_CELLS_CONF cells enable True
|
||||
iniset $NOVA_CELLS_CONF cells cell_type compute
|
||||
|
Loading…
Reference in New Issue
Block a user