Skip to content

Commit

Permalink
Revert "Fix nova DB password rotation"
Browse files Browse the repository at this point in the history
This reverts commit 9af6e42.
  • Loading branch information
markgoddard authored Dec 8, 2023
1 parent bb5b116 commit 48bcaa8
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 48bcaa8

Please sign in to comment.