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
This commit is contained in:
Riccardo Pittau 2023-01-02 10:10:50 +01:00
parent 6b84fbf8f2
commit 7150478cd8

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