From 7150478cd84f77aff294fc8be71f58123c8e14df Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Mon, 2 Jan 2023 10:10:50 +0100 Subject: [PATCH] Fix unbound variable in devstack plugin The RC_DIR does not existed (and it never existed, it was SRC_DIR) Change that to TOP_DIR which is what we use commonly in other sections. Change-Id: I4a400fd434a20938cd38c0bb876da21fec7473a1 --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index f49c63d385..306569f514 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