Merge "Restart Barbican after region_name is updated"

This commit is contained in:
Zuul 2020-01-23 15:46:57 +00:00 committed by Gerrit Code Review
commit 19dda1eb64
1 changed files with 5 additions and 0 deletions

View File

@ -85,6 +85,11 @@
timeout: 450 timeout: 450
msg: Timeout waiting for service endpoints reconfiguration to complete msg: Timeout waiting for service endpoints reconfiguration to complete
- name: Restart barbican
systemd:
state: restarted
name: openstack-barbican-api
- name: Wait for system controller database configuration to complete - name: Wait for system controller database configuration to complete
wait_for: wait_for:
path: /etc/platform/.sc_database_configured path: /etc/platform/.sc_database_configured