Merge "Fix unbound variable in devstack plugin"

This commit is contained in:
Zuul 2023-01-07 16:30:49 +00:00 committed by Gerrit Code Review
commit 320b1f0ca7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ if is_service_enabled ir-api ir-cond; then
echo_summary "Installing Ironic"
if ! is_service_enabled nova; then
source $RC_DIR/lib/nova_plugins/functions-libvirt
source $TOP_DIR/lib/nova_plugins/functions-libvirt
install_libvirt
fi
install_ironic