Adds the nova db online data migrations to the list of db sync

We aren't currently running the online_data_migrations nova db
sync in puppet-stack-config

Change-Id: Ib7a495491e8fa16ab62a1c415cef30ee18664b35
Related-Bug: 1656791
Depends-On: Ibb119c280b5b6d07db06a63dd9efcc2526355f5f
(cherry picked from commit bbbb908101)
This commit is contained in:
marios 2017-01-17 15:01:06 +02:00 committed by Sven Anderson
parent 3ca64dd215
commit 0e530b489d
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ Exec<| title == 'keystone-manage db_sync' |> { refreshonly => false }
Exec<| title == 'glance-manage db_sync' |> { refreshonly => false }
Exec<| title == 'nova-db-sync-api' |> { refreshonly => false }
Exec<| title == 'nova-db-sync' |> { refreshonly => false }
Exec<| title == 'nova-db-online-data-migrations' |> { refreshonly => false }
Exec<| title == 'heat-dbsync' |> { refreshonly => false }
Exec<| title == 'ceilometer-dbsync' |> { refreshonly => false }
Exec<| title == 'aodh-db-sync' |> { refreshonly => false }