diff options
-rw-r--r-- | devstack/plugin.sh | 2 |
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 |