--- - name: Run Nova API online database migrations vars: nova_api: "{{ nova_services['nova-api'] }}" become: true kolla_container: action: "start_container" common_options: "{{ docker_common_options }}" detach: False environment: KOLLA_OSM: KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}" image: "{{ nova_api.image }}" labels: BOOTSTRAP: name: "nova_api_online_data_migrations" restart_policy: "oneshot" volumes: "{{ nova_api_bootstrap_default_volumes + nova_api_bootstrap_extra_volumes }}" run_once: true delegate_to: "{{ groups[nova_api.group][0] }}"