Skip to content

Commit

Permalink
Merge pull request #505 from stackhpc/revert-496-nova-db-pw-rotation-…
Browse files Browse the repository at this point in the history
…yoga

Revert "Fix nova DB password rotation - backport Yoga"
  • Loading branch information
priteau authored Dec 11, 2023
2 parents 7bd741c + cb99a6a commit 51f1884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/roles/nova/tasks/bootstrap_service.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
# TODO(mgoddard): We could use nova-manage db sync --local_cell, otherwise we
# sync cell0 twice. Should not be harmful without though.
- name: Running Nova API bootstrap container
become: true
vars:
nova_api: "{{ nova_services['nova-api'] }}"
kolla_docker:
action: "start_container"
command: bash -c 'sudo -E kolla_set_configs && nova-manage api_db sync && nova-manage db sync --local_cell'
common_options: "{{ docker_common_options }}"
detach: False
environment:
Expand Down

0 comments on commit 51f1884

Please sign in to comment.