Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Fix typo that breaks Octavia db sync step
Browse files Browse the repository at this point in the history
The filename for the kolla_config octavia json file was incorrect
causing there to be no database initialization for octavia deployments.

Closes-Bug: #1931428
Change-Id: Ic18f07f01a2b4053d042dc0a1b783b397d985d9e
  • Loading branch information
beagles committed Jun 9, 2021
1 parent 776d375 commit 6e67e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/octavia/octavia-api-container-puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ outputs:
- path: /run/octavia
owner: octavia:octavia
recurse: true
/var/lib/kolla/config_files/octavia_driver_agent_db_sync.json:
/var/lib/kolla/config_files/octavia_api_db_sync.json:
command: "/usr/bin/bootstrap_host_exec octavia_api su octavia -s /bin/bash -c '/usr/bin/octavia-db-manage upgrade head'"
config_files: *octavia_api_config_files
permissions: *octavia_api_permissions
Expand Down

0 comments on commit 6e67e73

Please sign in to comment.