diff --git a/stackrc b/stackrc index 15f7f82511..13b2e22675 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