From 7357da7e5d3e2bd0538264e790b15e0efdfdcde8 Mon Sep 17 00:00:00 2001 From: Edward Hope-Morley Date: Thu, 5 Oct 2023 15:35:34 +0100 Subject: [PATCH] Fix issue where JUJU_RUN_CMD not imported --- openstack/pipeline/02configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openstack/pipeline/02configure b/openstack/pipeline/02configure index d876d5c5..49b81771 100644 --- a/openstack/pipeline/02configure +++ b/openstack/pipeline/02configure @@ -5,6 +5,8 @@ # All overlay/bundle variables (MOD_PARAMS) defaults must go into # the /module_defaults file. +. $(dirname $0)/../common/juju_helpers + is_ml2_ovn () { if has_opt --ovn || has_opt --ml2-ovn; then