tripleo-image-elements/elements/nova-api/os-refresh-config/configure.d/90-nova-db-sync

7 lines
80 B
Bash
Executable File

#!/bin/bash
set -eux
if os-is-bootstrap-host ; then
nova-manage db sync
fi