openstack-helm/nova/templates/bin/_db-sync.sh.tpl
Alan Meadows 8afa729ffb OpenStack Nova Helm Chart Initial Commit
This is an initial commit of a functional nova chart.  It has been
tested with the neutron chart using a flat network configuration.
2017-01-04 13:19:04 -08:00

7 lines
103 B
Smarty

#!/bin/bash
set -ex
nova-manage db sync
nova-manage api_db sync
nova-manage db online_data_migrations