Skip to content

Commit

Permalink
Merge pull request #142 from dosaboy:fix-juju-run-error
Browse files Browse the repository at this point in the history
Fix issue where JUJU_RUN_CMD not imported
  • Loading branch information
nicolasbock authored Oct 5, 2023
2 parents 3812d60 + 7357da7 commit 4a98117
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openstack/pipeline/02configure
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# All overlay/bundle variables (MOD_PARAMS) defaults must go into
# the <module>/module_defaults file.

. $(dirname $0)/../common/juju_helpers

is_ml2_ovn ()
{
if has_opt --ovn || has_opt --ml2-ovn; then
Expand Down

0 comments on commit 4a98117

Please sign in to comment.