diff --git a/stackrc b/stackrc index 69915d6d76..c6f0f6af39 100644 --- a/stackrc +++ b/stackrc @@ -3,6 +3,9 @@ # Find the other rc files RC_DIR=$(cd $(dirname "${BASH_SOURCE:-$0}") && pwd) +# Source required devstack functions and globals +source $RC_DIR/functions + # Destination path for installation DEST=/opt/stack