summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-01-07 16:30:49 +0000
committerGerrit Code Review <review@openstack.org>2023-01-07 16:30:49 +0000
commit320b1f0ca72739e1bae0a08c5cef7f82fe524603 (patch)
treeeb73fbfee6a87ff9bffcb9971fd0c9c01a1b9a42
parentc93641ff5938e51c1b41a4f3cceff2e5dd6b1c42 (diff)
parent7150478cd84f77aff294fc8be71f58123c8e14df (diff)
downloadironic-320b1f0ca72739e1bae0a08c5cef7f82fe524603.tar.gz
Merge "Fix unbound variable in devstack plugin"
-rw-r--r--devstack/plugin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/devstack/plugin.sh b/devstack/plugin.sh
index f49c63d38..306569f51 100644
--- a/devstack/plugin.sh
+++ b/devstack/plugin.sh
@@ -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