Merge "Do not restart libvirt if n-cpu is disabled"
This commit is contained in:
commit
c0dea9789b
2
lib/nova
2
lib/nova
@ -308,7 +308,7 @@ function configure_nova {
|
|||||||
# Rebuild the config file from scratch
|
# Rebuild the config file from scratch
|
||||||
create_nova_conf
|
create_nova_conf
|
||||||
|
|
||||||
if [[ -r $NOVA_PLUGINS/hypervisor-$VIRT_DRIVER ]]; then
|
if is_service_enabled n-cpu && [[ -r $NOVA_PLUGINS/hypervisor-$VIRT_DRIVER ]]; then
|
||||||
# Configure hypervisor plugin
|
# Configure hypervisor plugin
|
||||||
configure_nova_hypervisor
|
configure_nova_hypervisor
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user