diff --git a/docker/services/nova-api.yaml b/docker/services/nova-api.yaml index 19243f7049..ca2dc4e63f 100644 --- a/docker/services/nova-api.yaml +++ b/docker/services/nova-api.yaml @@ -485,6 +485,14 @@ outputs: command: nova-manage cell_v2 discover_hosts --cell_uuid {{nova_api_cell_uuid.stdout}} --verbose - name: Setup cell_v2 (migrate instances) command: nova-manage cell_v2 map_instances --cell_uuid {{nova_api_cell_uuid.stdout}} + - name: Sync nova/cell DB + command: nova-manage db sync + async: {get_param: NovaDbSyncTimeout} + poll: 10 + when: + - step|int == 8 + - is_bootstrap_node|bool + - release == 'pike' - name: Sync nova_api DB command: nova-manage api_db sync when: