Enable nova-api-metadata for multi host nova-network
This adds nova-api-metadata to the list of enabled services that run on the sub node, required for serving metadata if config drive gets disabled to support live migration. Change-Id: Ibe4e9e6337d5447e186117510b20fd517af2f3b9
This commit is contained in:
committed by
Clark Boylan
parent
c5ab164216
commit
d683212fb9
@@ -82,7 +82,7 @@ function setup_localrc {
|
||||
if [[ "$DEVSTACK_GATE_NEUTRON" -eq "1" ]]; then
|
||||
MY_ENABLED_SERVICES="q-agt,n-cpu,ceilometer-acompute"
|
||||
else
|
||||
MY_ENABLED_SERVICES="n-cpu,n-net,ceilometer-acompute"
|
||||
MY_ENABLED_SERVICES="n-cpu,n-net,n-api-meta,ceilometer-acompute"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user