Skip to content

Commit b0920ea

Browse files
committed
Add missing configuration directory
Ensure that the custom.conf file is included when used.
1 parent ec3f84d commit b0920ea

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)