Skip to content

Commit

Permalink
Merge pull request #324 from gthiemonge/fix-config
Browse files Browse the repository at this point in the history
Add missing configuration directory
  • Loading branch information
openshift-merge-bot[bot] authored Jun 14, 2024
2 parents ec3f84d + b0920ea commit 2787761
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ fi
# Ignore possible errors
/usr/local/bin/container-scripts/octavia_status.py || true

exec /usr/bin/$1 --config-file /usr/share/octavia/octavia-dist.conf --config-file /etc/octavia/octavia.conf
exec /usr/bin/$1 --config-file /usr/share/octavia/octavia-dist.conf --config-file /etc/octavia/octavia.conf --config-dir /etc/octavia/octavia.conf.d/

0 comments on commit 2787761

Please sign in to comment.