Only migrate new databse from master.

This commit is contained in:
Adam Gandelman 2013-02-20 11:30:37 -08:00
parent 6e1abcb555
commit fe541f0ae9
2 changed files with 4 additions and 2 deletions

@ -172,7 +172,9 @@ function db_changed {
fi
determine_services
service_ctl all stop
/usr/bin/nova-manage db sync
eligible_leader 'res_nova_vip' && /usr/bin/nova-manage db sync
service_ctl all start
if [ "$NET_MANAGER" == "Quantum" ]; then
configure_quantum_networking

@ -1 +1 @@
216
217