Skip to content

Commit 2787761

Browse files
Merge pull request #324 from gthiemonge/fix-config
Add missing configuration directory
2 parents ec3f84d + b0920ea commit 2787761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/octaviaamphoracontroller/bin/octavia_controller_start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ fi
2525
# Ignore possible errors
2626
/usr/local/bin/container-scripts/octavia_status.py || true
2727

28-
exec /usr/bin/$1 --config-file /usr/share/octavia/octavia-dist.conf --config-file /etc/octavia/octavia.conf
28+
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 commit comments

Comments
 (0)