File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ images:
105105 # octavia
106106 octavia_api : " ghcr.io/rackerlabs/understack/octavia:2025.1-ubuntu_jammy"
107107 octavia_db_sync : " ghcr.io/rackerlabs/understack/octavia:2025.1-ubuntu_jammy"
108+ octavia_driver_agent : " ghcr.io/rackerlabs/understack/octavia:2025.1-ubuntu_jammy"
108109 octavia_worker : " ghcr.io/rackerlabs/understack/octavia:2025.1-ubuntu_jammy"
109110 octavia_housekeeping : " ghcr.io/rackerlabs/understack/octavia:2025.1-ubuntu_jammy"
110111 octavia_health_manager : " ghcr.io/rackerlabs/understack/octavia:2025.1-ubuntu_jammy"
Original file line number Diff line number Diff line change @@ -69,6 +69,11 @@ dependencies:
6969 - octavia-db-sync
7070 - octavia-ks-user
7171 - octavia-ks-endpoints
72+ driver_agent :
73+ jobs :
74+ - octavia-db-sync
75+ - octavia-ks-user
76+ - octavia-ks-endpoints
7277 worker :
7378 jobs :
7479 - octavia-db-sync
Original file line number Diff line number Diff line change @@ -139,6 +139,9 @@ keystoneServiceUsers:
139139 remoteRef : *keystone_admin
140140 - usage : user
141141 remoteRef : " octavia-keystone-password"
142+ - usage : service
143+ remoteRef : " octavia-keystone-password"
144+ section : service_auth
142145 placement :
143146 - usage : admin
144147 remoteRef : *keystone_admin
You can’t perform that action at this time.
0 commit comments